Revisions of perl-PDF-Table

Tina Müller's avatar Tina Müller (tinita) accepted request 1160771 from Tina Müller's avatar Tina Müller (tinita) (revision 16)
- updated to 1.006
   see /usr/share/doc/packages/perl-PDF-Table/Changes
  === Version 1.006 (2024-03-20)
      examples/*.pl
       Add ability to read an ENV environmental variable 'PDF_prefLib' to get
        the preferred library to use (API2 or Builder). Checks for command line
        A or B (or -A -B), ENV{PDF_prefLib} A or B, PDF::API2 or PDF::Builder,
        examples/PDFpref file A or B, PDF::API2 or PDF::Builder. This is of
        real interest only when BOTH libraries are installed, and you need to
        pick one or the other to run with.
        Note that util/3_examples.pl also has the ability to give 'A' or 'B'
        on the command line to indicate a preference for API2 or Builder (if
        both are installed).
        Note that the t-tests use a dummy library PDFAPI2Mock, that provides
        enough of the interface to let the tests be run, regardless of whether
        you already have API2 or Builder installed! However, you will still need
        to have at least one of the two installed in order to run the examples
        or otherwise use PDF::Table.
      lib/PDF/Table.pm, examples/no_repeat.pl (new), util/3_examples
       Was incorrectly defaulting undefined header repeat switch, in a manner
        that did not allow the switch to be '0': no repeating the header (#77).
        Add new example of multipage table without repeating header.
      README.md  update to point to new Home Page structure on catskilltech.com
        including both full documentation and examples
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1065466 from Tina Müller's avatar Tina Müller (tinita) (revision 15)
- updated to 1.005
   see /usr/share/doc/packages/perl-PDF-Table/Changes
  === Version 1.005 (2023-01-28)
    lib/PDF/Table.pm
     Update cell checking when using markup, so that anything which CAN be by
      default stringified, will be. Some customers are using default or implicit
      stringification of objects, which was being caught as an unsupported data
      type, and rendered as "(invalid)" in a cell. The downside is that if you
      send something nonsensical (e.g., reference to a SCALAR), you will see the
      stringified reference (address), as done in the 1.003 and earlier versions.
    Makefile.PL remove PROVIDES clause, as was getting build warnings about it.
  === Version 1.004 (2023-01-21)
    lib/PDF/Table.pm, lib/PDF/Table.pod, INFO/SPONSORS (new), INFO/Table.html,
      MANIFEST
     For PDF::Builder ONLY, allow specification of cell 'markup' (Markdown
      or HTML), to permit great flexibility in cell content. See PDF::Builder's
      examples/Column.pl for an example of usage.
     This work (as well as markup changes for PDF::Builder) has been kindly
      sponsored by Amtivo Group (see INFO/SPONSORS).
    lib/PDF/Table.pm, examples/sample1-size-vsizes.pl
     The 'Times' font should be named 'Times-Roman', to conform with the correct
      core font naming. PDF::Builder no longer silently accepts 'Times' as an
      alias for 'Times-Roman', and now gives a warning.
    xt/manifest.t, xt/pod.t, MANIFEST, util/2_t-tests.pl
     Move author tests from t/ to xt/
    examples/chess.pl
     PDF::API2 (PREVIOUS to release 2.044) has a bug in its TTF
      handling, where it fails to translate some Unicode points ("U+nnnn" number)
      to the appropriate font glyph entry, and instead puts the Unicode point
      in the glyph list. This is incorrect, and usually results in a mismapping.
      As of PDF::API2 v 2.044, chess.pl seems to be working again.
    examples/*.pl
     If command line -A or -B, add prefix A_ or B_ to the output file name. This
      can be useful when using -A or -B with util/3_examples.pl to generate
      different output PDFs for PDF::API2 and PDF::Builder. Keep in mind that an
      example given without -A or -B will not add the prefix.
    lib/PDF/Table.pm, lib/PDF/Table.pod, INFO/Table.html,
      examples/vsizes.pl (new), util/3_examples.pl
     Dry run to return vertical size (overall, header, [footer], each row),
      no output to PDF, with "ink" set to 0.
    lib/PDF/Table.pod (moved), MANIFEST, util/pod2cpanhtml.pl, Makefile.PL
     Move .pod up a level (thanks to "perlpunk")
    lib/PDF/Table/Table.pod, INFO/Table.html, examples/chess.pl,
      INFO/Changes_2019, lib/PDF/Table.pm
     Typos caught by lintian (via emollier) and codespell (via mdeweerd).
   CONTRIBUTING, MANIFEST  add Contribution guide
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 998994 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 14)
- updated to 1.003
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 859016 from Tina Müller's avatar Tina Müller (tinita) (revision 13)
- updated to 1.002
   see /usr/share/doc/packages/perl-PDF-Table/Changes
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 846413 from Tina Müller's avatar Tina Müller (tinita) (revision 12)
- updated to 1.001
   see /usr/share/doc/packages/perl-PDF-Table/Changes
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 845914 from Tina Müller's avatar Tina Müller (tinita) (revision 11)
- updated to 1.000
   see /usr/share/doc/packages/perl-PDF-Table/Changes
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 824889 from Tina Müller's avatar Tina Müller (tinita) (revision 10)
- updated to 0.12
   see /usr/share/doc/packages/perl-PDF-Table/Changes
  Version 0.12.0 (2020-04-09) 
   Permit either PDF::API2 or PDF::Builder (#51)
   Don't use UTF-8 with corefonts
   General cleanup of typos and misspellings in Table.pm
   Minimum Perl 5.10 in Makefile.PL (#53) 
   More cleanup of text in Table.pm
   Add tools (util) for running PerlCritic, t-tests, examples
   Clean up code to pass PerlCritic
   Clean up examples to run with either API2 or Builder. PDFpref file to declare
     which to use if both available
   Comments in t tests about use of Mock PDFAPI2
   Document needed and optional prerequisite modules
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 712683 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 598864 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 8)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 581911 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 7)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 542760 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 6)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 504563 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 5)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 397469 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 4)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 337575 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 3)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 310928 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 2)
automatic update
Pascal Bleser's avatar Pascal Bleser (pbleser) committed (revision 1)
0.9.5
Displaying all 16 revisions
openSUSE Build Service is sponsored by