Build.PL
changeset 1 9416fc33d2a0
parent 0 21a87c5f86e4
--- a/Build.PL	Tue Aug 02 00:21:00 2011 +0200
+++ b/Build.PL	Tue Aug 02 16:02:54 2011 +0200
@@ -4,5 +4,5 @@
 
 Module::Build->new(
     dist_name => "Fops",
-    dist_version => "0.0",
+    dist_version_from => "lib/Fops.pm",
 )->create_build_script();