diff options
author | gekka <gekka@blackbit.it> | 2005-10-18 17:01:21 +0000 |
---|---|---|
committer | gekka <gekka@blackbit.it> | 2005-10-18 17:01:21 +0000 |
commit | 3a97a2da5c4a5d0e93ec7402440f8321274dcbc2 (patch) | |
tree | 62d219e1cccd480084f8d5b5228c0e34853e864e /Build.PL | |
parent | inizio del progetto: si possono definire semplici risorse via file di configu... (diff) | |
download | WebCoso-3a97a2da5c4a5d0e93ec7402440f8321274dcbc2.tar.gz WebCoso-3a97a2da5c4a5d0e93ec7402440f8321274dcbc2.tar.bz2 WebCoso-3a97a2da5c4a5d0e93ec7402440f8321274dcbc2.zip |
Aggiunta supporto iniziale Collections
git-svn-id: svn://luxion/repos/WebCoso/trunk@4 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ my $build=Module::Build->new( requires => { Class::Std => 0, Path::Class => 0, + Exporter::Lite => 0, }, build_requires => { Test::More => 0, |