Fix RT#96893 - do not change the string arg in XS; use a copy instead (problem under...
[p5sagit/Sub-Name.git] / Makefile.PL
1 use 5.006;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile(
5         NAME            => 'Sub::Name',
6         VERSION_FROM    => 'lib/Sub/Name.pm',
7         ABSTRACT_FROM   => 'lib/Sub/Name.pm',
8         AUTHOR          => 'Matthijs van Duin <xmath@cpan.org>'
9 );