projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ce1f3e8
)
Short name for Sugar
Arthur Axel 'fREW' Schmidt [Tue, 8 Dec 2009 06:27:02 +0000 (
00:27
-0600)]
lib/Devel/Dwarn.pm
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/Devel/Dwarn.pm
b/lib/Devel/Dwarn.pm
new file mode 100644
(file)
index 0000000..
91095a1
--- /dev/null
+++ b/
lib/Devel/Dwarn.pm
@@ -0,0
+1,7
@@
+package Devel::Dwarn;
+
+use Data::Dumper::Concise::Sugar ();
+
+sub import { goto &Data::Dumper::Concise::Sugar::import }
+
+1;