r39421 - in /branches/upstream/libmoosex-app-cmd-perl/current: Changes MANIFEST META.yml Makefile.PL SIGNATURE lib/MooseX/App/Cmd.pm t/basic.t t/lib/Test/MyCmd/Command/frobulate.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Jul 6 18:44:32 UTC 2009


Author: carnil-guest
Date: Mon Jul  6 18:44:12 2009
New Revision: 39421

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

Added:
    branches/upstream/libmoosex-app-cmd-perl/current/SIGNATURE
Modified:
    branches/upstream/libmoosex-app-cmd-perl/current/Changes
    branches/upstream/libmoosex-app-cmd-perl/current/MANIFEST
    branches/upstream/libmoosex-app-cmd-perl/current/META.yml
    branches/upstream/libmoosex-app-cmd-perl/current/Makefile.PL
    branches/upstream/libmoosex-app-cmd-perl/current/lib/MooseX/App/Cmd.pm
    branches/upstream/libmoosex-app-cmd-perl/current/t/basic.t
    branches/upstream/libmoosex-app-cmd-perl/current/t/lib/Test/MyCmd/Command/frobulate.pm

Modified: branches/upstream/libmoosex-app-cmd-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/Changes?rev=39421&op=diff
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/Changes (original)
+++ branches/upstream/libmoosex-app-cmd-perl/current/Changes Mon Jul  6 18:44:12 2009
@@ -1,3 +1,6 @@
+0.05
+    - Various minor fixes due to upstream module changes
+
 0.04
     - Fix failing test when no Test::Output is available.
       No code change (lestrrat)

Modified: branches/upstream/libmoosex-app-cmd-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/MANIFEST?rev=39421&op=diff
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/MANIFEST (original)
+++ branches/upstream/libmoosex-app-cmd-perl/current/MANIFEST Mon Jul  6 18:44:12 2009
@@ -17,3 +17,4 @@
 t/lib/Test/MyCmd/Command/justusage.pm
 t/lib/Test/MyCmd/Command/stock.pm
 META.yml                                 Module meta-data (added by MakeMaker)
+SIGNATURE                                Public-key signature (added by MakeMaker)

Modified: branches/upstream/libmoosex-app-cmd-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/META.yml?rev=39421&op=diff
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-app-cmd-perl/current/META.yml Mon Jul  6 18:44:12 2009
@@ -1,17 +1,25 @@
 --- #YAML:1.0
-name:                MooseX-App-Cmd
-version:             0.04
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    App::Cmd:                      0
-    Getopt::Long::Descriptive:     0
-    Moose:                         0
-    MooseX::Getopt:                0.09
-    Test::use::ok:                 0
+name:               MooseX-App-Cmd
+version:            0.05
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    App::Cmd:             0
+    Getopt::Long::Descriptive:  0
+    Moose:                0.86
+    MooseX::Getopt:       0.18
+    Test::use::ok:        0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.52
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libmoosex-app-cmd-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/Makefile.PL?rev=39421&op=diff
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/Makefile.PL (original)
+++ branches/upstream/libmoosex-app-cmd-perl/current/Makefile.PL Mon Jul  6 18:44:12 2009
@@ -5,17 +5,17 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-	NAME         => 'MooseX::App::Cmd',
-	VERSION_FROM => 'lib/MooseX/App/Cmd.pm',
-	INSTALLDIRS  => 'site',
-#	SIGN         => 1, # temporary for now
-	PL_FILES     => { },
-	PREREQ_PM    => {
-		'Test::use::ok'             => 0,
+    NAME         => 'MooseX::App::Cmd',
+    VERSION_FROM => 'lib/MooseX/App/Cmd.pm',
+    INSTALLDIRS  => 'site',
+    SIGN         => 1,
+    PL_FILES     => {},
+    PREREQ_PM    => {
+        'Test::use::ok'             => 0,
         'App::Cmd'                  => 0,
-        'Moose'                     => 0,
-        'MooseX::Getopt'            => "0.09",
+        'Moose'                     => 0.86,
+        'MooseX::Getopt'            => "0.18",
         'Getopt::Long::Descriptive' => 0,
-	},
+    },
 );
 

Added: branches/upstream/libmoosex-app-cmd-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/SIGNATURE?rev=39421&op=file
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/SIGNATURE (added)
+++ branches/upstream/libmoosex-app-cmd-perl/current/SIGNATURE Mon Jul  6 18:44:12 2009
@@ -1,0 +1,42 @@
+This file contains message digests of all files listed in MANIFEST,
+signed via the Module::Signature module, version 0.55.
+
+To verify the content in this distribution, first make sure you have
+Module::Signature installed, then type:
+
+    % cpansign -v
+
+It will check each file's integrity, as well as the signature's
+validity.  If "==> Signature verified OK! <==" is not displayed,
+the distribution may already have been compromised, and you should
+not run its Makefile.PL or Build.PL.
+
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+SHA1 a19265068585a4e891f3b054ea7eeccb86968cdf Changes
+SHA1 c740fe5cba821190dc99d8baf6d996a9094bea70 MANIFEST
+SHA1 190e9058eb9c6446a1a3f3ddf15b082f1ecde152 MANIFEST.SKIP
+SHA1 a15ce2ef5542c10bbb299486bf3bc00932a097e9 META.yml
+SHA1 c4597d32f5ce0e45cb6dc0bc8817dca93c4a7fcc Makefile.PL
+SHA1 e71eb061d6871635a413788d94513a6f5ac5cf46 lib/MooseX/App/Cmd.pm
+SHA1 4540a56b0070a02b4d402b2dcb81dc0c796f9dd4 lib/MooseX/App/Cmd/Command.pm
+SHA1 6fd801b5eb71c402d484782b81d0f4a8379a7f36 t/00-load.t
+SHA1 f952086edd71b83111f01d208454c51bc46dbf84 t/basic.t
+SHA1 622180410b221c9662e86ffd412f949c2eba8768 t/build_emulates_new.t
+SHA1 efd7c468870324bf54d442e06ea93f83dea173f8 t/configfile.t
+SHA1 2b412bcfb4193c32081d4b100e7fafd1381ff4ad t/lib/Test/ConfigFromFile.pm
+SHA1 a9959ae836eb4a34ba071df980f38f196d887f59 t/lib/Test/ConfigFromFile/Command/moo.pm
+SHA1 29e252d185222483c06a9af5070ea76942d4f64e t/lib/Test/ConfigFromFile/config.yaml
+SHA1 7c9fb28b6e6d4095bce936e3cc4c7ec2456aca10 t/lib/Test/MyCmd.pm
+SHA1 f456585d0015d3faee5d456bc1f9bf13e81a0ebf t/lib/Test/MyCmd/Command/bark.pm
+SHA1 1f6181faad0b9d1ff05c160fef1aa5a64cb4f815 t/lib/Test/MyCmd/Command/frobulate.pm
+SHA1 281c6db7a399ec0490f19abb073b50774e4073c6 t/lib/Test/MyCmd/Command/justusage.pm
+SHA1 a0e952beb3dc6eaf2de0b3aefc80fb57a1c6e409 t/lib/Test/MyCmd/Command/stock.pm
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.7 (Darwin)
+
+iD8DBQFKUXDvVCwRwOvSdBgRAvtWAKCQYTec+xm9YcAvKYnhgTgnSwGXbgCbB1bP
+qTvKNTwrDYL6m/hhouLJ66w=
+=II+k
+-----END PGP SIGNATURE-----

Modified: branches/upstream/libmoosex-app-cmd-perl/current/lib/MooseX/App/Cmd.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/lib/MooseX/App/Cmd.pm?rev=39421&op=diff
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/lib/MooseX/App/Cmd.pm (original)
+++ branches/upstream/libmoosex-app-cmd-perl/current/lib/MooseX/App/Cmd.pm Mon Jul  6 18:44:12 2009
@@ -23,7 +23,7 @@
   $self->{full_arg0} = $arg0;
 }
 
-our $VERSION = "0.04";
+our $VERSION = "0.05";
 
 __PACKAGE__;
 

Modified: branches/upstream/libmoosex-app-cmd-perl/current/t/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/t/basic.t?rev=39421&op=diff
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/t/basic.t (original)
+++ branches/upstream/libmoosex-app-cmd-perl/current/t/basic.t Mon Jul  6 18:44:12 2009
@@ -46,7 +46,6 @@
 }
 
 {
-  local $TODO = "usage not yet supported";
   local @ARGV = qw(justusage);
   eval { $cmd->run };
 

Modified: branches/upstream/libmoosex-app-cmd-perl/current/t/lib/Test/MyCmd/Command/frobulate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-app-cmd-perl/current/t/lib/Test/MyCmd/Command/frobulate.pm?rev=39421&op=diff
==============================================================================
--- branches/upstream/libmoosex-app-cmd-perl/current/t/lib/Test/MyCmd/Command/frobulate.pm (original)
+++ branches/upstream/libmoosex-app-cmd-perl/current/t/lib/Test/MyCmd/Command/frobulate.pm Mon Jul  6 18:44:12 2009
@@ -8,6 +8,7 @@
 }
 
 has foo_bar => (
+    traits => [qw(Getopt)],
     isa => "Bool",
     is  => "ro",
     cmd_aliases => "F",
@@ -15,6 +16,7 @@
 );
 
 has widget => (
+    traits => [qw(Getopt)],
     isa => "Str",
     is  => "ro",
     documentation => "set widget name",




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