From: Vincent Pit Date: Wed, 1 Jul 2009 09:02:24 +0000 (+0200) Subject: This is 0.05 X-Git-Tag: v0.05^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=c45239ab98fa42171a43b80ef5e3bda17596eefe This is 0.05 --- diff --git a/Changes b/Changes index f55ad2e..eb8ab9d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for subs-auto +0.05 2009-07-01 09:05 UTC + + Upd : Resources in META.yml. + 0.04 2008-10-02 20:50 UTC + Doc : Nits. + Tst : Yet more of them. diff --git a/META.yml b/META.yml index d22fc4d..213eb7c 100644 --- a/META.yml +++ b/META.yml @@ -1,19 +1,31 @@ --- #YAML:1.0 -name: subs-auto -version: 0.04 -abstract: Read barewords as subroutine names. -license: perl -author: +name: subs-auto +version: 0.05 +abstract: Read barewords as subroutine names. +author: - Vincent Pit -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - Carp: 0 - Symbol: 0 - Variable::Magic: 0.08 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0 + ExtUtils::MakeMaker: 0 + Test::More: 0 +requires: + Carp: 0 + perl: 5.01 + Symbol: 0 + Variable::Magic: 0.08 +resources: + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=subs-auto + homepage: http://search.cpan.org/dist/subs-auto/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2Fsubs-auto.git +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.52 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 diff --git a/README b/README index 58b2590..feb7777 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME subs::auto - Read barewords as subroutine names. VERSION - Version 0.04 + Version 0.05 SYNOPSIS { @@ -25,7 +25,7 @@ SYNOPSIS DESCRIPTION This pragma lexically enables the parsing of any bareword as a subroutine name, except those which corresponds to an entry in %INC - (expected to be class names) or whose symbol table entry has a IO slot + (expected to be class names) or whose symbol table entry has an IO slot (expected to be filehandles). You can pass options to "import" as key / value pairs : @@ -69,8 +69,7 @@ DEPENDENCIES AUTHOR Vincent Pit, "", . - You can contact me by mail or on #perl @ FreeNode (vincent or - Prof_Vince). + You can contact me by mail or on "irc.perl.org" (vincent). BUGS Please report any bugs or feature requests to "bug-subs-auto at diff --git a/lib/subs/auto.pm b/lib/subs/auto.pm index e507c5c..449ef8d 100644 --- a/lib/subs/auto.pm +++ b/lib/subs/auto.pm @@ -16,11 +16,11 @@ subs::auto - Read barewords as subroutine names. =head1 VERSION -Version 0.04 +Version 0.05 =cut -our $VERSION = '0.04'; +our $VERSION = '0.05'; =head1 SYNOPSIS