Codebase list liblatex-table-perl / ff01983
version scripts, examples lima1 12 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1818 use LaTeX::Encode;
1919 use LaTeX::Driver;
2020
21 use version; our $VERSION = qv('1.0.6');
21 our $VERSION = '1.1';
2222
2323 my ( $infile, $outfile, $outfiletex, $help, $man, $version );
2424
55 use LaTeX::Table;
66 use Carp;
77
8 use version; our $VERSION = qv('1.0.6');
8 our $VERSION = '1.1';
99
1010 my @input;
1111
171171
172172 =head1 LICENSE AND COPYRIGHT
173173
174 Copyright (c) 2006-2010, C<< <limaone@cpan.org> >>.
174 Copyright (c) 2006-2011, C<< <limaone@cpan.org> >>.
175175
176176 This program is free software; you can redistribute it and/or
177177 modify it under the same terms as Perl itself. See L<perlartistic>.
Binary diff not shown