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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Dec 8 21:27:49 UTC 2009


Author: carnil-guest
Date: Tue Dec  8 21:27:34 2009
New Revision: 48453

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

Modified:
    branches/upstream/libapp-cmd-perl/current/Changes
    branches/upstream/libapp-cmd-perl/current/META.yml
    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/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

Modified: branches/upstream/libapp-cmd-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-cmd-perl/current/Changes?rev=48453&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/Changes (original)
+++ branches/upstream/libapp-cmd-perl/current/Changes Tue Dec  8 21:27:34 2009
@@ -1,4 +1,8 @@
 Revision history for App-Cmd
+
+0.304     2009-12-07
+          remove use of deprecated "-run" from synopsis (thanks, George
+          Hartzell)
 
 0.303     2009-11-27
           revert behavior of App::Cmd 0.302 -- GLD no longer gives undef opts

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=48453&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/META.yml (original)
+++ branches/upstream/libapp-cmd-perl/current/META.yml Tue Dec  8 21:27:34 2009
@@ -29,4 +29,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/rjbs/app-cmd
-version: 0.303
+version: 0.304

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=48453&op=diff
==============================================================================
--- branches/upstream/libapp-cmd-perl/current/lib/App/Cmd.pm (original)
+++ branches/upstream/libapp-cmd-perl/current/lib/App/Cmd.pm Tue Dec  8 21:27:34 2009
@@ -51,17 +51,18 @@
 
 =head1 VERSION
 
-version 0.303
-
-=cut
-
-our $VERSION = '0.303';
+version 0.304
+
+=cut
+
+our $VERSION = '0.304';
 
 =head1 SYNOPSIS
 
 in F<yourcmd>:
 
-  use YourApp -run;
+  use YourApp;
+  YourApp->run;
 
 in F<YourApp.pm>:
 

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=48453&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 Tue Dec  8 21:27:34 2009
@@ -9,11 +9,11 @@
 
 =head1 VERSION
 
-version 0.303
+version 0.304
 
 =cut
 
-our $VERSION = '0.303';
+our $VERSION = '0.304';
 
 sub _process_args {
   my ($class, $args, @params) = @_;

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=48453&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 Tue Dec  8 21:27:34 2009
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-version 0.303
-
-=cut
-
-our $VERSION = '0.303';
+version 0.304
+
+=cut
+
+our $VERSION = '0.304';
 
 use Carp ();
 

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=48453&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 Tue Dec  8 21:27:34 2009
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-version 0.303
+version 0.304
 
 =cut
 
-our $VERSION = 0.303;
+our $VERSION = 0.304;
 
 =head1 DESCRIPTION
 

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=48453&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 Tue Dec  8 21:27:34 2009
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-version 0.303
+version 0.304
 
 =cut
 
-our $VERSION = '0.303';
+our $VERSION = '0.304';
 
 =head1 DESCRIPTION
 

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=48453&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 Tue Dec  8 21:27:34 2009
@@ -5,7 +5,7 @@
 use App::Cmd::Command;
 BEGIN { our @ISA = 'App::Cmd::Command' }
 
-our $VERSION = '0.303';
+our $VERSION = '0.304';
 
 use App::Cmd;
 use Sub::Install;

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=48453&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 Tue Dec  8 21:27:34 2009
@@ -13,11 +13,11 @@
 
 =head1 VERSION
 
-version 0.303
+version 0.304
 
 =cut
 
-our $VERSION = '0.303';
+our $VERSION = '0.304';
 
 =head1 METHODS
 

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=48453&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 Tue Dec  8 21:27:34 2009
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-version 0.303
+version 0.304
 
 =cut
 
-our $VERSION = '0.303';
+our $VERSION = '0.304';
 
 =head1 METHODS
 




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