[license-reconcile] 03/03: Fix all version numbers in the modules

Axel Beckert abe at deuxchevaux.org
Sat Sep 28 20:56:43 UTC 2013


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

abe pushed a commit to branch master
in repository license-reconcile.

commit 49bf7b3e2809312ea2e835dcdff146aa478579b0
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Sep 28 22:22:10 2013 +0200

    Fix all version numbers in the modules
---
 debian/changelog                                     |    2 --
 lib/Debian/LicenseReconcile.pm                       |    4 ++--
 lib/Debian/LicenseReconcile/App.pm                   |    4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum.pm        |    4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm |    4 ++--
 lib/Debian/LicenseReconcile/CopyrightTarget.pm       |    4 ++--
 lib/Debian/LicenseReconcile/Errors.pm                |    4 ++--
 lib/Debian/LicenseReconcile/Filter.pm                |    4 ++--
 lib/Debian/LicenseReconcile/Filter/ChangeLog.pm      |    4 ++--
 lib/Debian/LicenseReconcile/Filter/Rules.pm          |    4 ++--
 lib/Debian/LicenseReconcile/Filter/Shebang.pm        |    4 ++--
 lib/Debian/LicenseReconcile/Filter/Std.pm            |    4 ++--
 lib/Debian/LicenseReconcile/FormatSpec.pm            |    4 ++--
 lib/Debian/LicenseReconcile/LicenseCheck.pm          |    4 ++--
 lib/Debian/LicenseReconcile/Utils.pm                 |    4 ++--
 15 files changed, 28 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 377a422..e1cedce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
 license-reconcile (0.4) UNRELEASED; urgency=low
 
-  TODO: Fix $VERSION in all files, most of them are still set to 0.1!
-
   * Fix random order issues in t/17-copyright.t, t/18-app.t, and
     t/20-copyright_extract.t.
   * Fix t/17-copyright.t for usage with recent libset-intspan-perl, add
diff --git a/lib/Debian/LicenseReconcile.pm b/lib/Debian/LicenseReconcile.pm
index 1e1f286..7f79420 100644
--- a/lib/Debian/LicenseReconcile.pm
+++ b/lib/Debian/LicenseReconcile.pm
@@ -50,11 +50,11 @@ Debian::LicenseReconcile - compare actual and required copyright and license
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/App.pm b/lib/Debian/LicenseReconcile/App.pm
index 8373046..6431218 100644
--- a/lib/Debian/LicenseReconcile/App.pm
+++ b/lib/Debian/LicenseReconcile/App.pm
@@ -209,11 +209,11 @@ Debian::LicenseReconcile::App - encapsulate the application code
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum.pm b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
index 9812479..266f827 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
@@ -211,11 +211,11 @@ Debian::LicenseReconcile::CopyrightDatum - copyright data as an object
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 =head1 DESCRIPTION
 
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
index 8e4e570..008ff2e 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
@@ -61,11 +61,11 @@ Debian::LicenseReconcile::CopyrightDatum::Holder - encapsulate pair
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightTarget.pm b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
index 7b88825..379c86a 100644
--- a/lib/Debian/LicenseReconcile/CopyrightTarget.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
@@ -100,11 +100,11 @@ Debian::LicenseReconcile::CopyrightTarget - file patterns mapped to Debian copyr
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Errors.pm b/lib/Debian/LicenseReconcile/Errors.pm
index 43e935d..f66b56a 100644
--- a/lib/Debian/LicenseReconcile/Errors.pm
+++ b/lib/Debian/LicenseReconcile/Errors.pm
@@ -29,11 +29,11 @@ Debian::LicenseReconcile::Errors - list of license reconciliation errors
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter.pm b/lib/Debian/LicenseReconcile/Filter.pm
index 59b5563..3b56d5e 100644
--- a/lib/Debian/LicenseReconcile/Filter.pm
+++ b/lib/Debian/LicenseReconcile/Filter.pm
@@ -91,11 +91,11 @@ Debian::LicenseReconcile::Filter - abstract interface to license info
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
index 68e0b52..75d994d 100644
--- a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
+++ b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
@@ -96,11 +96,11 @@ Debian::LicenseReconcile::Filter::ChangeLog - parses changelog
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Rules.pm b/lib/Debian/LicenseReconcile/Filter/Rules.pm
index db4db92..2e09e67 100644
--- a/lib/Debian/LicenseReconcile/Filter/Rules.pm
+++ b/lib/Debian/LicenseReconcile/Filter/Rules.pm
@@ -57,11 +57,11 @@ Debian::LicenseReconcile::Filter::Rules - applies licensecheck to get data
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Shebang.pm b/lib/Debian/LicenseReconcile/Filter/Shebang.pm
index 9996e81..e0f2bf7 100644
--- a/lib/Debian/LicenseReconcile/Filter/Shebang.pm
+++ b/lib/Debian/LicenseReconcile/Filter/Shebang.pm
@@ -32,11 +32,11 @@ Debian::LicenseReconcile::Filter::Shebang - applies licensecheck to probable scr
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Std.pm b/lib/Debian/LicenseReconcile/Filter/Std.pm
index 3887901..c7fc5d3 100644
--- a/lib/Debian/LicenseReconcile/Filter/Std.pm
+++ b/lib/Debian/LicenseReconcile/Filter/Std.pm
@@ -17,11 +17,11 @@ Debian::LicenseReconcile::Filter::Std - applies licensecheck to get data
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/FormatSpec.pm b/lib/Debian/LicenseReconcile/FormatSpec.pm
index 2ffb8fd..5237954 100644
--- a/lib/Debian/LicenseReconcile/FormatSpec.pm
+++ b/lib/Debian/LicenseReconcile/FormatSpec.pm
@@ -19,11 +19,11 @@ Debian::LicenseReconcile::FormatSpec - check format is recognized
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/LicenseCheck.pm b/lib/Debian/LicenseReconcile/LicenseCheck.pm
index 049d45d..f36640b 100644
--- a/lib/Debian/LicenseReconcile/LicenseCheck.pm
+++ b/lib/Debian/LicenseReconcile/LicenseCheck.pm
@@ -184,11 +184,11 @@ Debian::LicenseReconcile::LicenseCheck - wrapper around licensecheck
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Utils.pm b/lib/Debian/LicenseReconcile/Utils.pm
index f2343dc..0a0f446 100644
--- a/lib/Debian/LicenseReconcile/Utils.pm
+++ b/lib/Debian/LicenseReconcile/Utils.pm
@@ -25,11 +25,11 @@ Debian::LicenseReconcile::Utils - various just about describable utilities
 
 =head1 VERSION
 
-Version 0.01
+Version 0.4
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.4';
 
 
 =head1 SYNOPSIS

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



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