| Java-JCR documentation | Contained in the Java-JCR distribution. |
Java::JCR::Version - Load the JCR version control wrappers
use Java::JCR::Version;
Load the Perl wrappers associated with the javax.jcr.version package.
Andrew Sterling Hanenkamp, <hanenkamp@cpan.org>
Copyright 2006 Andrew Sterling Hanenkamp <hanenkamp@cpan.org>. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
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.
| Java-JCR documentation | Contained in the Java-JCR distribution. |
package Java::JCR::Version; use strict; use warnings; our $VERSION = '0.01'; use base qw( Java::JCR );
Java::JCR::import_my_packages();
1