This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Time::Local in blead has diverged from CPAN. Update the version number to a dev release
[perl5.git] / ext / MIME-Base64 / Makefile.PL
CommitLineData
e1839706 1require 5.006;
6fba102d
JH
2use ExtUtils::MakeMaker;
3
d491518e 4my @makefileopts;
d491518e
RGS
5if ($] >= 5.008) {
6 push @makefileopts, INSTALLDIRS => 'perl';
7}
8
6fba102d
JH
9WriteMakefile(
10 NAME => 'MIME::Base64',
11 VERSION_FROM => 'Base64.pm',
d491518e 12 @makefileopts,
6fba102d 13);