X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=lib%2FSub%2FNary.pm;h=4e244782a0e8650e0f5ca61a422f39b9a853cb6a;hp=219e8c3dc7aca24f522eaeaae80f7832f513c025;hb=d3746e574d46fdfb258a4f3c76fb1534cba0c839;hpb=b1fb25c46e9eec1fb0e8dd8b6fd7f238cec4756a diff --git a/lib/Sub/Nary.pm b/lib/Sub/Nary.pm index 219e8c3..4e24478 100644 --- a/lib/Sub/Nary.pm +++ b/lib/Sub/Nary.pm @@ -16,13 +16,13 @@ Sub::Nary - Try to count how many elements a subroutine can return in list conte =head1 VERSION -Version 0.01 +Version 0.02 =cut our $VERSION; BEGIN { - $VERSION = '0.01'; + $VERSION = '0.02'; } =head1 SYNOPSIS