projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
18d3ef1
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
a171b6c
..
e048045
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-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 {