Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/p5-Parse-CPAN-Meta,
Perl5 module to parse META.yml and other similar CPAN metadata files
Branch: CURRENT,
Version: 1.4422nb4,
Package name: p5-Parse-CPAN-Meta-1.4422nb4,
Maintainer: pkgsrc-usersParse::CPAN::Meta is a parser for META.yml files, based on the parser half
of YAML::Tiny.
It supports a basic subset of the full YAML specification, enough to implement
parsing of typical META.yml files, and other similarly simple YAML files.
If you need something with more power, move up to a full YAML parser such as
YAML, YAML::Syck or YAML::LibYAML.
Parse::CPAN::Meta provides a very simply API of only two functions, based on
the YAML functions of the same name. Wherever possible, identical calling
semantics are used.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 3f96ecfbeab892d6c309aa5d7510d3df190f50b3
RMD160: 9bd76e59c6b94edad6545480695edaec48ce0f03
Filesize: 26.868 KB
Version history: (Expand)
- (2020-09-05) Package deleted from pkgsrc
- (2020-09-01) Updated to version: p5-Parse-CPAN-Meta-1.4422nb4
- (2019-08-11) Updated to version: p5-Parse-CPAN-Meta-1.4422nb3
- (2018-08-22) Updated to version: p5-Parse-CPAN-Meta-1.4422nb2
- (2017-11-23) Package has been reborn
- (2017-06-05) Updated to version: p5-Parse-CPAN-Meta-1.4422nb1
CVS history: (Expand)
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-02-07 13:16:48 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Remove references to old perl versions.
|
2016-07-24 08:31:08 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.4422
Update DEPENDS
Upstream changes:
1.4422 2016-07-02 21:02:57-04:00 America/New_York
[Fixed]
- Fixed use of Encode in load_json_string.
1.4421 2016-06-28 16:59:09-04:00 America/New_York
- No changes from 1.4420
1.4420 2016-06-23 07:07:05-04:00 America/New_York (TRIAL RELEASE)
[TESTS]
- Adds tests cases for wide characters in META files.
[PREREQS]
- Bumps JSON::PP prerequisite to 2.27300 to work around a bug before
perl 5.8.7. Includes a test to confirm correct behavior.
1.4419 2016-04-30 15:32:12+00:00 UTC (TRIAL RELEASE)
- Re-encode strings before decode_json since that expects bytes
1.4418 2016-04-24 13:15:53+00:00 UTC (TRIAL RELEASE)
- Add CPAN_META_JSON_BACKEND to allow requesting non-JSON.pm backends
- Add CPAN_META_JSON_DECODER to allow Mojo::JSON/JSON::Tiny to be used
just for decoding.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|