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

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

commit 191097d877cac2444167d1e356a8b4b5ecc96a83
Author: Nicholas Bamber <nicho...@periapt.co.uk>
Date:   Wed Nov 18 16:25:45 2015 +0000

    building first time
---
 debian/license-reconcile.docs                        | 1 -
 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(+), 29 deletions(-)

diff --git a/debian/license-reconcile.docs b/debian/license-reconcile.docs
deleted file mode 100644
index 1333ed7..0000000
--- a/debian/license-reconcile.docs
+++ /dev/null
@@ -1 +0,0 @@
-TODO
diff --git a/lib/Debian/LicenseReconcile.pm b/lib/Debian/LicenseReconcile.pm
index 1230d3e..45ecdf9 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/App.pm 
b/lib/Debian/LicenseReconcile/App.pm
index 99346e0..744c7bb 100644
--- a/lib/Debian/LicenseReconcile/App.pm
+++ b/lib/Debian/LicenseReconcile/App.pm
@@ -244,11 +244,11 @@ Debian::LicenseReconcile::App - encapsulate the 
application code
 
 =head1 VERSION
 
-Version 0.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
index 51b80fd..4066e41 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
@@ -214,11 +214,11 @@ Debian::LicenseReconcile::CopyrightDatum - copyright data 
as an object
 
 =head1 VERSION
 
-Version 0.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 =head1 DESCRIPTION
 
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
index cc58a8d..da488f6 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightTarget.pm 
b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
index 2abebd0..43d9f4c 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Errors.pm 
b/lib/Debian/LicenseReconcile/Errors.pm
index 927dc78..1f2092a 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter.pm 
b/lib/Debian/LicenseReconcile/Filter.pm
index c60d63b..3248294 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm 
b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
index 4bd6ff4..0de4bee 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Rules.pm 
b/lib/Debian/LicenseReconcile/Filter/Rules.pm
index fbe990e..1fa919e 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Shebang.pm 
b/lib/Debian/LicenseReconcile/Filter/Shebang.pm
index 0c4e31d..728a599 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Std.pm 
b/lib/Debian/LicenseReconcile/Filter/Std.pm
index f8f004a..8e1cb2b 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/FormatSpec.pm 
b/lib/Debian/LicenseReconcile/FormatSpec.pm
index 6715598..2d0aa90 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/LicenseCheck.pm 
b/lib/Debian/LicenseReconcile/LicenseCheck.pm
index f1efcd3..887cb40 100644
--- a/lib/Debian/LicenseReconcile/LicenseCheck.pm
+++ b/lib/Debian/LicenseReconcile/LicenseCheck.pm
@@ -196,11 +196,11 @@ Debian::LicenseReconcile::LicenseCheck - wrapper around 
licensecheck
 
 =head1 VERSION
 
-Version 0.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Utils.pm 
b/lib/Debian/LicenseReconcile/Utils.pm
index 6e44dfe..79831c2 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.9
+Version 0.10
 
 =cut
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 
 =head1 SYNOPSIS

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to