]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
This is 0.05 v0.05
authorVincent Pit <vince@profvince.com>
Wed, 1 Jul 2009 09:02:24 +0000 (11:02 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 1 Jul 2009 09:02:24 +0000 (11:02 +0200)
Changes
META.yml
README
lib/subs/auto.pm

diff --git a/Changes b/Changes
index f55ad2e2a588d830adce6004171d740eeff23345..eb8ab9d3fd03544c5d9b04edef97345aa82c4c68 100644 (file)
--- 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.
index d22fc4ddb0c4a8c09ad5e9572ca4f47188bfc9c3..213eb7cf9e4e982aafe4a36c49f57f0da5f431cc 100644 (file)
--- 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 <perl@profvince.com>
-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 58b2590fefaa6d05af1d1d98f3a47da9eaea7783..feb777783d24f16518bbd0cfb87b2689aef95a75 100644 (file)
--- 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, "<perl at profvince.com>", <http://www.profvince.com>.
 
-    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
index e507c5c71aafed9d24140a8a8528a13796ec91b1..449ef8d78ee200f1d19d73229b494795a0bb023b 100644 (file)
@@ -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