0.01_01 released
Brandon L Black [Mon, 16 Apr 2007 05:05:08 +0000 (05:05 +0000)]
MANIFEST.SKIP
lib/Class/C3/XS.pm

index ad27421..6c94c33 100644 (file)
@@ -17,3 +17,5 @@ cover_db
 ^#.*#$
 ^\.#
 ^\.c$
+lib/Class/C3/XS.c
+lib/Class/C3/XS.o
index 6bdf0eb..61842ff 100644 (file)
@@ -1,7 +1,6 @@
-
 package Class::C3::XS;
 
-our $VERSION = '0.15_01';
+our $VERSION = '0.01_01';
 
 =pod
 
@@ -23,15 +22,9 @@ L<Class::C3> instead.
 
 =head1 AUTHOR
 
-Stevan Little, E<lt>stevan@iinteractive.comE<gt>
-
 Brandon L. Black, E<lt>blblack@gmail.comE<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2005, 2006 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
+=head1 LICENSE
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.