fix bumpmajor
[p5sagit/Distar.git] / lib / Distar.pm
index a171b6c..2c0f670 100644 (file)
@@ -30,6 +30,7 @@ sub author {
   our $Author = shift;
   $Author = [ $Author ]
     if !ref $Author;
+  1;
 }
 
 our @Manifest = (
@@ -46,6 +47,7 @@ our @Manifest = (
 
 sub manifest_include {
   push @Manifest, @_;
+  1;
 }
 
 sub readme_generator {
@@ -354,7 +356,7 @@ F<Makefile.PL>:
 
 F<maint/Makefile.PL.include>:
 
-  BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+  BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
   use lib 'Distar/lib';
   use Distar 0.001;