Build.PL
changeset 68 9b2e5de193c9
child 69 342819c70918
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Build.PL	Tue Dec 29 21:40:48 2015 +0100
@@ -0,0 +1,8 @@
+use Module::Build;
+
+Module::Build->new(
+    dist_name => 'once',
+    dist_version_from => 'lib/Once.pm',
+    dist_abstract => 'once downloader',
+    script_files => [qw(bin/once)],
+)->create_build_script;