r66231 - in /branches/upstream/libb-keywords-perl/current: Changes META.yml lib/B/Keywords.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 21:22:04 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 21:21:55 2010
New Revision: 66231

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66231
Log:
[svn-upgrade] new version libb-keywords-perl (1.10)

Modified:
    branches/upstream/libb-keywords-perl/current/Changes
    branches/upstream/libb-keywords-perl/current/META.yml
    branches/upstream/libb-keywords-perl/current/lib/B/Keywords.pm

Modified: branches/upstream/libb-keywords-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-keywords-perl/current/Changes?rev=66231&op=diff
==============================================================================
--- branches/upstream/libb-keywords-perl/current/Changes (original)
+++ branches/upstream/libb-keywords-perl/current/Changes Fri Dec 24 21:21:55 2010
@@ -43,3 +43,5 @@
   - b41ee8b135c9d2e0e7eda38dc17f3327f60f1cda $\ was missing from @Scalars.
   - a64e7f604687eda699fe778bcb070f3e715741b0 @Functions missing from @Symbols
   - bb14cdd3b3e5223fbb904cfbbe87fbcb5f6d8db2 Fix use B::Keywords qw(:all);
+1.10
+  - Fix typo in SYNOPSIS

Modified: branches/upstream/libb-keywords-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-keywords-perl/current/META.yml?rev=66231&op=diff
==============================================================================
--- branches/upstream/libb-keywords-perl/current/META.yml (original)
+++ branches/upstream/libb-keywords-perl/current/META.yml Fri Dec 24 21:21:55 2010
@@ -1,10 +1,21 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         B-Keywords
-version:      1.09
-version_from: lib/B/Keywords.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:               B-Keywords
+version:            1.10
+abstract:           Lists of reserved barewords and symbol names
+author:
+    - Joshua ben Jore <jjore at cpan.org>
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libb-keywords-perl/current/lib/B/Keywords.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-keywords-perl/current/lib/B/Keywords.pm?rev=66231&op=diff
==============================================================================
--- branches/upstream/libb-keywords-perl/current/lib/B/Keywords.pm (original)
+++ branches/upstream/libb-keywords-perl/current/lib/B/Keywords.pm Fri Dec 24 21:21:55 2010
@@ -13,7 +13,7 @@
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
 use vars '$VERSION';
-$VERSION = '1.09';
+$VERSION = '1.10';
 
 use vars '@Scalars';
 @Scalars = (
@@ -398,7 +398,7 @@
 
 =head1 SYNOPSIS
 
-  use B::Keywords qw( @Symbols Barewords );
+  use B::Keywords qw( @Symbols @Barewords );
   print join "\n", @Symbols,
                    @Barewords;
 




More information about the Pkg-perl-cvs-commits mailing list