Codebase list libmodule-build-tiny-perl / upstream/0.028 Build.PL
upstream/0.028

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

Build.PL @upstream/0.028raw · history · blame

1
2
3
4
use 5.006;
use lib 'lib';
use Module::Build::Tiny;
Build_PL(@ARGV);