make functions return 1 to avoid borkage on do
Matt S Trout [Thu, 27 Aug 2020 15:01:59 +0000 (15:01 +0000)]
lib/Distar.pm

index a171b6c..e048045 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 {