r44431 - in /branches/upstream/libmoosex-lazyrequire-perl/current: Changes META.yml Makefile.PL README dist.ini lib/MooseX/LazyRequire.pm lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 20 18:41:00 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 20 18:40:54 2009
New Revision: 44431

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

Modified:
    branches/upstream/libmoosex-lazyrequire-perl/current/Changes
    branches/upstream/libmoosex-lazyrequire-perl/current/META.yml
    branches/upstream/libmoosex-lazyrequire-perl/current/Makefile.PL
    branches/upstream/libmoosex-lazyrequire-perl/current/README
    branches/upstream/libmoosex-lazyrequire-perl/current/dist.ini
    branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire.pm
    branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm

Modified: branches/upstream/libmoosex-lazyrequire-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-lazyrequire-perl/current/Changes?rev=44431&op=diff
==============================================================================
--- branches/upstream/libmoosex-lazyrequire-perl/current/Changes (original)
+++ branches/upstream/libmoosex-lazyrequire-perl/current/Changes Sun Sep 20 18:40:54 2009
@@ -1,3 +1,6 @@
+0.04 Sat, 12 Sep 2009 06:05:12 +0900
+  * Keep dzil from hiding the 1; at the end (Jesse Luehrs).
+
 0.03  Mon, 17 Aug 2009 11:12:11 +0200
   * Remove code that wasn't meant to be there in the last release.
 

Modified: branches/upstream/libmoosex-lazyrequire-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-lazyrequire-perl/current/META.yml?rev=44431&op=diff
==============================================================================
--- branches/upstream/libmoosex-lazyrequire-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-lazyrequire-perl/current/META.yml Sun Sep 20 18:40:54 2009
@@ -2,7 +2,7 @@
 abstract: 'Required attributes which fail only when trying to use them'
 author:
   - 'Florian Ragwitz <rafl at debian.org>'
-generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.092200'
+generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.092450'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -14,4 +14,4 @@
   Test::More: 0.88
   aliased: 0.30
   namespace::autoclean: 0
-version: 0.03
+version: 0.04

Modified: branches/upstream/libmoosex-lazyrequire-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-lazyrequire-perl/current/Makefile.PL?rev=44431&op=diff
==============================================================================
--- branches/upstream/libmoosex-lazyrequire-perl/current/Makefile.PL (original)
+++ branches/upstream/libmoosex-lazyrequire-perl/current/Makefile.PL Sun Sep 20 18:40:54 2009
@@ -9,12 +9,12 @@
   NAME      => 'MooseX::LazyRequire',
   AUTHOR    => 'Florian\ Ragwitz\ \<rafl\@debian\.org\>',
   ABSTRACT  => 'Required\ attributes\ which\ fail\ only\ when\ trying\ to\ use\ them',
-  VERSION   => '0.03',
+  VERSION   => '0.04',
   EXE_FILES => [ qw() ],
   (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM    => {
+    "MooseX::Types::Moose" => '0',
     "Test::More" => '0.88',
-    "MooseX::Types::Moose" => '0',
     "namespace::autoclean" => '0',
     "aliased" => '0.30',
     "Moose" => '0',

Modified: branches/upstream/libmoosex-lazyrequire-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-lazyrequire-perl/current/README?rev=44431&op=diff
==============================================================================
--- branches/upstream/libmoosex-lazyrequire-perl/current/README (original)
+++ branches/upstream/libmoosex-lazyrequire-perl/current/README Sun Sep 20 18:40:54 2009
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution MooseX-LazyRequire, version
-0.03:
+0.04:
 
   Required attributes which fail only when trying to use them
 

Modified: branches/upstream/libmoosex-lazyrequire-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-lazyrequire-perl/current/dist.ini?rev=44431&op=diff
==============================================================================
--- branches/upstream/libmoosex-lazyrequire-perl/current/dist.ini (original)
+++ branches/upstream/libmoosex-lazyrequire-perl/current/dist.ini Sun Sep 20 18:40:54 2009
@@ -1,5 +1,5 @@
 name    = MooseX-LazyRequire
-version = 0.03
+version = 0.04
 author  = Florian Ragwitz <rafl at debian.org>
 license = Perl_5
 copyright_holder = Florian Ragwitz

Modified: branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire.pm?rev=44431&op=diff
==============================================================================
--- branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire.pm (original)
+++ branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire.pm Sun Sep 20 18:40:54 2009
@@ -1,5 +1,5 @@
 package MooseX::LazyRequire;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 # ABSTRACT: Required attributes which fail only when trying to use them
 
@@ -18,6 +18,8 @@
     );
 }
 
+1;
+
 
 __END__
 
@@ -29,7 +31,7 @@
 
 =head1 VERSION
 
-version 0.03
+version 0.04
 
 =head1 SYNOPSIS
 
@@ -83,8 +85,6 @@
 
 =end Pod::Coverage
 
-1;
-
 =head1 AUTHOR
 
   Florian Ragwitz <rafl at debian.org>

Modified: branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm?rev=44431&op=diff
==============================================================================
--- branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm (original)
+++ branches/upstream/libmoosex-lazyrequire-perl/current/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm Sun Sep 20 18:40:54 2009
@@ -1,5 +1,5 @@
 package MooseX::LazyRequire::Meta::Attribute::Trait::LazyRequire;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 
 use Moose::Role;
@@ -53,7 +53,7 @@
 
 =head1 VERSION
 
-version 0.03
+version 0.04
 
 =head1 AUTHOR
 




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