File: Makefile.PL

package info (click to toggle)
libclass-date-perl 1.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 192 kB
  • ctags: 99
  • sloc: perl: 669; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 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'
    }
)