[libclass-virtual-perl] 06/06: Version 0.08

dom at earth.li dom at earth.li
Wed Aug 23 14:00:21 UTC 2017


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

dom pushed a commit to tag v0.08
in repository libclass-virtual-perl.

commit 03ddaad4864ef6d2d387970542a2071739375696
Author: Michael G. Schwern <schwern at pobox.com>
Date:   Sat Aug 6 13:07:45 2016 -0700

    Version 0.08
---
 Changes                         | 12 ++++++++++--
 MANIFEST                        |  2 ++
 lib/Class/Virtual.pm            |  2 +-
 lib/Class/Virtually/Abstract.pm |  2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index d9cb30a..75272ac 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,15 @@
+0.08  Sat Aug  6 13:07:36 PDT 2016
+    Kwalitee
+    * Turn on and normalize strict and warnings. (Denis Ibaev) [github #3]
+
+    Distribution
+    * Added metacpan as the homepage
+    * Now using Travis and AppVeyor CI
+
 0.07  Sun Mar  1 12:32:44 PST 2015
     Misc
-    * Update metadata to point at Github.
-    * Discourage use of this module, there are better solutions.
+    * Update metadata to point at Github. [github #2]
+    * Discourage use of this module, there are better solutions. [github #1]
     * Clarify the license link in the documentation.
 
 0.06  Sun Sep  3 18:06:03 EDT 2006
diff --git a/MANIFEST b/MANIFEST
index 5cd0a5f..913e205 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,5 @@
+.travis.yml
+appveyor.yml
 Changes
 lib/Class/Virtual.pm
 lib/Class/Virtually/Abstract.pm
diff --git a/lib/Class/Virtual.pm b/lib/Class/Virtual.pm
index 2c9272e..3972894 100644
--- a/lib/Class/Virtual.pm
+++ b/lib/Class/Virtual.pm
@@ -3,7 +3,7 @@ package Class::Virtual;
 use strict;
 use warnings;
 use vars qw($VERSION @ISA);
-$VERSION = '0.07';
+$VERSION = '0.08';
 
 use Carp::Assert qw(DEBUG);  # import only the tiny bit we need so it doesn't
                              # get inherited.
diff --git a/lib/Class/Virtually/Abstract.pm b/lib/Class/Virtually/Abstract.pm
index b485e26..fd48afb 100644
--- a/lib/Class/Virtually/Abstract.pm
+++ b/lib/Class/Virtually/Abstract.pm
@@ -6,7 +6,7 @@ use vars qw(%Registered $VERSION @ISA);
 
 require Class::Virtual;
 @ISA = qw(Class::Virtual);
-$VERSION = '0.07';
+$VERSION = '0.08';
 
 {
     no strict 'refs';

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



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