projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3fd3a2a
)
Ignore deprecated functons in Class::MOP
Dave Rolsky [Sun, 3 May 2009 18:57:40 +0000 (13:57 -0500)]
xt/author/pod_coverage.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/author/pod_coverage.t
b/xt/author/pod_coverage.t
index
9f29d53
..
5f0b6b1
100644
(file)
--- a/
xt/author/pod_coverage.t
+++ b/
xt/author/pod_coverage.t
@@
-14,7
+14,7
@@
my @modules = all_modules();
plan tests => scalar @modules;
my %trustme = (
- 'Class::MOP' => ['HAVE_ISAREV'],
+ 'Class::MOP' => [ 'HAVE_ISAREV', 'subname', 'in_global_destruction' ],
'Class::MOP::Attribute' => ['process_accessors'],
'Class::MOP::Class' => [