]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Remove the type discussion from the CAVEATS. I really thought I did...
authorVincent Pit <vince@profvince.com>
Sat, 7 Mar 2009 18:59:38 +0000 (19:59 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 7 Mar 2009 18:59:38 +0000 (19:59 +0100)
lib/Lexical/Types.pm

index e935d3880a124e6b1ce213f2a6b4575f78d37b7e..7cc33e7c25294f796262ed08b09b276bff7fd9fe 100644 (file)
@@ -247,20 +247,6 @@ If you prefer to use constants rather than creating empty packages, you can repl
 
 =head1 CAVEATS
 
-For C<perl> to be able to parse C<my Str $x>, you need :
-
-=over 4
-
-=item *
-
-either the C<Str> package to be defined ;
-
-=item *
-
-or for C<Str> to be a constant sub returning a valid defined package.
-
-=back
-
 The restrictions on the type (being either a defined package name or a constant) apply even if you use the C<'as'> option to redirect to another package, and are unlikely to find a workaround as this happens deep inside the lexer - far from the reach of an extension.
 
 Only one mangler or prefix can be in use at the same time in a given scope.