| Java-JCR documentation | Contained in the Java-JCR distribution. |
Java::JCR::Util - Loads the utilities libraries included with the JCR
use Java::JCR::Util;
Loads the Perl wrappers associated with the javax.jcr.util 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::Util; use strict; use warnings; our $VERSION = '0.01'; use base qw( Java::JCR );
Java::JCR::import_my_packages();
1