projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6e83c11
)
fix quoting of Makefile snippet for README
Karen Etheridge [Sun, 27 Jul 2014 00:18:40 +0000 (17:18 -0700)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
0fa8961
..
fa64aed
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-48,7
+48,7
@@
sub manifest_include {
push @Manifest, @_;
}
-my $readme_generator = <<README;
+my $readme_generator = <<'README';
pod2text $(VERSION_FROM) >$(DISTVNAME)/README
$(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) ../Distar/helpers/add-readme-to-manifest
README