NAME
   Convert::TBX::Min - Convert TBX-Min to TBX-Basic

VERSION
   version 0.04

SYNOPSIS
           use Convert::TBX::Min 'min2basic';
           min2basic('/path/to/file'); # XML string pointer okay too

DESCRIPTION
   This module converts TBX-Min XML into TBX-Basic XML.

FUNCTIONS
 "min2basic"
   Converts TBX-Min data into TBX-Basic data. The input may be either a
   TBX::Min object or data to be passed to TBX::Min's "new_from_xml" in
   TBX::Min constructor. The return value is a scalar ref containing the
   TBX-Basic XML document as a UTF-8-encoded string.

SEE ALSO
   min2basic (the included script)
   TBX::Min
   Convert::TBX::Basic

   Schema for validating TBX documents, as well as more information about
   individual dialects, is available on GitHub
   <https://github.com/byutrg/TBX-Spec>.

AUTHOR
   Nathan Glenn <[email protected]>

COPYRIGHT AND LICENSE
   This software is copyright (c) 2014 by Alan K. Melby.

   This is free software; you can redistribute it and/or modify it under
   the same terms as the Perl 5 programming language system itself.