projects
/
scpubgit/HTML-String.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b8aaa17
)
when writing AUTOLOAD, always remember to write DESTROY!
Matt S Trout [Sun, 12 Aug 2012 17:39:35 +0000 (10:39 -0700)]
lib/HTML/String/Value.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/HTML/String/Value.pm
b/lib/HTML/String/Value.pm
index
cb73ad2
..
e26692d
100644
(file)
--- a/
lib/HTML/String/Value.pm
+++ b/
lib/HTML/String/Value.pm
@@
-96,4
+96,6
@@
sub _hsv_is_true {
sub ref { '' }
+sub DESTROY { }
+
1;