0.01_03 fixes
[gitmo/Class-C3-XS.git] / lib / Class / C3 / XS.pm
index c8bfbf3..923762b 100644 (file)
@@ -1,7 +1,6 @@
-
 package Class::C3::XS;
 
-our $VERSION = '0.15';
+our $VERSION = '0.01_03';
 
 =pod
 
@@ -23,22 +22,16 @@ 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. 
 
 =cut
 
-# TODO: put XSLoader stuff here
-# TODO: shut off redef warnings and set Class::C3::calculateMRO = Class::C3::XS::calculateMRO
+require XSLoader;
+XSLoader::load('Class::C3::XS', $VERSION);
 
 1;