File: Makefile.PL

package info (click to toggle)
libmethod-alias-perl 1.03-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 128 kB
  • ctags: 75
  • sloc: perl: 897; makefile: 43
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use inc::Module::Install;

name           'Method-Alias';
all_from       'lib/Method/Alias.pm';
build_requires 'Test::More' => '0.47';
build_requires 'File::Spec' => '0.82';

WriteAll;