projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a4e999
)
Remove this too
David Leadbeater [Tue, 11 Jan 2011 22:20:54 +0000 (22:20 +0000)]
lib/Eval/WithLexicals/PersistHints.pm
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/lib/Eval/WithLexicals/PersistHints.pm
b/lib/Eval/WithLexicals/PersistHints.pm
deleted file mode 100644
(file)
index
4e7f726
..0000000
--- a/
lib/Eval/WithLexicals/PersistHints.pm
+++ /dev/null
@@
-1,8
+0,0 @@
-# XXX: Calls for traits really; there's not a MooX::... (yet)
-package Eval::WithLexicals::PersistHints;
-use Moo;
-
-with 'Eval::WithLexicals::Role::Eval';
-with 'Eval::WithLexicals::Role::LexicalHints';
-
-1;