avoid indirect object syntax
[p5sagit/Devel-Declare.git] / lib / Devel / Declare.pm
index 90bfbbc..8302dbc 100644 (file)
@@ -5,8 +5,6 @@ use warnings;
 use 5.008001;
 
 our $VERSION = '0.006022';
-
-bootstrap Devel::Declare;
 $VERSION =~ tr/_//d;
 
 use constant DECLARE_NAME => 1;
@@ -19,6 +17,7 @@ use base qw(DynaLoader);
 use Scalar::Util 'set_prototype';
 use B::Hooks::OP::Check 0.19;
 
+Devel::Declare->bootstrap;
 @ISA = ();
 
 initialize();
@@ -330,7 +329,7 @@ of kittens use something else:
 
 =item *
 
-Instead of L<TryCatch>, use L<Try::Tiny>
+Instead of L<TryCatch>, use L<Syntax::Keyword::Try> or L<Try::Tiny>
 
 =item *
 
@@ -339,6 +338,10 @@ L<real subroutine signatures|perlsub/Signatures> (requires perl 5.22) or L<Moops
 
 =back
 
+If you are a maintainer of something that uses Devel::Declare itself, please take a look at the
+more modern and robust alternatives, such as L<Keyword::Declare>, L<Keyword::Simple> or using
+L<perlapi/PL_keyword_plugin> in XS directly.
+
 =head1 USAGE
 
 We'll demonstrate the usage of C<Devel::Declare> with a motivating example: a new