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

NAME

xsd2library

VERSION

version 0.05

SYNOPSIS

  $ xsd2library myfile.xsd
  $ xsd2library --output /home/test myfile.xsd
  $ xsd2library --output /home/test --namespace MyModule::Types myfile.xsd
  $ xsd2library --output /home/test --namespace MyModule::Types --version_add 0.01 myfile.xsd

OPTIONS

  • output

    Path were the module is stored

  • namespace

    Namespace for the library module.

  • version_add

    Diff that is added to the version of the module

AUTHOR

Renee Baecker <github@renee-baecker.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Renee Baecker.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)