The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

owllite2perl.pl - Convert OWL-Lite Schema to Perl source code

SYNOPSIS

    owllite2perl.pl [options] [ input file(s) ...]

     Options:
       --output=<name>          Send output to this file
       --schemaname=<name>      Name of the schema used to prefix the objects
       --owl-lite-schema        Print OWL-Lite schema code
       --debug                  Turn on debug information within ODO
       --help                   Usage

OPTIONS

--debug

Turn on ODO debug information.

--help

Print a help message and exits.

DESCRIPTION

This program will convert OWL-Lite Schema in the specified file(s) to a Perl object hierarchy in the optionally specified output file or STDOUT.

Debugging information is available with the <--debug> option.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 129:

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