File: Changes

package info (click to toggle)
libtext-bibtex-validate-perl 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 112 kB
  • sloc: perl: 264; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0.3.0 2021-02-18

    - Switching from issuing Perl warnings to returning
      Text::BibTeX::Validate::Warning instances.
    - Implementing clean_BibTeX() which cleans the BibTeX according to
      validation suggestions.
    - Suggesting replacements for month numbers and long names.

0.2.0 2021-02-15

    - Renaming 'btvalidate' -> 'bibtex-validate'.
    - Issuing warnings as objects.
    - Reporting PMCIDs provided instead of PMIDs.
    - Reporting empty fields.
    - Reporting URLs with trailing newlines.

0.1.1 2021-02-03

    - Adding POD.
    - Skipping t/03_Text_BibTeX.t if Text::BibTeX cannot be used.

0.1.0 2021-01-29

    - Initial release.