File: Makefile.PL

package info (click to toggle)
libclass-date-perl 1.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 172 kB
  • ctags: 104
  • sloc: perl: 665; makefile: 50
file content (10 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'		=> 'Class::Date',
    'VERSION_FROM'	=> 'Date.pm',	    # finds $VERSION
    'dist'              => { 
	PREOP => $^X.' -MPod::Text -e "pod2text(q(Date.pod))" > README'
    }
)