move helpers location to inside lib
[p5sagit/Distar.git] / bin / distar-init
index 4771479..d909e7c 100755 (executable)
@@ -26,7 +26,7 @@ use strict;
 use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
 
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
   NAME => '%s',
@@ -86,9 +86,9 @@ my $mod_text = sprintf(<<'END', $package_name, $package_name, $author, $year, $p
 
  Copyright (c) %s the %s L</AUTHOR> and L</CONTRIBUTORS>
  as listed above.
+
  =head1 LICENSE
+
  This library is free software and may be distributed under the same terms
  as perl itself.
 END