File: Makefile.PL

package info (click to toggle)
libmodule-install-extratests-perl 0.008-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: perl: 1,478; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use inc::Module::Install;
name('Module-Install-ExtraTests');
all_from('lib/Module/Install/ExtraTests.pm');
repository('git://git.codesimply.com/Module-Install-ExtraTests.git');
auto_manifest;
extra_tests;
WriteAll;