File: Makefile.PL

package info (click to toggle)
ole-storage-lite 0.10-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 144 kB
  • ctags: 66
  • sloc: perl: 1,323; makefile: 49
file content (8 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'OLE::Storage_Lite',
    'VERSION_FROM' => 'Storage_Lite.pm', # finds $VERSION
    'PREREQ_PM' => {'IO::Scalar' => undef},
);