summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Update Params-Check to CPAN version 0.32Chris 'BinGOs' Williams2011-08-081-3/+1
| | | | | | | | [DELTA] Changes for 0.32 Mon Aug 8 10:53:36 2011 ============================================ * Removed unnecessary use Data::Dumper
* Update CPAN to CPAN version 1.9800Chris 'BinGOs' Williams2011-08-0715-411/+764
| | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2011-08-07 Andreas J. Koenig <andk@cpan.org> * release 1.9800 * RT #69463: fix memory leak in CacheMgr (Serguei Trouchelle) 2011-06-27 Andreas J. Koenig <andk@cpan.org> * release 1.97_51 * address #68835: Changed read_meta to ignore dynamic_config (David Golden) * bugfix: refuse to store_persistent if the own build_dir is not available (Andreas Koenig) * cosmetics: remove "Going to" from the beginning of user-visible strings (Jesse Vincent) * flock adjustments for Win32 from activestate (Christian Walde)
* Update DB_File to CPAN version 1.824Chris 'BinGOs' Williams2011-08-062-1/+6
| | | | | | | | | [DELTA] 1.824 6 Aug 2011 * Amendments to tests to work in blead [RT #70108]
* Update DB_File to CPAN version 1.823Chris 'BinGOs' Williams2011-08-063-6/+23
| | | | | | | | | [DELTA] 1.823 6 Aug 2011 * croak if attempt to freeze/thaw DB_File object [RT #69985]
* Update ExtUtils-MakeMaker to CPAN version 6.59Chris 'BinGOs' Williams2011-08-0528-31/+50
| | | | | | | | | | | | | | | | | | | [DELTA] 6.59 Fri Aug 5 12:09:00 BST No changes since 6.58_01 6.58_01 Wed Aug 3 21:12:00 BST Doc Fixes * Corrected the repository location [chorny] Bug Fixes * Removed the %INC check from _has_cpan_meta and updated the CPAN::Meta bundled with EUMM to one that doesn't set $VERSION in a begin block so it can't appear to be loaded, thus causing us to mistakenly try and call methods on CPAN::Meta modules - this is due to older versions in site_perl shadowing our installation of other bundled modules. [rt.cpan.org 69465] [rt.cpan.org 69900] [MSTROUT]
* No dots in directory names, please.Craig A. Berry2011-08-054-3/+3
| | | | | | | Dot is the directory delimiter on VMS, so it's awkward at best to use it in directory names. 4eb81ef279, "Update Module-Metadata to CPAN version 1.000005" introduced two new directories with dots in the name, which confused the manifest checker and broke the build on VMS.
* Update Module-Metadata to CPAN version 1.000005Chris 'BinGOs' Williams2011-08-035-51/+142
| | | | | | | | | | | | [DELTA] 1.0.5 2011-08-02 09:45:00 - Localize $package::VERSION during version discovery (MIYAGAWA) - Fix references to Module::Build::ModuleInfo [RT #66133] (DAGOLDEN) - Added 'new_from_handle()' method [RT #68875] (DAGOLDEN) - Improved documentation (SYNOPSIS, broke out class/object method, and other minor edits) (DAGOLDEN)
* Update CPAN-Meta to CPAN version 2.112150Chris 'BinGOs' Williams2011-08-039-85/+195
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.112150 2011-08-02 22:25:41 America/New_York [BUGFIX] - Stringify any objects encountered during conversion. (RT #67295) - Fixed some broken URLs in documentation and for LGPL in legacy conversion (RT #68738) - Fixed invalid private Pod in CPAN::Meta::Validator (RT #65925) [SPEC] - Clarified that file paths in the 'provides' section must be in Unix-style (i.e. forward slashes) (RT #69045) - Replaced examples using Module::Build::ModuleInfo with Module::Metadata (RT #66135)
* Update Module-Load to version 0.20Chris 'BinGOs' Williams2011-08-011-10/+11
| | | | | | | | | [DELTA] Changes for 0.20 Mon Aug 1 19:13:44 2011 ============================================ * Resolve [rt #69886] reported by Laurent Dami, trailing '::' silently ignored
* Update Params-Check to CPAN version 0.30Chris 'BinGOs' Williams2011-07-272-73/+88
| | | | | | | | | | [DELTA] Changes for 0.30 Mon Jul 25 14:44:40 2011 ============================================ * Resolve [rt #69626] reported by Diab Jerius, WARNINGS_FATAL should apply to all check() failures now.
* Updated Unicode-Normalize to CPAN version 1.13Chris 'BinGOs' Williams2011-07-254-4/+11
| | | | | | | | [DELTA] 1.13 Mon Jul 25 21:07:49 2011 - tried fixing the tarball with world writable files. ( http://www.perlmonks.org/?node_id=731935 )
* Update Unicode-Collate to CPAN version 0.78Chris 'BinGOs' Williams2011-07-254-8/+15
| | | | | | | | [DELTA] 0.78 Mon Jul 25 21:29:50 2011 - tried fixing the tarball with world writable files. ( http://www.perlmonks.org/?node_id=731935 )
* Update CPANPLUS to CPAN version 0.9109Chris 'BinGOs' Williams2011-07-254-4/+6
| | | | | | | | [DELTA] Changes for 0.9109 Tue Jul 19 22:44:53 2011 ================================================ * Fix support for v-strings and x.y.z versions with v5.8.4
* Update Module::Build to 0.39_01David Golden2011-07-2130-78/+77
| | | | | | | | | | | | | | | | | | | | | 0.39_01 - Thu Jul 21 16:48:48 EDT 2011 [BUG FIXES] - Fixed bug with a nested directory named 'share' inside a ShareDir (RT#68585) [David Golden] - Fixed failing tilde.t when run under UID without passwd entry (RT#67893) [Dominic Hargreaves] [DOCUMENTATION] - Fixed typo in Module::Build (RT#67008) [David Golden] [OTHER] - Pod to HTML internals changed to support new Pod::Html work in the Perl core
* Update Term-ANSIColor to CPAN version 3.01Chris 'BinGOs' Williams2011-07-214-16/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2011-07-20 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Version 3.01 released. * Makefile.PL: Change the DISTNAME to Term-ANSIColor. * ANSIColor.pm (colored): Only interpret an initial array reference as a list of colors, not any initial reference, allowing the colored function to work properly on objects with stringification defined. Thanks, Revilo Reegiles. * t/stringify.t: New test for proper behavior with non-array references in colored. 2011-03-13 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Fix two syntax errors in the SYNOPSIS. Thanks, Jan Hartung. 2010-10-08 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Warn in the documentation that attributes are not supported in and will not work with Perl formats. 2010-04-11 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Update the URL for ECMA-048 in the documentation.
* Upgraded HTTP-Tiny to CPAN version 0.013David Golden2011-07-1817-196/+127
| | | | | | | | | | | | | 0.013 2011-07-17 23:14:22 America/New_York [NEW FEATURES] - $ENV{http_proxy} support added [Claes Jakobsson] [OTHER] - Internal/private errors converted from "croak" to "die" as internal errors are caught by "eval"
* Update Pod-Simple to CPAN version 3.18Chris 'BinGOs' Williams2011-07-1730-33/+60
| | | | | | | | | | | | | | [DELTA] 2011-07-16 David E. Wheeler <david@justatheory.org> * Release 3.18 Pod::Simple now properly parses Pod files using Mac OS Classic line- endings (\r). Marc Green/Google Summer of Code. Fixed test failure in 't/search50.t when the test finds a .pod but the module is in a .pm. Thanks to the cpan-testers who reported this when the test searched for Capture::Tiny.
* Update CPANPLUS to CPAN version 0.9108Chris 'BinGOs' Williams2011-07-154-3/+6
| | | | | | | | [DELTA] Changes for 0.9108 Fri Jul 15 15:15:06 2011 ================================================ * Always use INSTALLER_MM for Module-Build
* Update CPANPLUS to CPAN version 0.9107Chris 'BinGOs' Williams2011-07-128-15/+23
| | | | | | | | | | [DELTA] Changes for 0.9107 Tue Jul 12 15:22:14 2011 ================================================ * Add support for v-strings and x.y.z versions, using the version module. * Resolve [rt.cpan.org #69420] "type checking for CPANPLUS::Backend::RV::new is incorrect" * Resolve [rt.cpan.org #69203] "custom sources ignores timeout config option"
* Update Pod-Simple to CPAN version 3.17Chris 'BinGOs' Williams2011-07-1037-59/+587
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2011-07-09 David E. Wheeler <david@justatheory.org> * Release 3.17 Documented tertiary methods. Patch from Shawn H Corey. Added "backlink" option to Pod::Simple::XHTML. Thanks to Marc Green/Google Summer of Code for the pull request. Typos fixed in Pod::Simple::HTMLBatch. Reported by Shawn H Corey. Fixed quoting of value returned by a "strip_verbatim_indent()" code reference so that regex meta characters are properly escaped. Added "anchor_items" option to Pod::Simple::XHMTL. This allows text items (which are output as <dt> elements) to have IDs that can be referenced in the "#" part of a URL. Marc Green/Google Summer of Code. Added "recurse" option to Pod::Simple::Search. It's enabled by default; disable it to turn off recursion into subdirectories. Marc Green/Google Summer of Code. Added documentation to clarify the behavior of the "content_seen" method. Thanks to Olaf Alders for the pull request.
* Update CGI to CPAN version 3.55Chris 'BinGOs' Williams2011-07-093-7/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] Version 3.55 June 3rd, 2011 [THINGS THAT MAY BREAK YOUR CODE] url() was fixed to return "PATH_INFO" when it is explicitly requested with either the path=>1 or path_info=>1 flag. If your code is running under mod_rewrite (or compatible) and you are calling self_url() or you are calling url() and passing path_info=>1, These methods will actually be returning PATH_INFO now, as you have explicitly requested, or has self_url() has requested on your behalf. The PATH_INFO has been omitted in such URLs since the issue was introduced in the 3.12 release in December, 2005. This bug is so old your application may have come to depend on it or workaround it. Check for application before upgrading to this release. Examples of affected method calls: $q->url(-absolute => 1, -query => 1, -path_info => 1 ) $q->url(-path=>1) $q->url(-full=>1,-path=>1) $q->url(-rewrite=>1,-path=>1) $q->self_url();
* Update ExtUtils-MakeMaker to CPAN version 6.58Chris 'BinGOs' Williams2011-07-0750-1687/+2075
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 6.58 Wed Jul 6 14:17:06 PDT 2011 No changes since 6.57_11 6.57_11 Thu May 19 17:26:31 PDT 2011 Bug Fixes * Changed CPAN::Meta to accept version objects. [github #16] * Massage bad versions and warn the user about them. [github #15] * Protect against CPAN::Meta dying during metafile validation and generation. VMS * Fix prereq.t to work around "local %ENV = %ENV" bug Win32 * Liblist::Kid can now recognize long compiler paths (Christian Walde) [github #11] 6.57_10 Sun, 03 Apr 2011 19:36:38 +1000 Bug Fixes * Relaxed strictures on prerequisite versions. Invalid versions now issue a warning and are set to 0 rather than dying. [github #7] * Upgraded CPAN::Meta to 2.110930 which fixes a glitch in writing MYMETA.yml if your module's version number was 1.4. [github #9] * Convert LICENSE entries which are unknown to CPAN::Meta to "unknown" rather than dying. [github #10] 6.57_09 Mon, 28 Mar 2011 11:13:39 +1100 Misc * Make CPAN ignore bundled modules * Accidentally rolled Version::Requirements into the version bundle * Deleted now unused ExtUtils::MakeMaker::YAML 6.57_08 Sun, 27 Mar 2011 21:52:47 +1100 VMS * Removed dependency on cc_runtime.h for VMS as well. Misc * Changed how modules are bundled to avoid replacing XS version of Scalar::Util with a pure Perl version [github #4] 6.57_07 Fri, 25 Mar 2011 14:31:31 +1100 Enhancements * Generates META.json and MYMETA.json in addition to META.yml and MYMETA.yml (David Golden) * MYMETA has the runtime requirements made priority over META_* keys to allow generation of a correct META.* into the dist while still generating an accurate MYMETA.* locally (Matt S Trout) * Distributions should not depend on cc_runtime.h from core as it is only needed for B::CC * Now uses CPAN::Meta to generate META files. Bug Fixes * MYMETA.yml generation from META.yml actually works (Matt S Trout) * All required META fields are generated, even if they must be filled with "unknown" in place of real data (David Golden) Test Fixes * miniperl.t is no longer run outside of the perl core. Its only relevant to bleadperl and requires no backwards compatibility [rt.cpan.org 61868] Cygwin * Rebase behaviour was improved (Reini Urban) * Build man pages (Reini Urban) Win32 * Spot valid lib files on Win32 when .a and .lib are mixed. (Christian Walde) [github #3] * Extensive testing of ExtUtils::Liblist::Kid for Win32 (Christian Walde) * Implemented proper emulation of DOS escaping rules in ExtUtils::MM_Win32 (Christian Walde) 6.57_06 Wed Oct 06 13:49:00 EEST 2010 Win32 * Work around dmake's limitations on how long a "line" can be. [rt.cpan.org 61286] * ActivePerl 1007 can now see gcc. [rt.cpan.org 55752] (Christian Walde) Bug Fixes * Fix for AUTHOR and undocumented usage of MM->new() (Alexandr Ciornii)
* Ignore temporary files created by AutoLoader's testsFlorian Ragwitz2011-07-061-0/+1
|
* Update CPANPLUS to CPAN version 0.9106Chris 'BinGOs' Williams2011-07-063-3/+3
| | | | | | | | | [DELTA] Changes for 0.9106 Wed Jul 6 09:53:44 2011 ================================================ * synchronisation with blead to remove profanity from the source. No other changes.
* Removed the last of Jos' potty mouthed comments from CPANPLUS sourceChris 'BinGOs' Williams2011-07-051-1/+1
|
* Update Win32API-File to CPAN version 0.1200Chris 'BinGOs' Williams2011-07-047-28/+93
| | | | | | | | | | | | | [DELTA] 0.1200 by Alexandr Ciornii 2011-07-01 - Spelling fixes by Peter John Acklam - Upgraded Makefile.PL - Don't bother checking $[ 0.1101_01 by Alexandr Ciornii 2011-02-26 - More metadata in META.yml - [Set|Get]StdHandle functions added (Chris 'BinGOs' Williams)
* Update Unicode-Collate to CPAN version 0.77Chris 'BinGOs' Williams2011-07-044-7/+10
| | | | | | | [DELTA] 0.77 Sun Jul 3 21:15:08 2011 - xs: [perl #93470] [PATCH] consting in Collate.xs by Robin Barker.
* Remove deprecated Perl 4 core librariesFlorian Ragwitz2011-07-031-39/+0
|
* Updated Locale-Codes to CPAN version 3.17Chris 'BinGOs' Williams2011-06-2858-24343/+120051
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] VERSION 3.17 (2011-06-28) NEW CODE(s) Added new types of codes Added Language Extension codes (langext) and Language Variation codes (langvar) as defined in the IANA language registry. Added new codeset(s) Added language codes from ISO 639-5 Added language/script codes from the IANA language subtag registry Bug fixes Fixed an uninitialized value warning. RT 67438 Fixed the return value for the all_XXX_codes and all_XXX_names functions. RT 69100 Reorganized code Reorganized modules to move Locale::MODULE to Locale::Codes::MODULE to allow for cleaner future additions. The original four modules (Locale::Language, Locale::Currency, Locale::Country, Locale::Script) will continue to work, but all new sets of codes will be added in the Locale::Codes namespace.
* Update IO-Compress to CPAN version 2.037Chris 'BinGOs' Williams2011-06-2234-183/+353
| | | | | | | | | | | | | [DELTA] 2.037 22 June 2011 * IO::Uncompress - get globmapper tests working on VMS [RT# 68926] * IO::Uncompress::Unzip - Fixed limitation where Streamed Stored content was not supported.
* Update Compress-Raw-Zlib to CPAN version 2.037Chris 'BinGOs' Williams2011-06-224-4/+20
| | | | | | | | [DELTA] 2.037 22 June 2011 * No Changes
* Update Compress-Raw-Bzip2 to CPAN version 2.037Chris 'BinGOs' Williams2011-06-225-5/+21
| | | | | | | | [DELTA] 2.037 22 June 2011 * No Changes
* Update IPC-Cmd to CPAN version 0.72Chris 'BinGOs' Williams2011-06-221-152/+233
| | | | | | | | | [DELTA] Changes for 0.72 Wed Jun 22 12:29:59 BST 2011 ================================================= * Added IPC::Open3 support for capturing STDOUT/STDERR on MSWin32, prefer this over IPC::Run
* Update IO-Compress to CPAN version 2.036Chris 'BinGOs' Williams2011-06-2131-194/+708
| | | | | | | | | | | | | | | | [DELTA] 2.036 18 June 2011 * IO::Compress::Zip & IO::Uncompress::Unzip - Added support for LZMA (method 14) compression/uncompresion. * IO::Compress::Unzip - Fixed CRC issue when compression is Store or Bzip2 and Strict option is set. * IO::Compress::Zip - Fixed Zip64 issue where the content size is exactly 0xFFFFFFFF
* Update Compress-Raw-Zlib to CPAN version 2.036Chris 'BinGOs' Williams2011-06-214-8/+12
| | | | | | | | [DELTA] 2.036 6 May 2011 * Added offset parameter to CRC32
* Update Compress-Raw-Bzip2 to CPAN version 2.036Chris 'BinGOs' Williams2011-06-214-5/+9
| | | | | | | | [DELTA] 2.036 18 June 2011 * No Changes
* update Time-HiRes to CPAN version 1.9724Zefram2011-06-2117-837/+870
| | | | | | | | | | | | | | | | | | | | - Correct XS parameter list, and therefore prototype, for unimplemented-on-this-platform version of clock_nanosleep() [rt.cpan.org #68700]. - Declare package variables with "our" rather than "use vars". - Corresponding to "our" usage, check for minimum Perl version 5.006. - Declare module dependencies. - Remove $ENV{PERL_CORE} logic from test suite, which is no longer desired in the core. - Convert test suite to use Test::More. - Factor out watchdog code from test suite. - In test suite, be consistent about using fully-qualified form of function names. - Divide test suite into feature-specific scripts. - Make ualarm timing test less vulnerable to delay-induced false failure, from Dave Mitchell.
* update Math-Complex to CPAN version 1.58Zefram2011-06-216-47/+549
| | | | | | | | | | | | | | | * Declare package variables with "our" rather than "use vars". * Corresponding to "our" usage, check for minimum Perl version 5.006. * Remove $ENV{PERL_CORE} logic from test suite, which is no longer desired in the core. * In test suite, remove obsolete and now-incomplete handling of unavailability of Test::More. * Declare module dependencies.
* Revert autodie version bumpDavid Golden2011-06-205-6/+5
| | | | | | | | autodie has not changed from CPAN, though blead has locally patched a single test file to avoid a platform specific failure. This change keeps the original CPAN version numbering, as the local test file patch is now tracked in Porting/Maintainers.pl
* CGI: Reset permissions during temporary directory test so Win32 can remove.George Greer2011-06-161-1/+1
| | | | | | | The 'tmpdir.t' test leaves the permissions of the directories at 0500, which translates into setting the 'read-only' bit in Win32-speak. That makes the 'rmdir' in the END block fail (silently) and thus the test is very unhappy the next time through. It is easy enough to just run the test twice to see.
* Remove Shell from the core distribution. Get it from CPAN now.Nicholas Clark2011-06-152-337/+0
| | | | | | | | | | | | This reinstates 28d302d426b73ed7, which was reverted by c9a0cae924d6331f, because Shell.pm was missing its deprecation warning in 5.12. (Minor changes subsequently mean that c9a0cae924d6331f as-is can't be reverted). The entry in perldelta.pod has to to be C<Shell> because L<Shell> would be a broken link, and fail t/porting/podcheck.t. Change the removal notice for Devel::DProf from L<> to C<> to be consistent. L<Devel::DProf> *isn't* a podchecker error - presumably the "=head2 Devel::DProf" in perlperf.pod is seen as the valid link target.
* Kill Devel::DProfFlorian Ragwitz2011-06-1422-2485/+0
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* Updated JSON-PP to CPAN version 2.27200Chris 'BinGOs' Williams2011-06-092-8/+38
| | | | | | | [DELTA] 2.27200 Sun May 22 12:17:51 2011 - fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)
* Updated Encode to CPAN version 2.43Chris 'BinGOs' Williams2011-06-096-258/+297
| | | | | | | | | | | | | | | | [DELTA] $Revision: 2.43 $ $Date: 2011/05/21 23:14:43 $ ! lib/Encode/Alias.pm Addressed RT#68361: Encode::Bytes x-mac-... aliases missing https://rt.cpan.org/Ticket/Display.html?id=68361 ! Encode.pm Applied the 0001-Fix-typo-in-pod.patch https://rt.cpan.org/Ticket/Update.html?id=64381 Addressed RT#65796 Deep recursion error finding invalid charset https://rt.cpan.org/Ticket/Update.html?id=65796 Applied a jumbo doc patch by Tom Christiansen Message-Id: <14795.1304618434@chthon>
* Updated Unicode-Collate to CPAN version 0.76Chris 'BinGOs' Williams2011-06-0937-4030/+6342
| | | | | | | | | | | | | | | | | | [DELTA] 0.76 Sun May 15 10:06:59 2011 - updated CJK/Pinyin.pm and CJK/Stroke.pm according to CLDR 1.9.1 using type='pinyin' alt='short' and type='stroke' alt='short' respectively. 0.75 Sat May 7 21:07:38 2011 - supported ignore_level2 and rewrite. - Added iglevel2.t and rewrite.t in t. 0.74 Mon Mar 21 19:07:38 2011 - removed sw (Swahili) collation according to CLDR 1.9. (removed files: Collate/Locale/sw.pl and data/sw.txt) - shifted primary weights of letters > Z for some languages. (affected locales: da, fi, fo, kl, nb, nn, sv)
* Updated Unicode-Normalize to CPAN version 1.12Chris 'BinGOs' Williams2011-06-095-44/+87
| | | | | | | | | | | | | [DELTA] 1.12 Mon May 16 23:36:07 2011 - removed Normalize/CompExcl.pl and Composition Exclusions are coded; how to load CompExcl.pl seems not good, but I'm not sure... 1.11 Sun May 15 20:31:09 2011 - As perl 5.14.0 has removed unicore/CompositionExclusions.txt in the installation, Normalize/CompExcl.pl in this distribution is used instead. (see [rt.cpan.org #68106])
* Updated Sys-Syslog to CPAN version 0.29Chris 'BinGOs' Williams2011-06-099-1056/+1305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.29 -- 2011.04.18 -- Sebastien Aperghis-Tramoni (SAPER) #PerlQA2011 [BUGFIX] CPAN-RT#55215: Sys::Syslog might call exit which triggers DESTROY (Alexander Berger). [BUGFIX] CPAN-RT#55151: Allow temporary facility with native mechanism (Tim Jenkins). [BUGFIX] CPAN-RT#50928: Convert Win32 files to Unix EOLs (Steve Hay). [BUGFIX] CPAN-RT#50534: Unwanted space at the end of syslog message (Eugene V. Lyubimkin). [BUGFIX] CPAN-RT#49877: Options not reset after closelog() (Herbert Brezina). [BUGFIX] CPAN-RT#48386: Add Win32::EventLog as a prerequisite (kmx and Laurent Dami). [FEATURE] CPAN-RT#50534: Added options noeol and nonul. [DIST] Set INSTALLDIRS to "site" when installed on Perl 5.11+ 0.28 -- 2011.04.16 -- Sebastien Aperghis-Tramoni (SAPER) #PerlQA2011 [BUGFIX] CPAN-RT#56084: Reset connection tracking vars (Vladimir Marek). [BUGFIX] CPAN-RT#56826: Avoid memory corruption when closelog() is called twice (Andreas Jaekel). [BUGFIX] CPAN-RT#64287: Make strftime() Windows-compatible (Dave Stafford). [FEATURE] New API for setlogsock(), in order to allow the setting of new options. Thanks to Jake Scott for the idea. [CODE] Modify can_load() so it can print the warnings if desired. [CODE] CPAN-RT#44410: Provide fallback macros in Syslog.xs in order to compile on Novell Netware. [TESTS] In blead, the distribution was moved from ext/Sys/Syslog to ext/Sys-Syslog. t/constants.t had to be fixed (Vincent Pit). [TESTS] CPAN-RT#53317: In core, Sys-Syslog was moved to cpan/, thus making t/constants.t unable to find macros.all (David Mitchell). [TESTS] CPAN-RT#64716: Skip t/data-validation.t if the available version of POE::Component::Server::Syslog is too old. [DIST] Bleadperl no longer require an empty MAN3PODS (Nicholas Clark). [DIST] Removed unneeded modules in Makefile.PL (Nicholas Clark). [DOC] Recreated Sys::Syslog history from the unified git repository. [DOC] Added a section to list the matching Perl and Sys::Syslog version. [DOC] CPAN-RT#49859: Removed a dead link (Leon Brocard).
* Updated Filter-Util-Call to CPAN version 1.39Chris 'BinGOs' Williams2011-06-092-7/+6
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.39 30 April 2011 ---- * Fix decrypt to work with Perl 5.14 [RT #67656] 1.38 24 April 2011 ---- * Versions being seperate from Module versions results in dependency confusion Bumped all versions to match the distribution version number. [RT #67655] * Fix decrypt to work with Perl 5.14 [RT #67656] * Update the Filter-Simple URL [RT #49778]
* Update DB_File to CPAN version 1.822Chris 'BinGOs' Williams2011-06-095-9/+21
| | | | | | | | | [DELTA] 1.822 12 March 2011 * Keep DB_File's warnings in sync with perl's [rt.cpan.org #66339]
* Updated CGI to CPAN version 3.54Chris 'BinGOs' Williams2011-06-095-142/+234
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] Version 3.54, Apr 28, 2011 No code changes [INTERNALS] - Address test failures in t/tmpdir.t, thanks to Niko Tyni. Some tests here are failing on some platforms and have been marked as TODO. Version 3.53, Apr 25, 2011 [NEW FEATURES] - The DELETE HTTP verb is now supported. (RT#52614, James Robson, Eduardo Ari�o de la Rubia) [INTERNALS] - Correct t/tmpdir.t MANIFEST entry. (RT#64949) - Update minimum required Perl version to be Perl 5.8.1, which has been out since 2003. This allows us to drop some hacks and exceptions (Mark Stosberg)