Build.PL
changeset 8 5bb3d096ca22
parent 7 a774bc526f8c
--- a/Build.PL	Tue Apr 24 16:50:45 2012 +0200
+++ b/Build.PL	Thu Apr 26 10:42:50 2012 +0200
@@ -1,7 +1,7 @@
 # 'script_files' requires 0.18
 use Module::Build 0.18;
 my $build = Module::Build->new(
-  module_name => 'IUS::WiegandMkStruct',
+  module_name => 'IUS::wgndMkStruct',
   create_license => 1,
   license  => 'gpl3',
   requires => {
@@ -9,7 +9,7 @@
     'Pod::Usage' => 0,
     'Linux::Inotify2' => 0
   },
-  script_files => ['wiegand-mkstruct'],
-  dist_version_from => 'wiegand-mkstruct'
+  script_files => ['wgnd-mkstruct'],
+  dist_version_from => 'wgnd-mkstruct'
 );
 $build->create_build_script;