projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5154970
)
explain ref-printing in error (anti-stringify device)
Matt S Trout [Wed, 16 Feb 2011 02:27:33 +0000 (
02:27
+0000)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
c589150
..
824d294
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-39,6
+39,7
@@
sub write_manifest_skip {
? $spec
: !ref($spec)
? ".*\Q${spec}\E"
+ # print ref as well as stringification in case of overload ""
: die "spec must be string or regexp, was: ${spec} (${\ref $spec})");
push @parts, $re;
}