File: Makefile.PL

package info (click to toggle)
ciphersaber 0.61-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, sarge, squeeze, wheezy
  • size: 80 kB
  • ctags: 12
  • sloc: perl: 102; makefile: 49
file content (7 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Crypt::CipherSaber',
    'VERSION_FROM' => 'lib/Crypt/CipherSaber.pm', # finds $VERSION
);