package XML::TBX;

use 5.6.1;
use strict;
use warnings;

require Exporter;

our @ISA = qw(Exporter);
our %EXPORT_TAGS = ( 'all' => [ qw!! ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw!!;

our $VERSION = '0.01';


1;
__END__

=head1 NAME

XML::TBX - Perl extension to handle TermBase eXchange format files

=head1 SYNOPSIS

  use XML::TBX;

=head1 DESCRIPTION




=head1 SEE ALSO

C<XML::TMX> is a similar module, but to handle Translation Memory
eXchange format files

=head1 AUTHOR

Alberto Manuel Brandao Simoes, E<lt>ambs@cpan.orgE<gt>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2003 by Alberto Manuel Brandao Simoes

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.1 or,
at your option, any later version of Perl 5 you may have available.

=cut
