Add deprecation notices to all modules
[gitmo/Moose-Policy.git] / lib / Moose / Policy / SingleInheritence.pm
index 4addcf6..0236c50 100644 (file)
@@ -44,6 +44,10 @@ Moose::Policy::SingleInheritence - Why would you ever need more than one?
   
   extends 'Foo', 'Bar';  # BOOM!!!!
 
+=head1 DEPRECATION NOTICE
+
+B<Moose::Policy is deprecated>.
+
 =head1 DESCRIPTION
 
 This module restricts Moose's C<extends> keyword so that you can only assign 
@@ -65,7 +69,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2007 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>