X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FName.pm;h=844357d884bbaa2d43b07083a8e8ef8ba079d17b;hb=7fa1d2bb04d51abd31a9a724ccdc517adec16d9b;hp=f562391d0c59f607ee36f4a83f31a2d9d967a58c;hpb=21b37dd9d75de3a7fa0daf04710d0cd53e3f31b7;p=p5sagit%2FSub-Name.git diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index f562391..844357d 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -1,5 +1,6 @@ package Sub::Name; # ABSTRACT: (Re)name a sub +# KEYWORDS: subroutine function utility name rename symbol =pod @@ -53,7 +54,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.16'; +our $VERSION = '0.21'; use Exporter 5.57 'import';