/[soft]/perl-Parse-EDID/trunk/Makefile.PL
ViewVC logotype

Contents of /perl-Parse-EDID/trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9064 - (show annotations) (download)
Fri Jul 6 17:45:13 2018 UTC (5 years, 9 months ago) by guillomovitch
File MIME type: text/plain
File size: 493 byte(s)
0 seems a better value than undef
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 NAME => 'Parse::EDID',
5 VERSION_FROM => 'lib/Parse/EDID.pm',
6 ABSTRACT_FROM => 'lib/Parse/EDID.pm',
7 LICENSE => 'GPL_3',
8 TEST_REQUIRES => {
9 'Test::More' => '0.93',
10 'Test::Warn' => '0',
11 }
12 );
13
14 package MY;
15
16 sub postamble {
17
18 return <<'EOF';
19 SVNPATH = svn+ssh://svn.mageia.org/svn/soft/perl-Parse-EDID
20
21 svntag:
22 svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION)
23 EOF
24
25 }

  ViewVC Help
Powered by ViewVC 1.1.30