summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
Commit message (Collapse)AuthorAgeFilesLines
* update ExtUtils-ParseXS to CPAN version 3.15Zefram2012-02-111-1/+1
| | | | | Ensure that every module in the ExtUtils-ParseXS distribution has a $VERSION.
* Update Module-Metadata to CPAN version 1.000009Chris 'BinGOs' Williams2012-02-081-1/+1
| | | | | | | | | | [DELTA] 1.0.9 2012-02-08 12:00:00 - API of 'provides' changed to require a 'version' argument to future proof the function against CPAN Meta Spec changes (DAGOLDEN) - Fatal errors now use 'croak' instead of 'die'; Carp added as prerequisite (DAGOLDEN)
* Move lib/Pod/t/eol.t to ext/Pod-Html, as it's testing Pod::Html.Nicholas Clark2012-02-081-1/+0
|
* Update Parse-CPAN-Meta to CPAN version 1.4402Chris 'BinGOs' Williams2012-02-081-1/+1
| | | | | | | [DELTA] 1.4402 Tue Feb 07 2012 - Minor maintenance: standardized newlines to Unix style
* Update CPAN-Meta-YAML to CPAN version 0.007Chris 'BinGOs' Williams2012-02-081-1/+1
| | | | | | | | | | [DELTA] 0.007 2012-02-07 22:42:42 EST5EDT - Generated from ADAMK/YAML-Tiny-1.50.tar.gz - Documentation fix to replace missing abstract
* Update Module-Metadata to CPAN version 1.000008Chris 'BinGOs' Williams2012-02-081-1/+1
| | | | | | | | [DELTA] 1.0.8 2012-02-07 22:30:00 - Adds 'provides' method to generate a CPAN META provides data structure correctly; use of package_versions_from_directory is discouraged (DAGOLDEN)
* Update CPAN-Meta-YAML to CPAN version 0.006Chris 'BinGOs' Williams2012-02-071-1/+2
| | | | | | | | | | | [DELTA] 0.006 2012-02-06 20:51:47 EST5EDT - Generated from ADAMK/YAML-Tiny-1.50.tar.gz - Set back configure_requires prerequisite for ExtUtils::MakeMaker from 6.30 to 6.17 (per request from Andreas Koenig)
* Update CPAN-Meta to CPAN version 2.120351Chris 'BinGOs' Williams2012-02-041-1/+1
| | | | | | | | | | | | | | | | | [DELTA] 2.120351 2012-02-03 23:01:45 America/New_York [OTHER] - Fixed CPAN packaging errors 2.120350 2012-02-03 22:46:59 America/New_York [BUGFIX] - Work around a memory leak bug involving version objects in boolean context.
* Update Version-Requirements to CPAN version 0.101022Chris 'BinGOs' Williams2012-02-031-1/+1
| | | | | | | | | | | | [DELTA] 0.101022 2012-02-03 10:29:59 America/New_York DEPRECATED DEPRECATED DEPRECATED DEPRECATED Version::Requirements is still DEPRECATED deprecation is only warned-about if not doing core perl tests, to quiet them up for the sake of porters' sanity
* Revert "Add IO::Socket::IP 0.08 as dual-life module"Ricardo Signes2012-02-031-8/+0
| | | | This reverts commit 497f7de2d964167330f7260590736e9adb18899c.
* Add IO::Socket::IP 0.08 as dual-life modulePaul Evans2012-02-031-0/+8
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* update Math-Complex to CPAN version 1.59Zefram2012-02-011-1/+1
| | | | | | | | * Don't declare "tan" operator overloading on Math::Complex objects, because there is no such overloading type [rt.cpan.org #74288]. * Remove execute bit from test scripts in CPAN tarball.
* update Time-HiRes to CPAN version 1.9725Zefram2012-02-011-1/+1
| | | | | | | | | | - Correct stack discipline in stat(), which was screwing up list operations in expressions containing calls to it [rt.cpan.org #72926]. - Add missing OUTPUT sections to the XS code [rt.cpan.org #70930]. - Skip itimer tests on GNU/Hurd, which has the API but lacks the implementation [rt.cpan.org #72754]. - Fix a doubled word in the documentation [rt.cpan.org #72763].
* Update Maintainers.pl for ExtUtils-ParseXS on teh CPANChris 'BinGOs' Williams2012-02-011-1/+1
|
* Pod-Perldoc is now maintained on CPANFlorian Ragwitz2012-01-311-2/+2
|
* Moving :mmap out of core binary into a moduleLeon Timmermans2012-01-301-0/+6
|
* Update IPC-Cmd to CPAN version 0.76Chris 'BinGOs' Williams2012-01-301-1/+1
| | | | | | | | | | | | | | | | [DELTA] Changes for 0.76 Mon Jan 30 11:30:53 GMT 2012 ================================================= * Make the empty arg stripping the default again, with option to override this behaviour. Changes for 0.74 Mon Jan 30 10:24:30 GMT 2012 ================================================= * Applied patch from WATANABE Hiroaki [RT #74470] "Empty string cannot be passed to command" * Resolved [RT #74373] reported by Randy Stauner "Compilation error when POSIX.pm fails to load"
* Update IO-Compress to CPAN version 2.048Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | | | | [DELTA] 2.048 29 January 2012 * Set minimum zlib version to 1.2.0 * IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4 [RT# 74503]
* Update Compress-Raw-Zlib to CPAN version 2.048Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | [DELTA] 2.048 29 January 2012 * Set minimum zlib version to 1.2.0
* Update Compress-Raw-Bzip2 to CPAN version 2.048Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | [DELTA] 2.048 29 January 2012 * No Changes
* Update IO-Compress to CPAN version 2.047Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | | | | | | | [DELTA] 2.047 28 January 2012 * Set minimum Perl version to 5.6 * IO::Compress::Zip - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file. - In one-shot mode, wrote mod time & access time in wrong order in the "UT" extended field.
* Update Compress-Raw-Zlib to CPAN version 2.047Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | | | | | | | | | | [DELTA] 2.047 28 January 2012 * Allow flush to be called multiple times without any intermediate call to deflate and still return Z_OK. In the code below $status was Z_BUF_ERROR before this change. $def->flush(...); $status = $def->flush(...); * Added support for zlibCompileFlags * Set minimum Perl version to 5.6
* Update Compress-Raw-Bzip2 to CPAN version 2.047Chris 'BinGOs' Williams2012-01-281-1/+1
| | | | | | | | [DELTA] 2.047 28 January 2012 * Set minimum Perl version to 5.6
* Make blead upstream for warnings.pmFather Chrysostomos2012-01-261-1/+1
| | | | | | This isn’t even a dual-life module. Why it has its own entry I don’t know; but in any case it has to have blead for upstream, otherwise cmp_version.t skips it.
* Update DB_File to CPAN version 1.826Chris 'BinGOs' Williams2012-01-251-2/+2
| | | | | | | | | [DELTA] 1.826 25 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336]
* Update Pod-Parser to CPAN version 1.51Chris 'BinGOs' Williams2012-01-251-2/+2
| | | | | | | | | | | | | | | | [DELTA] 25-Jan-2012 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.51 + CPAN#74271: Pod::Parser should not flag L<text|hyperlink> undo change CPAN#47473: L<alt text|URL> _is_ allowed (see discussion on pod-people and p5p); confirmed by blead change; references: http://code.activestate.com/lists/perl-pod-people/1690/ http://code.activestate.com/lists/perl-pod-people/1393/ http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997 + bump all module versions (except Pod::PlainText) to 1.51 + update META.yml (thanks rjbs for the hint)
* Update DB_File to CPAN version 1.825Chris 'BinGOs' Williams2012-01-241-1/+1
| | | | | | | | | | | [DELTA] 1.825 24 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336] and [perl #108970]
* Update Pod-Parser to CPAN version 1.50Chris 'BinGOs' Williams2012-01-221-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 16-Jan-2011 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.50 + fix whitespace (esp. CR [\r] related) issues with different Perl versions on Windows (with Perl 5.8.8 [Activestate], and 5.6.1 [SUA]) + merge latest core (5.14.x) changes to this distro + CPAN#73446: fix minor POD error in InputObjects.pm + CPAN#43955: podchecker fails to detect superfluous =cut directive: implemented (and extended by a check for superfluous =pod commands) and documented in Pod::Checker; also added a note in the POD of all modules that they are part of the Pod::Parser distribution + CPAN#46695: use consistent version (1.50) for distribution and all Pod:: modules in this distro (except for Pod::PlainText, which stays at 2.05) + CPAN#52086: mismatch between distro and module version: same as above + CPAN#55121: correction for Pod::Find and t/pod/find.t on VMS + CPAN#47473: podchecker on L<> url with alt text ... causes an error in Pod::Checker now + CPAN#57954: Pod::Usage does not find perldoc when perl is relocatable ... use $Config{scriptdirexp} instead of scriptdir + CPAN#61223: podchecker notice missing blank line before command implemented with more tests in poderrs.t and self test of all *.pms + CPAN#66614: parse of no final newline vs perl -w ... a rare case, but fixed nevertheless + CPAN#68157: Pod-Parser-1.38/lib/Pod/Usage.pm question/bug ... pass through formatting options to Pod::Text + CPAN#70771: mishandles symbolic links in @INC ... fixed by making the paths in @INC absolute, using Cwd::abs_path() + CPAN#71139: 3 possible optimisations ... applied + several other rt.cpan.org tickets processed and closed
* Sync Module-CoreList version in Maintainers.plChris 'BinGOs' Williams2012-01-221-1/+1
|
* Update perlfaq to CPAN version 5.0150038Chris 'BinGOs' Williams2012-01-191-1/+1
| | | | | | | | | | [DELTA] 5.0150038 Thu 19 Jan 2012 21:10:06 +0100 * Marpa::XS updated (Jeffrey Kegler) * Frameworks (wchristian, ranguard, bigpresh, kraih) * Cleanup (wchristian) * Users email (apeiron, ranguard)
* Update Locale-Maketext to CPAN version 1.22Chris 'BinGOs' Williams2012-01-171-1/+1
| | | | | | | [DELTA] 2012-01-14 * Minor POD documentation update to sync with upstream blead.
* Update perlfaq to CPAN version 5.0150037Chris 'BinGOs' Williams2012-01-081-1/+1
| | | | | | | | | | | [DELTA] 5.0150037 Sun 8 Jan 2012 21:24:39 +0100 * Better XML parsing recommendations (apeiron) * Remove various old questions & update a few (ranguard) * Change auto generate of questions a bit (ranguard) * Autogenerate question index in perlfaq.pod (doherty) * Cleanups / typos, updating nested expressions (dami, reviewed by schwern)
* document the upgrade of PerldocRicardo Signes2012-01-061-2/+3
|
* Upgrade Pod-Perldoc to CPAN version 3.15_15Ricardo Signes2012-01-061-1/+1
|
* Update CPANPLUS to CPAN version 0.9116Chris 'BinGOs' Williams2012-01-061-1/+1
| | | | | | | | | | [DELTA] Changes for 0.9116 Thu Jan 5 22:45:06 2012 ================================================ * add NAME headings in modules with POD, Debian Lintian fixes, http://bugs.debian.org/65045 * Implement reload command in the shell
* Update Module-Pluggable to CPAN version 4.0Chris 'BinGOs' Williams2012-01-031-1/+1
| | | | | | [DELTA] No change log found for 4.0 release
* Sync Maintainers.pl with CPAN for ExtUtils-ParseXSChris 'BinGOs' Williams2012-01-031-1/+1
|
* Update Version-Requirements to CPAN version 0.101021Chris 'BinGOs' Williams2011-12-311-1/+1
| | | | | | | | | | | [DELTA] 0.101021 2011-12-30 15:39:56 America/New_York DEPRECATED DEPRECATED DEPRECATED DEPRECATED Version::Requirements is now DEPRECATED Use CPAN::Meta::Requirements, which is a drop-in replacement.
* Update Maintainers.pl for the CGI.pm update.Chris 'BinGOs' Williams2011-12-301-1/+1
|
* Update CPAN-Meta to CPAN version 2.113640Chris 'BinGOs' Williams2011-12-301-1/+1
| | | | | | | | | [DELTA] 2.113640 2011-12-30 15:19:46 America/New_York - Version::Requirements has now been merged as CPAN::Meta::Requirements, rendering Version::Requirements itself redundant
* Update CGI to CPAN version 3.59Chris 'BinGOs' Williams2011-12-301-1/+0
| | | | | | | | | | | | | | | | | | | | | [DELTA] Version 3.59 Dec 29th, 2011 [BUG FIXES] - We no longer read from STDIN when the Content-Length is not set, preventing requests with no Content-Length from freezing in some cases. This is consistent with the CGI RFC 3875, and is also consistent with CGI::Simple. However, the old behavior may have been expected by some command-line uses of CGI.pm. Thanks to Philip Potter and Yanick Champoux. See RT#52469 for details: https://rt.cpan.org/Public/Bug/Display.html?id=52469 [INTERNALS] - remove tmpdirs more aggressively. Thanks to rjbs (RT#73288) - use Text::ParseWords instead of ancient shellwords.pl. Thanks to AlexBio. - remove use of define(@arr). Thanks to rjbs. - spelling fixes. Thanks to Gregor Herrmann and Alessandro Ghedini. - fix test count and warning in t/fast.t. Thanks to Yanick.
* Refer to ExtUtils::ParseXS 3.09 in Maintainers.plSteffen Mueller2011-12-281-1/+1
|
* Sync Locale-Maketext version in Maintainers.pl with CPANChris 'BinGOs' Williams2011-12-231-1/+1
|
* Sync Exporter version in Maintainers.pl with CPANChris 'BinGOs' Williams2011-12-231-1/+1
|
* Move Tie-File out of cpan/ and into dist/Todd Rinaldo2011-12-231-3/+3
| | | | | | | Tie::File has not been changed on CPAN since 2003. It has meanwhile been actively maintained in p5p. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update Term-UI to CPAN version 0.30Chris 'BinGOs' Williams2011-12-221-1/+1
| | | | | | | | | | | | [DELTA] Changes for 0.30 Wed Dec 21 23:30:39 GMT 2011 ===================================================== * Resolve PAUSE indexer problems Changes for 0.28 Wed Dec 21 22:26:05 GMT 2011 ===================================================== * Apply Debian patches [rt.cpan.org #73400]
* Update CPANPLUS to CPAN version 0.9115Chris 'BinGOs' Williams2011-12-211-1/+1
| | | | | | | | | [DELTA] Changes for 0.9115 Tue Dec 20 21:10:24 2011 ================================================ * Added new config option 'allow_unknown_prereqs' to resolve issues with 0.9114 release
* Sync Maintainers.pl with CPAN for Module-CoreListChris 'BinGOs' Williams2011-12-211-1/+1
|
* charnames: Split into two modulesKarl Williamson2011-12-201-0/+1
| | | | | | | This takes the source and splits it into two modules with the only changes those that are required to get them to work together. This is in preparation for future commits
* Update CPANPLUS to CPAN version 0.9114Chris 'BinGOs' Williams2011-12-191-1/+1
| | | | | | | | | [DELTA] Changes for 0.9114 Mon Dec 19 21:15:38 2011 ================================================ * Fail earlier on unresolvable prereqs as per [rt.cpan.org #73310]