File: Makefile.PL

package info (click to toggle)
libclass-date-perl 1.1.7-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 164 kB
  • ctags: 99
  • sloc: perl: 648; makefile: 36
file content (10 lines) | stat: -rw-r--r-- 346 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'
    #}
)