The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perlbug::Object::Test - Test class

DESCRIPTION

Perlbug test class.

For inherited methods, see Perlbug::Object

SYNOPSIS

        use Perlbug::Object::Test;

        my $o_test = Perlbug::Object::Test->new();

        print $o_test->read('1003')->format('a');

METHODS

new

Create new Test object:

        my $o_test = Perlbug::Object::Test->new();

AUTHOR

Richard Foley perlbug@rfi.net 2000

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 43:

'=item' outside of any '=over'

Around line 66:

You forgot a '=back' before '=head1'