[libgit-wrapper-perl] 01/04: Imported Upstream version 0.030

Angel Abad angel at alioth.debian.org
Fri Aug 9 08:25:30 UTC 2013


This is an automated email from the git hooks/post-receive script.

angel pushed a commit to branch master
in repository libgit-wrapper-perl.

commit 5429867de5952936a104428cca1eaee985e5ccd6
Author: Angel Abad <angelabad at gmail.com>
Date:   Thu Aug 8 23:25:31 2013 +0200

    Imported Upstream version 0.030
---
 Changes                                 |    5 ++
 META.json                               |   80 ++++++++++++++++++-------------
 META.yml                                |   77 ++++++++++++++++-------------
 Makefile.PL                             |    3 +-
 README.mkdn                             |    4 +-
 lib/Git/Wrapper.pm                      |    6 +--
 lib/Git/Wrapper/Exception.pm            |    4 +-
 lib/Git/Wrapper/File/RawModification.pm |    4 +-
 lib/Git/Wrapper/Log.pm                  |    4 +-
 lib/Git/Wrapper/Status.pm               |    4 +-
 lib/Git/Wrapper/Statuses.pm             |    4 +-
 11 files changed, 111 insertions(+), 84 deletions(-)

diff --git a/Changes b/Changes
index c5c386d..741e6ea 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Git-Wrapper
 
+0.030     2013-07-29 09:23:13 America/Los_Angeles
+
+        Add explicit version dep on Path::Class (#40) (John SJ Anderson)
+        Fixes typos. (Olaf Alders)
+
 0.029     2013-05-07 10:21:26 America/Los_Angeles
 
         Included missed Changes update from last release...
diff --git a/META.json b/META.json
index e9e83a0..bd32761 100644
--- a/META.json
+++ b/META.json
@@ -6,7 +6,7 @@
       "John SJ Anderson <genehack at genehack.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.130880",
+   "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921",
    "license" : [
       "perl_5"
    ],
@@ -34,6 +34,7 @@
             "File::pushd" : "0",
             "IPC::Cmd" : "0",
             "IPC::Open3" : "0",
+            "Path::Class" : "0.26",
             "Scalar::Util" : "0",
             "Sort::Versions" : "0",
             "Symbol" : "0",
@@ -69,86 +70,97 @@
          "web" : "https://github.com/genehack/Git-Wrapper"
       }
    },
-   "version" : "0.029",
+   "version" : "0.030",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.016003"
+         "version" : "5.018000"
       },
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "GatherDir",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Filter/PruneCruft",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Filter/ManifestSkip",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Filter/MetaYAML",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Filter/License",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@Filter/ExtraTests",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Filter/ExecDir",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Filter/ShareDir",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@Filter/MakeMaker",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Filter/Manifest",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Filter/TestRelease",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Filter/ConfirmRelease",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Filter/UploadToCPAN",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
             "name" : "Git::NextVersion",
-            "version" : "2.013"
+            "version" : "2.014"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "AutoPrereqs",
-            "version" : "4.300034"
+            "version" : "4.300035"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "runtime",
+                  "type" : "requires"
+               }
+            },
+            "name" : "Prereqs",
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -163,32 +175,32 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "MetaConfig",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "MetaJSON",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "NextRelease",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "PkgVersion",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "PodSyntaxTests",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "PodCoverageTests",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -213,17 +225,17 @@
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "name" : "Git::Commit",
-            "version" : "2.013"
+            "version" : "2.014"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "name" : "Git::Tag",
-            "version" : "2.013"
+            "version" : "2.014"
          },
          {
             "class" : "Dist::Zilla::Plugin::Twitter",
             "name" : "Twitter",
-            "version" : "0.020"
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::RequiresExternal",
@@ -233,32 +245,32 @@
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.300034"
+            "version" : "4.300035"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "4.300034"
+            "version" : "4.300035"
          }
       ],
       "zilla" : {
@@ -266,7 +278,7 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "4.300034"
+         "version" : "4.300035"
       }
    }
 }
diff --git a/META.yml b/META.yml
index 7bd26d6..880d2ce 100644
--- a/META.yml
+++ b/META.yml
@@ -17,7 +17,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.130880'
+generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,6 +28,7 @@ requires:
   File::pushd: 0
   IPC::Cmd: 0
   IPC::Open3: 0
+  Path::Class: 0.26
   Scalar::Util: 0
   Sort::Versions: 0
   Symbol: 0
@@ -39,71 +40,79 @@ resources:
   bugtracker: https://github.com/genehack/Git-Wrapper/issues
   homepage: http://genehack.github.com/Git-Wrapper/
   repository: git://github.com/genehack/Git-Wrapper.git
-version: 0.029
+version: 0.030
 x_Dist_Zilla:
   perl:
-    version: 5.016003
+    version: 5.018000
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: GatherDir
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Filter/PruneCruft'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Filter/ManifestSkip'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Filter/MetaYAML'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::License
       name: '@Filter/License'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@Filter/ExtraTests'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Filter/ExecDir'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Filter/ShareDir'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@Filter/MakeMaker'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Filter/Manifest'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Filter/TestRelease'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Filter/ConfirmRelease'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Filter/UploadToCPAN'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       name: Git::NextVersion
-      version: 2.013
+      version: 2.014
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: AutoPrereqs
-      version: 4.300034
+      version: 4.300035
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: runtime
+          type: requires
+      name: Prereqs
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: GithubMeta
@@ -115,27 +124,27 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: MetaConfig
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: MetaJSON
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: NextRelease
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: PkgVersion
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: PodSyntaxTests
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: PodCoverageTests
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: PodWeaver
@@ -155,15 +164,15 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::Git::Commit
       name: Git::Commit
-      version: 2.013
+      version: 2.014
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: Git::Tag
-      version: 2.013
+      version: 2.014
     -
       class: Dist::Zilla::Plugin::Twitter
       name: Twitter
-      version: 0.020
+      version: 0.021
     -
       class: Dist::Zilla::Plugin::RequiresExternal
       name: RequiresExternal
@@ -171,29 +180,29 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.300034
+      version: 4.300035
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: 4.300034
+      version: 4.300035
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.300034
+    version: 4.300035
diff --git a/Makefile.PL b/Makefile.PL
index 4ea4258..a8db98a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,6 +24,7 @@ my %WriteMakefileArgs = (
     "File::pushd" => 0,
     "IPC::Cmd" => 0,
     "IPC::Open3" => 0,
+    "Path::Class" => "0.26",
     "Scalar::Util" => 0,
     "Sort::Versions" => 0,
     "Symbol" => 0,
@@ -42,7 +43,7 @@ my %WriteMakefileArgs = (
     "Test::More" => 0,
     "Test::Most" => 0
   },
-  "VERSION" => "0.029",
+  "VERSION" => "0.030",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README.mkdn b/README.mkdn
index 8e8d469..d402e4d 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -4,7 +4,7 @@ Git::Wrapper - Wrap git(7) command-line interface
 
 # VERSION
 
-version 0.029
+version 0.030
 
 # SYNOPSIS
 
@@ -35,7 +35,7 @@ Git::Wrapper object. Replace any hyphens in the git command with underscores
 Methods accept a combination of hashrefs and scalars, which is used to build
 the command used to invoke git. Arguments passed in hashrefs will be
 automatically parsed into option pairs, but the ordering of these in the
-resulting shell command is not guarenteed (with the exceptino of options with
+resulting shell command is not guaranteed (with the exception of options with
 a leading '-'; see below). Options that are passed as plain scalars will
 retain their order. Some examples may help clarify. This code:
 
diff --git a/lib/Git/Wrapper.pm b/lib/Git/Wrapper.pm
index a0f173c..107bd54 100644
--- a/lib/Git/Wrapper.pm
+++ b/lib/Git/Wrapper.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package Git::Wrapper;
 {
-  $Git::Wrapper::VERSION = '0.029';
+  $Git::Wrapper::VERSION = '0.030';
 }
 #ABSTRACT: Wrap git(7) command-line interface
 
@@ -389,7 +389,7 @@ Git::Wrapper - Wrap git(7) command-line interface
 
 =head1 VERSION
 
-version 0.029
+version 0.030
 
 =head1 SYNOPSIS
 
@@ -420,7 +420,7 @@ Git::Wrapper object. Replace any hyphens in the git command with underscores
 Methods accept a combination of hashrefs and scalars, which is used to build
 the command used to invoke git. Arguments passed in hashrefs will be
 automatically parsed into option pairs, but the ordering of these in the
-resulting shell command is not guarenteed (with the exceptino of options with
+resulting shell command is not guaranteed (with the exception of options with
 a leading '-'; see below). Options that are passed as plain scalars will
 retain their order. Some examples may help clarify. This code:
 
diff --git a/lib/Git/Wrapper/Exception.pm b/lib/Git/Wrapper/Exception.pm
index 8ccb301..b83c56b 100644
--- a/lib/Git/Wrapper/Exception.pm
+++ b/lib/Git/Wrapper/Exception.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::Exception;
 {
-  $Git::Wrapper::Exception::VERSION = '0.029';
+  $Git::Wrapper::Exception::VERSION = '0.030';
 }
 # ABSTRACT: Exception class for Git::Wrapper
 
@@ -38,7 +38,7 @@ Git::Wrapper::Exception - Exception class for Git::Wrapper
 
 =head1 VERSION
 
-version 0.029
+version 0.030
 
 =head1 METHODS
 
diff --git a/lib/Git/Wrapper/File/RawModification.pm b/lib/Git/Wrapper/File/RawModification.pm
index 1baba0f..4fe8178 100644
--- a/lib/Git/Wrapper/File/RawModification.pm
+++ b/lib/Git/Wrapper/File/RawModification.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::File::RawModification;
 {
-  $Git::Wrapper::File::RawModification::VERSION = '0.029';
+  $Git::Wrapper::File::RawModification::VERSION = '0.030';
 }
 # ABSTRACT: Modification of a file in a commit
 
@@ -41,7 +41,7 @@ Git::Wrapper::File::RawModification - Modification of a file in a commit
 
 =head1 VERSION
 
-version 0.029
+version 0.030
 
 =head1 METHODS
 
diff --git a/lib/Git/Wrapper/Log.pm b/lib/Git/Wrapper/Log.pm
index 9b6e98b..4743d7f 100644
--- a/lib/Git/Wrapper/Log.pm
+++ b/lib/Git/Wrapper/Log.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::Log;
 {
-  $Git::Wrapper::Log::VERSION = '0.029';
+  $Git::Wrapper::Log::VERSION = '0.030';
 }
 # ABSTRACT: Log line of the Git
 
@@ -49,7 +49,7 @@ Git::Wrapper::Log - Log line of the Git
 
 =head1 VERSION
 
-version 0.029
+version 0.030
 
 =head1 METHODS
 
diff --git a/lib/Git/Wrapper/Status.pm b/lib/Git/Wrapper/Status.pm
index ec17dae..79c2196 100644
--- a/lib/Git/Wrapper/Status.pm
+++ b/lib/Git/Wrapper/Status.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package Git::Wrapper::Status;
 {
-  $Git::Wrapper::Status::VERSION = '0.029';
+  $Git::Wrapper::Status::VERSION = '0.030';
 }
 # ABSTRACT: A specific status information in the Git
 
@@ -53,7 +53,7 @@ Git::Wrapper::Status - A specific status information in the Git
 
 =head1 VERSION
 
-version 0.029
+version 0.030
 
 =head1 METHODS
 
diff --git a/lib/Git/Wrapper/Statuses.pm b/lib/Git/Wrapper/Statuses.pm
index 3f9f51c..37d3ffe 100644
--- a/lib/Git/Wrapper/Statuses.pm
+++ b/lib/Git/Wrapper/Statuses.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::Statuses;
 {
-  $Git::Wrapper::Statuses::VERSION = '0.029';
+  $Git::Wrapper::Statuses::VERSION = '0.030';
 }
 # ABSTRACT: Multiple git statuses information
 
@@ -44,7 +44,7 @@ Git::Wrapper::Statuses - Multiple git statuses information
 
 =head1 VERSION
 
-version 0.029
+version 0.030
 
 =head1 METHODS
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgit-wrapper-perl.git



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