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.
--- #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
subs::auto - Read barewords as subroutine names.
VERSION
- Version 0.04
+ Version 0.05
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 :
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
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 SYNOPSIS