./textproc/p5-Text-Balanced, Extract delimited text sequences from strings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.06nb1, Package name: p5-Text-Balanced-2.06nb1, Maintainer: pkgsrc-users

Extract delimited text sequences from strings.


Required to run:
[lang/perl5]

Master sites: (Expand)

Filesize: 42.669 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-09-11 16:21:05 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.06

Upstream changes:
2.06 2022-06-05

    - Released with no further code changes.

2.05_01 2022-05-29

    - Fix direct use of _match_codeblock by e.g. Switch.  [mohawk2, CPAN
      RT#142923]

    - Fix resetting of whether "/" or "?" allowed to open \ 
regex.  [mohawk2, CPAN
      RT#142922]

    - Fix false negative on /.../ regex after "and".  [mohawk2, GH#7]

2.05 2022-05-22

    - Released with no further code changes.

2.04_02 2022-03-09

    - Fix missed case of spotting expression ending ")" or \ 
"]".  [mohawk2]

    - Fix too-loosely allowing ?...? as RE (often actually conditional op).
      [mohawk2]

2.04_01 2022-03-05

    - Performance optimizations.  [mohawk2, PR#5]

    - Fix "<<=" being seen as heredoc, misparsing of \ 
"y=>".  [mohawk2, PR#6]

    - Update documentation to clarify extract_tagged() takes regexes.  [Jay
      Hannah, GH#3]

    - Modernize tests.  [mohawk2, GH#2]

    - Fix extract_variable() not recognising ${var} end of string.  [Ed J, CPAN
      RT#70007]

    - Fix string-comparing $@ causing exception.  [Ed J, CPAN RT#74994)

    - Update documentation to correct CSV example.  [djerius@cpan.org, CPAN
      RT#140408]

    - Fix extract_codeblock() being confused by //.  [Ed J, CPAN RT#78313]

    - Improve here-doc detection.  [Ed J, CPAN RT#74714]

    - Fix extract_multiple() to track whether to allow /.../ as quotelike.
      [Ed J, CPAN RT#5722]
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-27 18:24:32 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-Balanced: update to 2.04.

2.04 2020-12-11

    - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12.
      See Perl RT#116479 for details.  (Text-Balanced entered the perl core in
      Perl 5.7.1 so that's what the lower bound of the check should strictly be,
      but since we only support Perl 5.8.1 and higher anyway we do not need to
      check the lower bound.  The upper bound is correctly Perl 5.11.0 since the
      @INC reordering change in question (Perl core commit #b9ba2fadb1) first
      appeared in Perl 5.11.0.)

    - Removed superfluous loading of SelfLoader.  [<nick@ccl4.org>, CPAN
      RT#85572]

    - Minor documentation patch.  [<whatever@davidnicol.com>, CPAN RT#52623]

    - Typo fixes.  [<dsteinbrunner@pobox.com>, CPAN RT#85373]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub.

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.