diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-29 16:17:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-29 16:19:41 +0200 |
commit | f77c71dec31f5a416757a313e1f9e6cfd891ad48 (patch) | |
tree | 08daa7883ead53f400770f27fbe2424adb9b03c8 /Build.PL | |
parent | dcdb6a9849bffa0f9148857bd08dee46176a4afa (diff) |
version bump0.46
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ my $build = Module::Build->subclass( 'Test::Pod' => 0, 'Test::Command' => 0, }, + configure_requires => { + 'Module::Build' => 0, + }, dist_name => 'icli', dist_version_from => 'bin/icli', license => 'unrestricted', |