package Java::JCR::Observation; use strict; use warnings; our $VERSION = '0.01'; use base qw( Java::JCR ); =head1 NAME Java::JCR::Observation - Loads the Perl wrappers associated with JCR observation =head1 SYNOPSIS user Java::JCR::Observation; =head1 DESCRIPTION This class loads the Perl classes mapped to 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