=back
+=head1 LICENSE
+
+POE::XS::Queue::Array is licensed under the same terms as Perl itself.
+
=head1 AUTHOR
Tony Cook <tonyc@cpan.org>
Array.xs Interface between perl and queue.c
Changes
MANIFEST
-META.yml Module meta-data (added by MakeMaker)
Makefile.PL
README
alloc.c Imager's memory debug library, mangled
'POE' => 0.29,
},
);
-if ($ExtUtils::MakeMaker::VERSION > 6.06) {
+my $eu_mmv = eval $ExtUtils::MakeMaker::VERSION;
+if ($eu_mmv > 6.06) {
$opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
$opts{ABSTRACT} = 'XS version of POE::Queue::Array';
}
+if ($eu_mmv > 6.30) {
+ $opts{LICENSE} = 'perl';
+}
WriteMakefile(%opts);