package LaTeX::Importer;

use warnings;
use strict;

=head1 NAME

LaTeX::Importer - Preprocessor for LaTeX capable of inlining and importing

=head1 VERSION

Version 0.01

=cut

our $VERSION = '0.01';


=head1 SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use LaTeX::Importer;

    my $foo = LaTeX::Importer->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 FUNCTIONS

=head2 function1

=cut

sub function1 {
}

=head2 function2

=cut

sub function2 {
}

=head1 AUTHOR

J.Joao Almeida, C<< <jj at di.uminho.pt> >>


=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc LaTeX::Importer

=head1 ACKNOWLEDGEMENTS


=head1 COPYRIGHT & LICENSE

Copyright 2010 J.Joao Almeida.

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.


=cut

1; # End of LaTeX::Importer
