Codebase list libobject-destroyer-perl / upstream/2.00 Makefile.PL
upstream/2.00

Tree @upstream/2.00 (Download .tar.gz)

Makefile.PL @upstream/2.00raw · history · blame

1
2
3
4
5
6
7
8
9
use strict;
use inc::Module::Install;

name            'Object-Destroyer';
all_from        'lib/Object/Destroyer.pm';
requires        'Carp'          => 0; 
build_requires  'Test::More'    => '0.42';

WriteAll();