package Java::JCR::Version; use strict; use warnings; our $VERSION = '0.01'; use base qw( Java::JCR ); =head1 NAME Java::JCR::Version - Load the JCR version control wrappers =head1 SYNOPSIS use Java::JCR::Version; =head1 DESCRIPTION Load the Perl wrappers associated with the C package. =cut Java::JCR::import_my_packages(); =head1 AUTHOR Andrew Sterling Hanenkamp, Ehanenkamp@cpan.orgE =head1 LICENSE AND COPYRIGHT Copyright 2006 Andrew Sterling Hanenkamp Ehanenkamp@cpan.orgE. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. =cut 1