add more recommendations of modern alternatives
Karen Etheridge [Fri, 1 May 2020 16:48:08 +0000 (09:48 -0700)]
lib/Devel/Declare.pm

index 90bfbbc..869df63 100644 (file)
@@ -330,7 +330,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 +339,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