/usr/local/CPAN/String-Interpolate-RE/Makefile.PL


use strict;
use warnings;
use inc::Module::Install;

name 'String-Interpolate-RE';

all_from 'lib/String/Interpolate/RE.pm';

build_requires 'Test::More';

auto_install;

WriteAll;