r71615 - in /branches/upstream/libapp-cmd-perl/current: ./ lib/App/ lib/App/Cmd/ lib/App/Cmd/Command/ lib/App/Cmd/Subdispatch/

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Mar 18 19:04:16 UTC 2011


Author: carnil
Date: Fri Mar 18 18:59:40 2011
New Revision: 71615

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71615
Log:
[svn-upgrade] new version libapp-cmd-perl (0.311)

Modified:
    branches/upstream/libapp-cmd-perl/current/Changes
    branches/upstream/libapp-cmd-perl/current/LICENSE
    branches/upstream/libapp-cmd-perl/current/META.json
    branches/upstream/libapp-cmd-perl/current/META.yml
    branches/upstream/libapp-cmd-perl/current/Makefile.PL
    branches/upstream/libapp-cmd-perl/current/README
    branches/upstream/libapp-cmd-perl/current/dist.ini
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/ArgProcessor.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/commands.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/help.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Plugin.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Setup.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Simple.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch/DashedStyle.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tester.pm
    branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tutorial.pod

Modified: branches/upstream/libapp-cmd-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/Changes?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/Changes (original)
+++ branches/upstream/libapp-cmd-perl/current/Changes Fri Mar 18 18:59:40 2011
@@ -1,6 +1,10 @@
 Revision history for App-Cmd
 
+0.311     2011-03-17 22:42:19 America/New_York
+          require the correct version of Getopt::Long::Descriptive (thanks,
+          Glen Hinkle)
 
+0.310
           classes are now loaded with Class::Load, which should avoid bugs
           where classes are not succesfully loaded by program execution
           continues anyway (thanks to Kent Fredric)

Modified: branches/upstream/libapp-cmd-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/LICENSE?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/LICENSE (original)
+++ branches/upstream/libapp-cmd-perl/current/LICENSE Fri Mar 18 18:59:40 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Ricardo Signes.
+This software is Copyright (c) 2011 by Ricardo Signes.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Ricardo Signes.
+This software is Copyright (c) 2011 by Ricardo Signes.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libapp-cmd-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/META.json?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/META.json (original)
+++ branches/upstream/libapp-cmd-perl/current/META.json Fri Mar 18 18:59:40 2011
@@ -4,7 +4,7 @@
       "Ricardo Signes <rjbs at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.102345, CPAN::Meta::Converter version 2.102400",
+   "generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580",
    "license" : [
       "perl_5"
    ],
@@ -25,7 +25,7 @@
             "Class::Load" : "0.06",
             "Data::OptList" : 0,
             "File::Basename" : 0,
-            "Getopt::Long::Descriptive" : 0,
+            "Getopt::Long::Descriptive" : "0.084",
             "IO::TieCombine" : 0,
             "Module::Pluggable::Object" : 0,
             "String::RewritePrefix" : 0,
@@ -52,118 +52,123 @@
          "url" : "git://git.codesimply.com/App-Cmd.git"
       }
    },
-   "version" : "0.310",
+   "version" : "0.311",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
+            "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
+            "name" : "@RJBS/CheckPrereqsIndexed",
+            "version" : "0.002"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@RJBS/@Basic/GatherDir",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Basic/PruneCruft",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Basic/ManifestSkip",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Basic/MetaYAML",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Basic/License",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Basic/Readme",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@RJBS/@Basic/ExtraTests",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Basic/ExecDir",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Basic/ShareDir",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@RJBS/@Basic/MakeMaker",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Basic/Manifest",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Basic/TestRelease",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Basic/ConfirmRelease",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Basic/UploadToCPAN",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Repository",
             "name" : "@RJBS/Repository",
-            "version" : "0.14"
+            "version" : "0.17"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -174,7 +179,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -184,42 +189,53 @@
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
             "name" : "@RJBS/@Git/Check",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "name" : "@RJBS/@Git/Commit",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "name" : "@RJBS/@Git/Tag",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "name" : "@RJBS/@Git/Push",
-            "version" : "1.102810"
+            "version" : "1.110500"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "runtime",
+                  "type" : "requires"
+               }
+            },
+            "name" : "Prereqs",
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.102345"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.102345"
+            "version" : "4.200004"
          }
       ],
       "zilla" : {
@@ -227,7 +243,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "4.102345"
+         "version" : "4.200004"
       }
    }
 }

Modified: branches/upstream/libapp-cmd-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/META.yml?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/META.yml (original)
+++ branches/upstream/libapp-cmd-perl/current/META.yml Fri Mar 18 18:59:40 2011
@@ -10,7 +10,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102345, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +21,7 @@
   Class::Load: 0.06
   Data::OptList: 0
   File::Basename: 0
-  Getopt::Long::Descriptive: 0
+  Getopt::Long::Descriptive: 0.084
   IO::TieCombine: 0
   Module::Pluggable::Object: 0
   String::RewritePrefix: 0
@@ -32,97 +32,101 @@
   perl: 5.006
 resources:
   repository: git://git.codesimply.com/App-Cmd.git
-version: 0.310
+version: 0.311
 x_Dist_Zilla:
   plugins:
     -
+      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
+      name: '@RJBS/CheckPrereqsIndexed'
+      version: 0.002
+    -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@RJBS/@Basic/GatherDir'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Basic/PruneCruft'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Basic/ManifestSkip'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Basic/MetaYAML'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Basic/License'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Basic/Readme'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@RJBS/@Basic/ExtraTests'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Basic/ExecDir'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Basic/ShareDir'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@RJBS/@Basic/MakeMaker'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Basic/Manifest'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Basic/TestRelease'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Basic/ConfirmRelease'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Basic/UploadToCPAN'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       name: '@RJBS/Git::NextVersion'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Repository
       name: '@RJBS/Repository'
-      version: 0.14
+      version: 0.17
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -130,7 +134,7 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@RJBS/PodWeaver'
@@ -138,37 +142,45 @@
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@RJBS/@Git/Check'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Commit
       name: '@RJBS/@Git/Commit'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: '@RJBS/@Git/Tag'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Push
       name: '@RJBS/@Git/Push'
-      version: 1.102810
+      version: 1.110500
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: runtime
+          type: requires
+      name: Prereqs
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.102345
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.102345
+      version: 4.200004
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.102345
+    version: 4.200004

Modified: branches/upstream/libapp-cmd-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/Makefile.PL?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/Makefile.PL (original)
+++ branches/upstream/libapp-cmd-perl/current/Makefile.PL Fri Mar 18 18:59:40 2011
@@ -29,7 +29,7 @@
     'Class::Load' => '0.06',
     'Data::OptList' => '0',
     'File::Basename' => '0',
-    'Getopt::Long::Descriptive' => '0',
+    'Getopt::Long::Descriptive' => '0.084',
     'IO::TieCombine' => '0',
     'Module::Pluggable::Object' => '0',
     'String::RewritePrefix' => '0',
@@ -38,7 +38,7 @@
     'Sub::Install' => '0',
     'Text::Abbrev' => '0'
   },
-  'VERSION' => '0.310',
+  'VERSION' => '0.311',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libapp-cmd-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/README?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/README (original)
+++ branches/upstream/libapp-cmd-perl/current/README Fri Mar 18 18:59:40 2011
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution App-Cmd,
-version 0.310:
+version 0.311:
 
   write command line apps with less suffering
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/dist.ini?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/dist.ini (original)
+++ branches/upstream/libapp-cmd-perl/current/dist.ini Fri Mar 18 18:59:40 2011
@@ -4,3 +4,6 @@
 copyright_holder = Ricardo Signes
 
 [@RJBS]
+
+[Prereqs]
+Getopt::Long::Descriptive = 0.084

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd.pm Fri Mar 18 18:59:40 2011
@@ -4,7 +4,7 @@
 
 package App::Cmd;
 BEGIN {
-  $App::Cmd::VERSION = '0.310';
+  $App::Cmd::VERSION = '0.311';
 }
 use App::Cmd::ArgProcessor;
 BEGIN { our @ISA = 'App::Cmd::ArgProcessor' };
@@ -369,7 +369,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 SYNOPSIS
 
@@ -621,7 +621,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/ArgProcessor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/ArgProcessor.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/ArgProcessor.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/ArgProcessor.pm Fri Mar 18 18:59:40 2011
@@ -3,7 +3,7 @@
 
 package App::Cmd::ArgProcessor;
 BEGIN {
-  $App::Cmd::ArgProcessor::VERSION = '0.310';
+  $App::Cmd::ArgProcessor::VERSION = '0.311';
 }
 # ABSTRACT: App::Cmd-specific wrapper for Getopt::Long::Descriptive
 
@@ -34,7 +34,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 AUTHOR
 
@@ -42,7 +42,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command.pm Fri Mar 18 18:59:40 2011
@@ -3,7 +3,7 @@
 
 package App::Cmd::Command;
 BEGIN {
-  $App::Cmd::Command::VERSION = '0.310';
+  $App::Cmd::Command::VERSION = '0.311';
 }
 use App::Cmd::ArgProcessor;
 BEGIN { our @ISA = 'App::Cmd::ArgProcessor' };
@@ -138,7 +138,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 METHODS
 
@@ -241,7 +241,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/commands.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/commands.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/commands.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/commands.pm Fri Mar 18 18:59:40 2011
@@ -3,7 +3,7 @@
 
 package App::Cmd::Command::commands;
 BEGIN {
-  $App::Cmd::Command::commands::VERSION = '0.310';
+  $App::Cmd::Command::commands::VERSION = '0.311';
 }
 use App::Cmd::Command;
 BEGIN { our @ISA = 'App::Cmd::Command' };
@@ -66,7 +66,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 DESCRIPTION
 
@@ -100,7 +100,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/help.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/help.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/help.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Command/help.pm Fri Mar 18 18:59:40 2011
@@ -3,7 +3,7 @@
 
 package App::Cmd::Command::help;
 BEGIN {
-  $App::Cmd::Command::help::VERSION = '0.310';
+  $App::Cmd::Command::help::VERSION = '0.311';
 }
 use App::Cmd::Command;
 BEGIN { our @ISA = 'App::Cmd::Command'; }
@@ -67,7 +67,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 DESCRIPTION
 
@@ -81,7 +81,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Plugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Plugin.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Plugin.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Plugin.pm Fri Mar 18 18:59:40 2011
@@ -2,7 +2,7 @@
 use warnings;
 package App::Cmd::Plugin;
 BEGIN {
-  $App::Cmd::Plugin::VERSION = '0.310';
+  $App::Cmd::Plugin::VERSION = '0.311';
 }
 # ABSTRACT: a plugin for App::Cmd commands
 
@@ -26,7 +26,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 AUTHOR
 
@@ -34,7 +34,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Setup.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Setup.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Setup.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Setup.pm Fri Mar 18 18:59:40 2011
@@ -2,7 +2,7 @@
 use warnings;
 package App::Cmd::Setup;
 BEGIN {
-  $App::Cmd::Setup::VERSION = '0.310';
+  $App::Cmd::Setup::VERSION = '0.311';
 }
 # ABSTRACT: helper for setting up App::Cmd classes
 
@@ -149,7 +149,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 OVERVIEW
 
@@ -220,7 +220,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Simple.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Simple.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Simple.pm Fri Mar 18 18:59:40 2011
@@ -3,7 +3,7 @@
 
 package App::Cmd::Simple;
 BEGIN {
-  $App::Cmd::Simple::VERSION = '0.310';
+  $App::Cmd::Simple::VERSION = '0.311';
 }
 use App::Cmd::Command;
 BEGIN { our @ISA = 'App::Cmd::Command' }
@@ -102,7 +102,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 SYNOPSIS
 
@@ -202,7 +202,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch.pm Fri Mar 18 18:59:40 2011
@@ -3,7 +3,7 @@
 
 package App::Cmd::Subdispatch;
 BEGIN {
-  $App::Cmd::Subdispatch::VERSION = '0.310';
+  $App::Cmd::Subdispatch::VERSION = '0.311';
 }
 
 use App::Cmd;
@@ -78,7 +78,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 METHODS
 
@@ -116,7 +116,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch/DashedStyle.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch/DashedStyle.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch/DashedStyle.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Subdispatch/DashedStyle.pm Fri Mar 18 18:59:40 2011
@@ -3,7 +3,7 @@
 
 package App::Cmd::Subdispatch::DashedStyle;
 BEGIN {
-  $App::Cmd::Subdispatch::DashedStyle::VERSION = '0.310';
+  $App::Cmd::Subdispatch::DashedStyle::VERSION = '0.311';
 }
 use App::Cmd::Subdispatch;
 BEGIN { our @ISA = 'App::Cmd::Subdispatch' };
@@ -64,7 +64,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 METHODS
 
@@ -90,7 +90,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tester.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tester.pm?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tester.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tester.pm Fri Mar 18 18:59:40 2011
@@ -2,7 +2,7 @@
 use warnings;
 package App::Cmd::Tester;
 BEGIN {
-  $App::Cmd::Tester::VERSION = '0.310';
+  $App::Cmd::Tester::VERSION = '0.311';
 }
 
 # ABSTRACT: for capturing the result of running an app
@@ -67,7 +67,7 @@
 {
   package App::Cmd::Tester::Result;
 BEGIN {
-  $App::Cmd::Tester::Result::VERSION = '0.310';
+  $App::Cmd::Tester::Result::VERSION = '0.311';
 }
 
   sub new {
@@ -86,7 +86,7 @@
 {
   package App::Cmd::Tester::Exited;
 BEGIN {
-  $App::Cmd::Tester::Exited::VERSION = '0.310';
+  $App::Cmd::Tester::Exited::VERSION = '0.311';
 }
   sub throw {
     my ($class, $code) = @_;
@@ -106,7 +106,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 SYNOPSIS
 
@@ -168,7 +168,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tutorial.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tutorial.pod?rev=71615&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tutorial.pod (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd/Tutorial.pod Fri Mar 18 18:59:40 2011
@@ -13,7 +13,7 @@
 
 =head1 VERSION
 
-version 0.310
+version 0.311
 
 =head1 DESCRIPTION
 
@@ -179,7 +179,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.




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