X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FName.pm;h=09e66d4700923e7fb252c69b8cdb890bb90ef3b4;hb=c2501c3b6b956ebe80318851be9d54a5d77a59f9;hp=bfe309359bbc48d258dd86a4b42e23e95276523a;hpb=54595ea863696d904b22754dc8902e52aa0fcdfa;p=p5sagit%2FSub-Name.git diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index bfe3093..09e66d4 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -15,6 +15,8 @@ package Sub::Name; This module has only one function, which is also exported by default: +=for stopwords subname + =head2 subname NAME, CODEREF Assigns a new name to referenced sub. If package specification is omitted in @@ -39,6 +41,8 @@ L - for getting information about subs =head1 COPYRIGHT AND LICENSE +=for stopwords cPanel + This software is copyright (c) 2004, 2008 by Matthijs van Duin, all rights reserved; copyright (c) 2014 cPanel Inc., all rights reserved. @@ -52,7 +56,7 @@ use 5.006; use strict; use warnings; -use base 'Exporter'; +use Exporter 5.57 'import'; our @EXPORT = qw(subname); our @EXPORT_OK = @EXPORT;