changeset 6 | 271dfe27e1d3 |
child 7 | 286a373ab86b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Build.PL Thu May 22 23:31:14 2014 +0200 @@ -0,0 +1,11 @@ +use Module::Build; + +Module::Build->new( + dist_name => 'vidns', + dist_version_from => 'bin/vidns', + dist_abstract => 'simple script to edit dynamic DNS zones', + script_files => ['bin/vidns'], + requires => { + perl => 5.010, + } +)->create_build_script;