Codebase list liblatex-table-perl / 98fd42c
removed version dependency lima1 12 years ago
17 changed file(s) with 43 addition(s) and 40 deletion(s). Raw diff Collapse all Expand all
1515 'Module::Pluggable' => 0,
1616 'Scalar::Util' => 0,
1717 'Carp' => 0,
18 'version' => 0,
1918 'Template' => 0,
2019 'Cwd' => 0,
2120 },
21 configure_requires => { 'Module::Build' => 0 },
2222 build_requires => {
2323 'Test::More' => 0,
2424 'Test::NoWarnings' => 0,
00 Revision history for LaTeX-Table
11
2 1.1 Mon Oct 25 2011
3 - Removed version dependency
4
25 1.0.6 Mon Oct 25 2010
36 - eor option (thanks Jens)
47 - POD: Ascii tables of classic themes.
4242 xt/release/perltidyrc
4343 xt/release/pod-coverage.t
4444 xt/release/pod.t
45 META.json
66 Test::More: 0
77 Test::NoWarnings: 0
88 configure_requires:
9 Module::Build: 0.36
10 generated_by: 'Module::Build version 0.3607'
9 Module::Build: 0
10 dynamic_config: 1
11 generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110930'
1112 license: perl
1213 meta-spec:
1314 url: http://module-build.sourceforge.net/META-spec-v1.4.html
1617 provides:
1718 LaTeX::Table:
1819 file: lib/LaTeX/Table.pm
19 version: v1.0.5_99
20 version: 1.1
2021 LaTeX::Table::Themes::Beamer:
2122 file: lib/LaTeX/Table/Themes/Beamer.pm
22 version: v1.0.6
23 version: 1.1
2324 LaTeX::Table::Themes::Booktabs:
2425 file: lib/LaTeX/Table/Themes/Booktabs.pm
25 version: v1.0.6
26 version: 1.1
2627 LaTeX::Table::Themes::Classic:
2728 file: lib/LaTeX/Table/Themes/Classic.pm
28 version: v1.0.6
29 version: 1.1
2930 LaTeX::Table::Themes::Modern:
3031 file: lib/LaTeX/Table/Themes/Modern.pm
31 version: v1.0.6
32 version: 1.1
3233 LaTeX::Table::Themes::ThemeI:
3334 file: lib/LaTeX/Table/Themes/ThemeI.pm
34 version: v1.0.6
35 version: 1.1
3536 LaTeX::Table::Types::Ctable:
3637 file: lib/LaTeX/Table/Types/Ctable.pm
37 version: v1.0.6
38 version: 1.1
3839 LaTeX::Table::Types::Longtable:
3940 file: lib/LaTeX/Table/Types/Longtable.pm
40 version: v1.0.6
41 version: 1.1
4142 LaTeX::Table::Types::Std:
4243 file: lib/LaTeX/Table/Types/Std.pm
43 version: v1.0.6
44 version: 1.1
4445 LaTeX::Table::Types::TypeI:
4546 file: lib/LaTeX/Table/Types/TypeI.pm
46 version: v1.0.6
47 version: 1.1
4748 LaTeX::Table::Types::Xtab:
4849 file: lib/LaTeX/Table/Types/Xtab.pm
49 version: v1.0.6
50 version: 1.1
5051 recommends:
5152 Getopt::Long: 0
5253 LaTeX::Driver: 0
6465 Scalar::Util: 0
6566 Template: 0
6667 perl: v5.8.0
67 version: 0
6868 resources:
6969 license: http://dev.perl.org/licenses/
7070 repository: http://github.com/lima1/p5-latex-table
71 version: v1.0.5_99
71 version: 1.1
2121 'Module::Pluggable' => 0,
2222 'Carp' => 0,
2323 'Scalar::Util' => 0,
24 'version' => 0,
2524 'Template' => 0,
2625 'Text::CSV' => 0,
2726 'Cwd' => 0,
0 LaTeX-Table version 1.0.6
0 LaTeX-Table version 1.1
11
22 This module supports multipage tables via the xtab and the longtable package.
33 For publication quality tables it utilizes the booktabs package. It also
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 sub _definition {
88 my $themes = {
136136
137137 =head1 LICENSE AND COPYRIGHT
138138
139 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
139 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
140140
141141 This module is free software; you can redistribute it and/or
142142 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 sub _definition {
88 my $themes = {
6161
6262 =head1 LICENSE AND COPYRIGHT
6363
64 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
64 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
6565
6666 This module is free software; you can redistribute it and/or
6767 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 sub _definition {
88 my $themes = {
127127
128128 =head1 LICENSE AND COPYRIGHT
129129
130 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
130 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
131131
132132 This module is free software; you can redistribute it and/or
133133 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Themes::ThemeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 sub _definition {
88 my $themes = {
6363
6464 =head1 LICENSE AND COPYRIGHT
6565
66 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
66 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
6767
6868 This module is free software; you can redistribute it and/or
6969 modify it under the same terms as Perl itself. See L<perlartistic>.
44
55 use Moose::Role;
66
7 use version; our $VERSION = qv('1.0.6');
7 our $VERSION = '1.1';
88
99 requires '_definition';
1010
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 my $template = <<'EOT'
88 {[% DEFINE_COLORS_CODE %][% IF FONTSIZE %]\[% FONTSIZE %]
6060
6161 =head1 LICENSE AND COPYRIGHT
6262
63 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
63 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
6464
6565 This module is free software; you can redistribute it and/or
6666 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 my $template = <<'EOT'
88 {
7777
7878 =head1 LICENSE AND COPYRIGHT
7979
80 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
80 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
8181
8282 This module is free software; you can redistribute it and/or
8383 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 my $template = <<'EOT'
88 [%IF CONTINUED %]\addtocounter{table}{-1}[% END %][% DEFINE_COLORS_CODE %][% IF ENVIRONMENT %]\begin{[% IF SIDEWAYS %]sidewaystable[% ELSE %][% ENVIRONMENT %][% END %][% IF STAR %]*[% END %]}[% IF POSITION %][[% POSITION %]][% END %]
4646
4747 =head1 LICENSE AND COPYRIGHT
4848
49 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
49 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
5050
5151 This module is free software; you can redistribute it and/or
5252 modify it under the same terms as Perl itself. See L<perlartistic>.
55 use Moose::Role;
66 use Template;
77
8 use version; our $VERSION = qv('1.0.6');
8 our $VERSION = '1.1';
99
1010 use Carp;
1111
401401
402402 =head1 LICENSE AND COPYRIGHT
403403
404 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
404 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
405405
406406 This module is free software; you can redistribute it and/or
407407 modify it under the same terms as Perl itself. See L<perlartistic>.
22
33 with 'LaTeX::Table::Types::TypeI';
44
5 use version; our $VERSION = qv('1.0.6');
5 our $VERSION = '1.1';
66
77 my $template = <<'EOT'
88 {
5858
5959 =head1 LICENSE AND COPYRIGHT
6060
61 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
61 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
6262
6363 This module is free software; you can redistribute it and/or
6464 modify it under the same terms as Perl itself. See L<perlartistic>.
66 use Moose::Util::TypeConstraints;
77 use MooseX::FollowPBP;
88
9 use version; our $VERSION = qv('1.0.6');
9 our $VERSION = '1.1';
1010
1111 use LaTeX::Table::Types::Std;
1212 use LaTeX::Table::Types::Xtab;
655655
656656 =head1 VERSION
657657
658 This document describes LaTeX::Table version 1.0.6
658 This document describes LaTeX::Table version 1.1
659659
660660 =head1 SYNOPSIS
661661
14421442
14431443 =head1 LICENSE AND COPYRIGHT
14441444
1445 Copyright (c) 2006-2010 C<< <limaone@cpan.org> >>
1445 Copyright (c) 2006-2011 C<< <limaone@cpan.org> >>
14461446
14471447 This module is free software; you can redistribute it and/or
14481448 modify it under the same terms as Perl itself. See L<perlartistic>.