[libgit-wrapper-perl] 01/07: Imported Upstream version 0.032

gregor herrmann gregoa at debian.org
Mon May 12 18:32:43 UTC 2014


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

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

commit 07940a8940946df71ca66dfd1573d039b3e47bd4
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 12 20:17:05 2014 +0200

    Imported Upstream version 0.032
---
 Changes                                 |   5 ++
 LICENSE                                 |   6 +-
 MANIFEST                                |   4 +-
 META.json                               | 148 +++++++++++++++++++++-----------
 META.yml                                | 130 ++++++++++++++++++----------
 Makefile.PL                             |  14 +--
 README.mkdn => README.md                |   4 +-
 README.mkdn                             |   8 +-
 lib/Git/Wrapper.pm                      |   6 +-
 lib/Git/Wrapper/Exception.pm            |   6 +-
 lib/Git/Wrapper/File/RawModification.pm |   6 +-
 lib/Git/Wrapper/Log.pm                  |   6 +-
 lib/Git/Wrapper/Status.pm               |   6 +-
 lib/Git/Wrapper/Statuses.pm             |   6 +-
 t/000-requires_external.t               |   9 --
 15 files changed, 223 insertions(+), 141 deletions(-)

diff --git a/Changes b/Changes
index deda877..46cc988 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Git-Wrapper
 
+0.032     2014-04-22 18:29:06-07:00 America/Los_Angeles
+
+        bail out early in Makefile.PL if git not installed, instead of
+        failing tests (Karen Etheridge)
+
 0.031     2014-03-17 08:10:42-07:00 America/Los_Angeles
 
         Only load IPC::Cmd if needed (Graham Knop)
diff --git a/LICENSE b/LICENSE
index d68b545..c1aaa4a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 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 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2008 by Hans Dieter Pearcey.
+This software is Copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2008 by Hans Dieter Pearcey.
+This software is Copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software, licensed under:
 
diff --git a/MANIFEST b/MANIFEST
index 2e73ca5..bb3e6d2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.013.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.015.
 Changes
 INSTALL
 LICENSE
@@ -6,6 +6,7 @@ MANIFEST
 META.json
 META.yml
 Makefile.PL
+README.md
 README.mkdn
 lib/Git/Wrapper.pm
 lib/Git/Wrapper/Exception.pm
@@ -14,7 +15,6 @@ lib/Git/Wrapper/Log.pm
 lib/Git/Wrapper/Status.pm
 lib/Git/Wrapper/Statuses.pm
 t/00-load.t
-t/000-requires_external.t
 t/author-err.t
 t/basic.t
 t/git_binary.t
diff --git a/META.json b/META.json
index 33b2556..88a08d4 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 5.013, CPAN::Meta::Converter version 2.140640",
+   "generated_by" : "Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640",
    "license" : [
       "perl_5"
    ],
@@ -18,6 +18,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
+            "Devel::CheckBin" : "0",
             "ExtUtils::MakeMaker" : "6.30"
          }
       },
@@ -48,15 +49,13 @@
             "Path::Class" : "0.26"
          },
          "requires" : {
-            "Env::Path" : "0",
             "File::Path" : "0",
             "File::Spec" : "0",
             "IO::File" : "0",
             "POSIX" : "0",
             "Test::Deep" : "0",
             "Test::Exception" : "0",
-            "Test::More" : "0",
-            "Test::Most" : "0"
+            "Test::More" : "0"
          }
       }
    },
@@ -68,11 +67,11 @@
       "homepage" : "http://genehack.github.com/Git-Wrapper/",
       "repository" : {
          "type" : "git",
-         "url" : "git://github.com/genehack/Git-Wrapper.git",
+         "url" : "https://github.com/genehack/Git-Wrapper.git",
          "web" : "https://github.com/genehack/Git-Wrapper"
       }
    },
-   "version" : "0.031",
+   "version" : "0.032",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.018001"
@@ -81,77 +80,97 @@
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "GatherDir",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Filter/PruneCruft",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Filter/ManifestSkip",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Filter/MetaYAML",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Filter/License",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@Filter/ExtraTests",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Filter/ExecDir",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Filter/ShareDir",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
             "name" : "@Filter/MakeMaker",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Filter/Manifest",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Filter/TestRelease",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Filter/ConfirmRelease",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Filter/UploadToCPAN",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::NextVersion" : {
+                  "first_version" : "0.018",
+                  "version_by_branch" : "0",
+                  "version_regexp" : "(?^:^v(.+)$)"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "Git::NextVersion",
-            "version" : "2.020"
+            "version" : "2.022"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CheckBin",
+            "name" : "CheckBin",
+            "version" : "0.002"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "AutoPrereqs",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -162,7 +181,7 @@
                }
             },
             "name" : "TestRecommends",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -177,32 +196,32 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "MetaConfig",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "MetaJSON",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "NextRelease",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "PkgVersion",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "PodSyntaxTests",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "PodCoverageTests",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -310,19 +329,45 @@
             "version" : "0.103510"
          },
          {
-            "class" : "Dist::Zilla::Plugin::Repository",
-            "name" : "Repository",
-            "version" : "0.20"
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Tag" : {
+                  "branch" : null,
+                  "signed" : 0,
+                  "tag" : "v0.032",
+                  "tag_format" : "v%v",
+                  "tag_message" : "v%v",
+                  "time_zone" : "local"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
+            "name" : "Git::Tag",
+            "version" : "2.022"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Commit" : {
+                  "add_files_in" : [],
+                  "commit_msg" : "v%v%n%n%c",
+                  "time_zone" : "local"
+               },
+               "Dist::Zilla::Role::Git::DirtyFiles" : {
+                  "allow_dirty" : [
+                     "dist.ini",
+                     "Changes"
+                  ],
+                  "allow_dirty_match" : [],
+                  "changelog" : "Changes"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "Git::Commit",
-            "version" : "2.020"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Tag",
-            "name" : "Git::Tag",
-            "version" : "2.020"
+            "version" : "2.022"
          },
          {
             "class" : "Dist::Zilla::Plugin::Twitter",
@@ -330,49 +375,54 @@
             "version" : "0.025"
          },
          {
-            "class" : "Dist::Zilla::Plugin::RequiresExternal",
-            "name" : "RequiresExternal",
-            "version" : "1.004"
+            "class" : "Dist::Zilla::Plugin::Run::BeforeBuild",
+            "name" : "Run::BeforeBuild",
+            "version" : "0.021"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Run::AfterBuild",
+            "name" : "Run::AfterBuild",
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "5.013"
+            "version" : "5.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "5.013"
+            "version" : "5.015"
          }
       ],
       "zilla" : {
@@ -380,7 +430,7 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "5.013"
+         "version" : "5.015"
       }
    }
 }
diff --git a/META.yml b/META.yml
index 125fc9e..f67f4a7 100644
--- a/META.yml
+++ b/META.yml
@@ -5,7 +5,6 @@ author:
   - 'Chris Prather <chris at prather.org>'
   - 'John SJ Anderson <genehack at genehack.org>'
 build_requires:
-  Env::Path: '0'
   File::Path: '0'
   File::Spec: '0'
   IO::File: '0'
@@ -13,11 +12,11 @@ build_requires:
   Test::Deep: '0'
   Test::Exception: '0'
   Test::More: '0'
-  Test::Most: '0'
 configure_requires:
+  Devel::CheckBin: '0'
   ExtUtils::MakeMaker: '6.30'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.013, CPAN::Meta::Converter version 2.140640'
+generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -38,8 +37,8 @@ requires:
 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.031'
+  repository: https://github.com/genehack/Git-Wrapper.git
+version: '0.032'
 x_Dist_Zilla:
   perl:
     version: '5.018001'
@@ -47,63 +46,77 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: GatherDir
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Filter/PruneCruft'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Filter/ManifestSkip'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Filter/MetaYAML'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::License
       name: '@Filter/License'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@Filter/ExtraTests'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Filter/ExecDir'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Filter/ShareDir'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::MakeMaker
+      config:
+        Dist::Zilla::Role::TestRunner:
+          default_jobs: 1
       name: '@Filter/MakeMaker'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Filter/Manifest'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Filter/TestRelease'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Filter/ConfirmRelease'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Filter/UploadToCPAN'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
+      config:
+        Dist::Zilla::Plugin::Git::NextVersion:
+          first_version: '0.018'
+          version_by_branch: '0'
+          version_regexp: (?^:^v(.+)$)
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: Git::NextVersion
-      version: '2.020'
+      version: '2.022'
+    -
+      class: Dist::Zilla::Plugin::CheckBin
+      name: CheckBin
+      version: '0.002'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: AutoPrereqs
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -111,7 +124,7 @@ x_Dist_Zilla:
           phase: test
           type: recommends
       name: TestRecommends
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: GithubMeta
@@ -123,27 +136,27 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: MetaConfig
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: MetaJSON
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: NextRelease
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: PkgVersion
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: PodSyntaxTests
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: PodCoverageTests
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -227,59 +240,82 @@ x_Dist_Zilla:
       name: CopyFilesFromBuild
       version: '0.103510'
     -
-      class: Dist::Zilla::Plugin::Repository
-      name: Repository
-      version: '0.20'
+      class: Dist::Zilla::Plugin::Git::Tag
+      config:
+        Dist::Zilla::Plugin::Git::Tag:
+          branch: ~
+          signed: 0
+          tag: v0.032
+          tag_format: v%v
+          tag_message: v%v
+          time_zone: local
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
+      name: Git::Tag
+      version: '2.022'
     -
       class: Dist::Zilla::Plugin::Git::Commit
+      config:
+        Dist::Zilla::Plugin::Git::Commit:
+          add_files_in: []
+          commit_msg: v%v%n%n%c
+          time_zone: local
+        Dist::Zilla::Role::Git::DirtyFiles:
+          allow_dirty:
+            - dist.ini
+            - Changes
+          allow_dirty_match: []
+          changelog: Changes
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: Git::Commit
-      version: '2.020'
-    -
-      class: Dist::Zilla::Plugin::Git::Tag
-      name: Git::Tag
-      version: '2.020'
+      version: '2.022'
     -
       class: Dist::Zilla::Plugin::Twitter
       name: Twitter
       version: '0.025'
     -
-      class: Dist::Zilla::Plugin::RequiresExternal
-      name: RequiresExternal
-      version: '1.004'
+      class: Dist::Zilla::Plugin::Run::BeforeBuild
+      name: Run::BeforeBuild
+      version: '0.021'
+    -
+      class: Dist::Zilla::Plugin::Run::AfterBuild
+      name: Run::AfterBuild
+      version: '0.021'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '5.013'
+      version: '5.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '5.013'
+      version: '5.015'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '5.013'
+    version: '5.015'
diff --git a/Makefile.PL b/Makefile.PL
index 2c5de9a..116be6d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,8 @@
+use Devel::CheckBin;
+check_bin('git');
 
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.013.
+
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
 use strict;
 use warnings;
 
@@ -14,6 +17,7 @@ my %WriteMakefileArgs = (
   "AUTHOR" => "Hans Dieter Pearcey <hdp\@cpan.org>, Chris Prather <chris\@prather.org>, John SJ Anderson <genehack\@genehack.org>",
   "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
+    "Devel::CheckBin" => 0,
     "ExtUtils::MakeMaker" => "6.30"
   },
   "DISTNAME" => "Git-Wrapper",
@@ -33,17 +37,15 @@ my %WriteMakefileArgs = (
     "warnings" => 0
   },
   "TEST_REQUIRES" => {
-    "Env::Path" => 0,
     "File::Path" => 0,
     "File::Spec" => 0,
     "IO::File" => 0,
     "POSIX" => 0,
     "Test::Deep" => 0,
     "Test::Exception" => 0,
-    "Test::More" => 0,
-    "Test::Most" => 0
+    "Test::More" => 0
   },
-  "VERSION" => "0.031",
+  "VERSION" => "0.032",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -51,7 +53,6 @@ my %WriteMakefileArgs = (
 
 
 my %FallbackPrereqs = (
-  "Env::Path" => 0,
   "File::Path" => 0,
   "File::Spec" => 0,
   "File::Temp" => 0,
@@ -66,7 +67,6 @@ my %FallbackPrereqs = (
   "Test::Deep" => 0,
   "Test::Exception" => 0,
   "Test::More" => 0,
-  "Test::Most" => 0,
   "overload" => 0,
   "strict" => 0,
   "warnings" => 0
diff --git a/README.mkdn b/README.md
similarity index 99%
copy from README.mkdn
copy to README.md
index 0d5521b..b51cadf 100644
--- a/README.mkdn
+++ b/README.md
@@ -4,7 +4,7 @@ Git::Wrapper - Wrap git(7) command-line interface
 
 # VERSION
 
-version 0.031
+version 0.032
 
 # SYNOPSIS
 
@@ -355,7 +355,7 @@ prefer)
 
 # COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/README.mkdn b/README.mkdn
index 0d5521b..c9039e4 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -4,7 +4,7 @@ Git::Wrapper - Wrap git(7) command-line interface
 
 # VERSION
 
-version 0.031
+version 0.032
 
 # SYNOPSIS
 
@@ -298,7 +298,7 @@ values, and then a list of any other arguments.
 
 After a command has been run, this method will return anything that was sent
 to `STDERR`, in the form of an array of chomped lines. This information will
-be cleared as soon as a new command is executed. This method should __\*NOT\*__
+be cleared as soon as a new command is executed. This method should **\*NOT\***
 be used as a success/failure check, as `git` will sometimes produce output on
 STDERR when a command is successful.
 
@@ -307,7 +307,7 @@ STDERR when a command is successful.
 After a command has been run, this method will return anything that was sent
 to `STDOUT`, in the form of an array of chomped lines. It is identical to
 what is returned from the method call that runs the command, and is provided
-simply for symmetry with the `ERR` method. This method should __\*NOT\*__ be
+simply for symmetry with the `ERR` method. This method should **\*NOT\*** be
 used as a success/failure check, as `git` will frequently not have any output
 with a successful command.
 
@@ -355,7 +355,7 @@ prefer)
 
 # COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Git/Wrapper.pm b/lib/Git/Wrapper.pm
index 36c2c9f..f4697f5 100644
--- a/lib/Git/Wrapper.pm
+++ b/lib/Git/Wrapper.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package Git::Wrapper;
 #ABSTRACT: Wrap git(7) command-line interface
-$Git::Wrapper::VERSION = '0.031';
+$Git::Wrapper::VERSION = '0.032';
 our $DEBUG=0;
 
 # Prevent ANSI color with extreme prejudice
@@ -390,7 +390,7 @@ Git::Wrapper - Wrap git(7) command-line interface
 
 =head1 VERSION
 
-version 0.031
+version 0.032
 
 =head1 SYNOPSIS
 
@@ -790,7 +790,7 @@ John SJ Anderson <genehack at genehack.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Git/Wrapper/Exception.pm b/lib/Git/Wrapper/Exception.pm
index b3eeada..96c4422 100644
--- a/lib/Git/Wrapper/Exception.pm
+++ b/lib/Git/Wrapper/Exception.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::Exception;
 # ABSTRACT: Exception class for Git::Wrapper
-$Git::Wrapper::Exception::VERSION = '0.031';
+$Git::Wrapper::Exception::VERSION = '0.032';
 use 5.006;
 use strict;
 use warnings;
@@ -37,7 +37,7 @@ Git::Wrapper::Exception - Exception class for Git::Wrapper
 
 =head1 VERSION
 
-version 0.031
+version 0.032
 
 =head1 METHODS
 
@@ -82,7 +82,7 @@ John SJ Anderson <genehack at genehack.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Git/Wrapper/File/RawModification.pm b/lib/Git/Wrapper/File/RawModification.pm
index dd64efd..6938515 100644
--- a/lib/Git/Wrapper/File/RawModification.pm
+++ b/lib/Git/Wrapper/File/RawModification.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::File::RawModification;
 # ABSTRACT: Modification of a file in a commit
-$Git::Wrapper::File::RawModification::VERSION = '0.031';
+$Git::Wrapper::File::RawModification::VERSION = '0.032';
 use 5.006;
 use strict;
 use warnings;
@@ -40,7 +40,7 @@ Git::Wrapper::File::RawModification - Modification of a file in a commit
 
 =head1 VERSION
 
-version 0.031
+version 0.032
 
 =head1 METHODS
 
@@ -93,7 +93,7 @@ John SJ Anderson <genehack at genehack.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Git/Wrapper/Log.pm b/lib/Git/Wrapper/Log.pm
index 4fd31a8..2d16da9 100644
--- a/lib/Git/Wrapper/Log.pm
+++ b/lib/Git/Wrapper/Log.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::Log;
 # ABSTRACT: Log line of the Git
-$Git::Wrapper::Log::VERSION = '0.031';
+$Git::Wrapper::Log::VERSION = '0.032';
 use 5.006;
 use strict;
 use warnings;
@@ -48,7 +48,7 @@ Git::Wrapper::Log - Log line of the Git
 
 =head1 VERSION
 
-version 0.031
+version 0.032
 
 =head1 METHODS
 
@@ -99,7 +99,7 @@ John SJ Anderson <genehack at genehack.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Git/Wrapper/Status.pm b/lib/Git/Wrapper/Status.pm
index 0fd967d..8272bd1 100644
--- a/lib/Git/Wrapper/Status.pm
+++ b/lib/Git/Wrapper/Status.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package Git::Wrapper::Status;
 # ABSTRACT: A specific status information in the Git
-$Git::Wrapper::Status::VERSION = '0.031';
+$Git::Wrapper::Status::VERSION = '0.032';
 my %modes = (
   M   => 'modified',
   A   => 'added',
@@ -52,7 +52,7 @@ Git::Wrapper::Status - A specific status information in the Git
 
 =head1 VERSION
 
-version 0.031
+version 0.032
 
 =head1 METHODS
 
@@ -99,7 +99,7 @@ John SJ Anderson <genehack at genehack.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/lib/Git/Wrapper/Statuses.pm b/lib/Git/Wrapper/Statuses.pm
index d0aa91c..fae161e 100644
--- a/lib/Git/Wrapper/Statuses.pm
+++ b/lib/Git/Wrapper/Statuses.pm
@@ -1,6 +1,6 @@
 package Git::Wrapper::Statuses;
 # ABSTRACT: Multiple git statuses information
-$Git::Wrapper::Statuses::VERSION = '0.031';
+$Git::Wrapper::Statuses::VERSION = '0.032';
 use 5.006;
 use strict;
 use warnings;
@@ -43,7 +43,7 @@ Git::Wrapper::Statuses - Multiple git statuses information
 
 =head1 VERSION
 
-version 0.031
+version 0.032
 
 =head1 METHODS
 
@@ -88,7 +88,7 @@ John SJ Anderson <genehack at genehack.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Hans Dieter Pearcey.
+This software is copyright (c) 2014 by Hans Dieter Pearcey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/t/000-requires_external.t b/t/000-requires_external.t
deleted file mode 100644
index 0ea74c1..0000000
--- a/t/000-requires_external.t
+++ /dev/null
@@ -1,9 +0,0 @@
-#!perl
-
-use Test::Most;
-plan tests => 1;
-bail_on_fail if 1;
-use Env::Path 'PATH';
-
-ok(scalar PATH->Whence($_), "$_ in PATH") for qw(git);
-

-- 
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