[libclass-virtual-perl] 05/05: Version 0.07

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


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

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

commit 125fb405facf0d98ed3d0d89b7b050b11289d22d
Author: Michael G. Schwern <schwern at pobox.com>
Date:   Sun Mar 1 12:33:21 2015 -0800

    Version 0.07
---
 Changes                         | 6 ++++++
 lib/Class/Virtual.pm            | 2 +-
 lib/Class/Virtually/Abstract.pm | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 7098d53..d9cb30a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+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.
+    * Clarify the license link in the documentation.
+
 0.06  Sun Sep  3 18:06:03 EDT 2006
     - Minor test fix for slightly different perldiag. [rt.cpan.org 11647]
 
diff --git a/lib/Class/Virtual.pm b/lib/Class/Virtual.pm
index 6175629..8a55119 100644
--- a/lib/Class/Virtual.pm
+++ b/lib/Class/Virtual.pm
@@ -2,7 +2,7 @@ package Class::Virtual;
 
 use strict;
 use vars qw($VERSION @ISA);
-$VERSION = '0.06';
+$VERSION = '0.07';
 
 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 cfbf1b7..1b8b30e 100644
--- a/lib/Class/Virtually/Abstract.pm
+++ b/lib/Class/Virtually/Abstract.pm
@@ -6,7 +6,7 @@ require Class::Virtual;
 use strict;
 
 use vars qw(%Registered $VERSION);
-$VERSION = '0.03';
+$VERSION = '0.07';
 
 {
     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