[libclass-virtual-perl] 05/11: Add license and copyright.

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


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

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

commit 295e88a473dd2a4301830e583222bfb2ce836fc8
Author: Michael G. Schwern <schwern at pobox.com>
Date:   Fri Dec 31 01:13:14 2004 +0000

    Add license and copyright.
    
    git-svn-id: file:///Users/schwern/tmp/svn/CPAN/Class-Virtual/trunk@2284 8151f2b9-fde8-0310-94fd-f048d12aab9e
---
 Changes              |  3 +++
 lib/Class/Virtual.pm | 19 +++++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 9198006..4cba633 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Change log for Perl module Class::Virtual
 
+0.05
+    - Added a license.  [rt.cpan.org 8229]
+
 0.04  Sun Oct 19 22:18:59 PDT 2003
     * Class::Virtually::Abstract was missing a $VERSION
     - Using @ISA instead of base.pm to avoid the odd base.pm bug.
diff --git a/lib/Class/Virtual.pm b/lib/Class/Virtual.pm
index b4c8b3a..9c8c9fc 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.04';
+$VERSION = '0.05';
 
 use Carp::Assert;
 use Class::ISA;
@@ -82,9 +82,10 @@ This is an accessor to the list of virtual_methods.  Virtual base
 classes will declare their list of virtual methods.  Subclasses will
 look at them.  Once the virtual methods are set they cannot be undone.
 
-XXX I'm tempted to make it possible for the subclass to override the
-XXX virtual methods, perhaps add to them.  Too hairy to think about for
-XXX 0.01.
+=for notes
+I'm tempted to make it possible for the subclass to override the
+virtual methods, perhaps add to them.  Too hairy to think about for
+0.01.
 
 =cut
 
@@ -201,6 +202,16 @@ how to solve this.
 Michael G Schwern E<lt>schwern at pobox.comE<gt>
 
 
+=head1 LEGAL
+
+Copyright Michael G Schwern
+
+This program is free software; you can redistribute it and/or 
+modify it under the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+
 =head1 SEE ALSO
 
 L<Class::Virtually::Abstract>

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