projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6b82419
)
Add pod to Mouse::TypeRegistry as a deprecated module
gfx [Wed, 18 Nov 2009 06:55:57 +0000 (15:55 +0900)]
lib/Mouse/TypeRegistry.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/TypeRegistry.pm
b/lib/Mouse/TypeRegistry.pm
index
09c38e8
..
3822cbf
100644
(file)
--- a/
lib/Mouse/TypeRegistry.pm
+++ b/
lib/Mouse/TypeRegistry.pm
@@
-19,3
+19,15
@@
sub unimport {
1;
+__END__
+
+
+=head1 NAME
+
+Mouse::TypeRegistry - (DEPRECATED)
+
+=head1 DESCRIPTION
+
+Mouse::TypeRegistry is deprecated. Use Mouse::Util::TypeConstraints instead.
+
+=cut