Implement strict constructors, which will warn unkown constructor arguments
[gitmo/Mouse.git] / lib / Squirrel / Role.pm
index 4a0941b..86199a8 100644 (file)
@@ -24,3 +24,24 @@ sub _choose_backend {
 
 1;
 
+__END__
+
+=head1 NAME
+
+Squirrel::Role - Use Mouse::Role, unless Moose::Role is already loaded. (DEPRECATED)
+
+=head1 SYNOPSIS
+
+    use Squirrel::Role;
+
+=head1 DEPRECATION
+
+C<Squirrel::Role> is deprecated. C<Any::Moose> provides the same functionality,
+but better. :)
+
+=head1 SEE ALSO
+
+L<Any::Moose>
+
+=cut
+