aliasing stuff
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint.pm
index 76ea01d..02bb03d 100644 (file)
@@ -5,8 +5,8 @@ use strict;
 use warnings;
 use metaclass;
 
-use overload '""'     => sub { shift->name },   # stringify to tc name
-             fallback => 1;
+#use overload '""'     => sub { shift->name },   # stringify to tc name
+#             fallback => 1;
 
 use Sub::Name    'subname';
 use Carp         'confess';
@@ -284,7 +284,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006, 2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>