X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=lib%2FSub%2FNary.pm;h=b87eaefc48736e2256b048e67517b94ce313700b;hp=ee5fb6491ca60410c857f3f0d546b35ba0f9a54d;hb=6619a43e229405fbb631fad34260619c65f3637c;hpb=5f152e1748a0f22036762abc24f5b92859951910 diff --git a/lib/Sub/Nary.pm b/lib/Sub/Nary.pm index ee5fb64..b87eaef 100644 --- a/lib/Sub/Nary.pm +++ b/lib/Sub/Nary.pm @@ -15,13 +15,13 @@ Sub::Nary - Try to count how many elements a subroutine can return in list conte =head1 VERSION -Version 0.02 +Version 0.03 =cut our $VERSION; BEGIN { - $VERSION = '0.02'; + $VERSION = '0.03'; } =head1 SYNOPSIS