projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6b95129
)
Remove irrelevant comment
Dave Rolsky [Mon, 12 Jul 2010 16:22:26 +0000 (11:22 -0500)]
lib/Class/MOP/Deprecated.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Deprecated.pm
b/lib/Class/MOP/Deprecated.pm
index
ce3c72f
..
10b96f0
100644
(file)
--- a/
lib/Class/MOP/Deprecated.pm
+++ b/
lib/Class/MOP/Deprecated.pm
@@
-50,9
+50,6
@@
my %DeprecatedAt = (
'Class::MOP::Method::Constructor::generate_constructor_method' => 0.93,
'Class::MOP::Method::Constructor::generate_constructor_method_inline' =>
0.93,
-
- # features deprecated after 0.93
- # ...
);
my %Registry;