summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Update HTTP-Tiny to CPAN version 0.015Chris 'BinGOs' Williams2011-10-262-3/+4
| | | | | | | | | | | | | | [DELTA] 0.015 2011-10-26 16:42:26 America/New_York [BUG FIXES] - Make sure PERL_UNICODE doesn't affect PUT test data [Tony Cook] [DOCUMENTATION] - Fixed typo
* Update ExtUtils-MakeMaker to CPAN version 6.63_01Chris 'BinGOs' Williams2011-10-2635-147/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 6.63_01 Sun Oct 23 16:57:24 PDT 2011 Bug Fixes * Stray $ in the PPD and meta files (for example, from the ABSTRACT) are now escaped. [rt.cpan.org 71847] Possibly incompatible changes * echo() now escapes all dollar signs by default New Features * echo() has an option to allow make variable expansion. * echo() is now passed a hash of options (old style $appending flag still works for compatibility). * quote_literal() now escapes dollar signs, but allows make variables. * quote_literal() has an option to escape make variables. * escape_dollarsigns() to escape dollar signs but allow variables * escape_all_dollarsigns() to escape all dollar signs Improvements * The PPD VERSION is now derived from the VERSION variable in the Makefile rather than hard coded. Bundled Modules * Updated CPAN::Meta to 2.112621 * Updated CPAN::Meta::YAML to 0.004 * Updated JSON::PP to 2.27200 6.62 Sun Oct 23 16:43:36 PDT 2011 No changes from 6.61_01
* Update Unicode-Collate to CPAN version 0.81Chris 'BinGOs' Williams2011-10-2329-241/+713
| | | | | | | | | [DELTA] 0.81 Sun Oct 23 21:32:36 2011 - U::C::Locale newly supports locales: ml, mr, or, pa. - added loc_ml.t, loc_mr.t, loc_or.t, loc_pa.t in t. - updated some locales to CLDR 2.0 : mk, mt, nb, nn, ro, ru.
* Update Archive-Extract to CPAN version 0.58Chris 'BinGOs' Williams2011-10-221-12/+16
| | | | | | | | | | [DELTA] Changes for 0.58 Sat Oct 22 20:25:00 2011 ============================================ * Apply patch from Craig A. Berry [rt#71846] make _untar_bin use Unix-syntax archive names on VMS
* Update perlfaq to CPAN version 5.0150036Chris 'BinGOs' Williams2011-10-2210-193/+178
| | | | | | | | | | [DELTA] 5.0150036 Sat 22 Oct 2011 16:20:34 +0100 * Website moved from faq.perl.org -> learn.perl.org (ranguard) * Delete some questions/cleanup copy (ranguard) * Make perlfaq.pod shorter/cleaner (kablamo) * Many cleanups and corrections (shlomif)
* Update HTTP-Tiny to CPAN version 0.014Chris 'BinGOs' Williams2011-10-2214-20/+564
| | | | | | | | | | | | | | | | [DELTA] 0.014 2011-10-20 13:54:13 America/New_York [NEW FEATURES] - Adds additional shorthand methods for all common HTTP verbs (HEAD, PUT, POST, DELETE) [David Golden] - post_form() method for POST-ing x-www-form-urlencoded data [David Golden] - www_form_urlencode() utility method [David Golden]
* Update Archive-Tar to CPAN version 1.80Chris 'BinGOs' Williams2011-10-134-3/+43
| | | | | | | [DELTA] * important changes in version 1.80 13/10/2011 - patch from Rocky Bernstein to add file chown() method [rt#71221]
* Corrected: 'Zeus for Window' => 'Zeus for Windows'Alan Haggai Alavi2011-10-111-1/+1
| | | | Signed-off-by: David Golden <dagolden@cpan.org>
* Update Unicode-Collate to CPAN version 0.80Chris 'BinGOs' Williams2011-10-0926-242/+858
| | | | | | | | | | | | | | | | | [DELTA] 0.80 Sun Oct 9 21:00:21 2011 - U::C::Locale newly supports locales: bs, hi, kn, kok, ln. - added loc_bs.t, loc_hi.t, loc_kn.t, loc_kok.t, loc_ln.t in t. - updated some locales to CLDR 2.0 : ha, hr, kk, lt. 0.79 Sun Oct 2 20:31:01 2011 - pod: [rt.cpan.org #70241] Fix minor grammar error in manpage by Harlan Lieberman-Berg. - 'suppress' no longer affects contractions via 'entry'. - U::C::Locale newly supports locales: as, fi__phonebook, gu. - added loc_as.t, loc_fiph.t, loc_gu in t. - updated some locales to CLDR 2.0 : ar, be, bg.
* Update Module-Load to CPAN version 0.22Chris 'BinGOs' Williams2011-10-052-1/+4
| | | | | | | | | [DELTA] Changes for 0.22 Tue Oct 4 21:44:32 2011 ============================================ * Resolve possible security problem [http://goo.gl/YzHRU] where a '::' prefixed module can 'jump' out of @INC
* Update Unicode-Collate to CPAN version 0.79Chris 'BinGOs' Williams2011-10-0219-212/+787
| | | | | | | | | | | | [DELTA] 0.79 Sun Oct 2 20:31:01 2011 - pod: [rt.cpan.org #70241] Fix minor grammar error in manpage by Harlan Lieberman-Berg. - 'suppress' no longer affects contractions via 'entry'. - U::C::Locale newly supports locales: as, fi__phonebook, gu. - added loc_as.t, loc_fiph.t, loc_gu in t. - updated some locales to CLDR 2.0 : ar, be, bg.
* Update Digest to CPAN version 1.17Chris 'BinGOs' Williams2011-10-027-66/+108
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2011-10-02 Gisle Aas <gisle@ActiveState.com> Release 1.17. Gisle Aas (6): Less noisy 'git status' output Merge pull request #1 from schwern/bug/require_eval Don't clobber $@ in Digest->new [RT#50663] More meta info added to Makefile.PL Fix typo in RIPEMD160 [RT#50629] Add schwern's test files Michael G. Schwern (5): Turn on strict. Convert tests to use Test::More Untabify Turn Digest::Dummy into a real file which exercises the Digest->new() require logic. Close the eval "require $module" security hole in Digest->new($algorithm)
* Update ExtUtils::MakeMaker to CPAN version 6.61_01George Greer2011-09-2833-73/+80
| | | | | | | | | | | [DELTA] 6.61_01 Sat Sep 24 22:16:13 PDT 2011 Win32 * Liblist::Kid now checks the ActiveState MinGW library path environment variable [MITHALDU] * Further fixes to the Win32 quoting rules. Fixes failures on VC8+. [rt.cpan.org #69528] [SHAY]
* Upgrade perlfaq from version 5.0150034 to 5.0150035Florian Ragwitz2011-09-271-1/+1
|
* Dual-life perlglossary.pod as part of perlfaqFlorian Ragwitz2011-09-261-0/+3437
|
* Update CPAN-Meta to CPAN version 2.112621Stevan Little2011-09-1920-14/+52
| | | | | | | | | | | | | | | | | | [DELTA] 2.112621 2011-09-19 12:15:16 America/New_York [BUGFIX] - Spell BACKEND environment variables correctly this time [noticed by Stevan Little] 2.112620 2011-09-18 20:56:06 America/New_York [BUGFIX] - Protect tests against PERL_(YAML|JSON)_BACKEND settings that could cause tests to fail. (RT #69979)
* Update CPAN-Meta to CPAN version 2.112600Chris 'BinGOs' Williams2011-09-188-15/+21
| | | | | | | | | | [DELTA] 2.112600 2011-09-17 12:21:09 America/New_York [DOCUMENTATION] - Fixed spelling error in CPAN::Meta::Spec (RT #71036) [Gregor Hermann]
* Update CPAN-Meta to CPAN version 2.112580Chris 'BinGOs' Williams2011-09-1610-19/+169
| | | | | | | | | | | [DELTA] 2.112580 2011-09-15 10:53:59 America/New_York [BUGFIX] - Use UTF-8 mode for internal structure cloning to avoid bugs in Perl <= 5.8.6 (RT #70936) [Dagfinn Ilmari Mannsåker]
* Update CPANPLUS to CPAN version 0.9111Chris 'BinGOs' Williams2011-09-164-5/+9
| | | | | | | | | [DELTA] Changes for 0.9111 Fri Sep 16 10:15:06 2011 ================================================ * Enhance CPANPLUS::Dist::MM Makefile/Makefile.PL age checking code to resolve some issues.
* Update CPAN-Meta-YAML to CPAN version 0.004Chris 'BinGOs' Williams2011-09-122-9/+44
| | | | | | | | [DELTA] 0.004 2011-09-06 09:42:52 America/New_York - Generated from ADAMK/YAML-Tiny-1.50.tar.gz
* Update perlfaq to CPAN version 5.0150034Chris 'BinGOs' Williams2011-09-1211-1173/+1016
| | | | | | | | | | | | | | | | | [DELTA] 5.0150034 Mon 12 Sep 2011 18:41:25 +0100 * Copy edit Perl 6 a bit more (ranguard) * Add blog section (ranguard) * Update much of the copy about emails in perlfaq9 (apeiron) * Many small changes (bigpresh) * Add descriptions to doc list (bigpresh) * Start moving away from global file handles (shlomif) * Typos, clarity and other cleanups (shlomif) * Cleanup copy (ranguard) * Start to add "my" to variables (shlomif) * Remove verbose/history copy (ranguard) * Switch to L<> around URLs (ranguard)
* Update Devel-PPPort to CPAN version 3.20Chris 'BinGOs' Williams2011-09-11131-666/+1545
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 3.20 - 2011-09-10 * fix CPAN #56749: isASCII and isCNTRL macros are buggy (thanks to Karl Williamson for providing a patch and patiently waiting almost two years for me to integrate it) * fix CPAN #70427: RealPPPort.xs:1587: error: lvalue required as unary ‘&’ operand 3.19_03 - 2011-04-13 * keep up with latest core changes 3.19_02 - 2010-03-07 * fix a warning emitted by the test suite with older perls * added support for the following API newSVpvs_share get_cvn_flags get_cvs (thanks to Goro Fuji for providing a patch to implement all of these, fixes CPAN #47174) 3.19_01 - 2010-02-20 * fix CPAN #50763: mistaken use of $[ (thanks to Zefram for spotting this) * remove spurious PUSHMARK from Perl_ppaddr_t (thanks to Gerard Goossen for providing a patch) * improved support for newer compilers in buildperl.pl (thanks to Philippe Bruhat (BooK) for providing a patch) * added support for the following API memEQs memNEs * lots of small toolchain updates
* Update Archive-Tar to CPAN version 1.78Chris 'BinGOs' Williams2011-09-1011-118/+176
| | | | | | | | [DELTA] * important changes in version 1.78 08/09/2011 - patch from Rocky Bernstein to add chown() method [rt#70623] - blead patch from Alexandr Ciornii to resolve [perl#78708]
* Remove all references to old OO tutorial docs, and add refs to perlootut ↵Dave Rolsky2011-09-084-13/+10
| | | | | | where appropriate Used buildtoc to regenerate pod-related files
* Update perlfaq to CPAN version 5.0150033Chris 'BinGOs' Williams2011-09-0811-2874/+2849
| | | | | | | | | | | | | | [DELTA] 5.0150033 Tue 30 Aug 2011 21:46:25 +0100 * Perl 6 changes (apeiron) * Replace tabs with spaces (ranguard) * Link to www.cpan.org/ports/ for binary (ranguard) * Switch C<> over to L<> for any module on CPAN (ranguard) * Change brace stype (apeiron) * Extra dzil tests (rafl) * Changes so more semantic, and better rendered HTML (ranguard) * Point to repo for how to update perlfaq (ranguard)
* Update Module-Load-Conditional to CPAN version 0.46Chris 'BinGOs' Williams2011-09-081-2/+2
| | | | | | | | [DELTA] Changes for 0.46 Wed Sep 7 23:57:03 BST 2011 ================================================= * Use || instead of "or" (perl#78708) (chorny)
* Update Module-Metadata to CPAN version 1.000007Chris 'BinGOs' Williams2011-09-071-1/+1
| | | | | | | [DELTA] 1.0.7 2001-09-07 12:00:00 - Apply VMS fixes backported from blead (Craig A. Berry)
* Update Module-Metadata to CPAN version 1.000006Chris 'BinGOs' Williams2011-09-072-6/+42
| | | | | | | | | | | | | | | [DELTA] 1.0.6 2011-08-29 04:00:00 - Support PACKAGE BLOCK syntax (VPIT) [Additional info] Reapplied the changes made by Craig Berry for VMS in commit 63f27fd71dd22aa00021eb1e4fde4faa55ec9524 Raised [https://rt.cpan.org/Public/Bug/Display.html?id=70781] to upstream these changes.
* Update CPANPLUS-Dist-Build to CPAN version 0.58Chris 'BinGOs' Williams2011-09-042-4/+12
| | | | | | | [DELTA] 0.58 Sun Sep 4 20:42:48 BST 2011 - Added local::lib type behaviour detection to disable use of 'sudo'
* Update CPANPLUS to CPAN version 0.9110Chris 'BinGOs' Williams2011-09-015-3/+14
| | | | | | | | | | | | | [DELTA] Changes for 0.9110 Thu Sep 1 13:43:06 2011 ================================================ * CPANPLUS::Dist::MM now ensures that Makefile.PL is older than any generated Makefile * When resolving dependencies ignore any @INC-hook when finding installed modules * Updated the META.yml in the dist to specify 'dynamic_config' as true.
* Updated Locale-Codes to CPAN version 3.18Chris 'BinGOs' Williams2011-08-3121-25062/+25209
| | | | | | | | | | | | [DELTA] VERSION 3.18 (2011-08-31) NEW CODE(s) No longer use CIA data The CIA world added non-standard values, so I no longer use it as a source of data. Based on a report by Michiel Beijen.
* perlfaq is now maintained on CPANFlorian Ragwitz2011-08-2911-0/+11902
|
* Add missing files from Archive::Extract 0.56Father Chrysostomos2011-08-244-0/+0
|
* Update Archive-Extract to CPAN version 0.56Chris 'BinGOs' Williams2011-08-232-13/+38
| | | | | | | | | [DELTA] Changes for 0.56 Tue Aug 23 15:55:52 2011 ============================================ * Amend the MSWin32 fixes for 'unzip' to work with Cygwin-based tools too.
* Upgrade Pod::Simple from version 3.18 to 3.19Florian Ragwitz2011-08-2341-190/+810
|
* Update Archive-Extract to CPAN version 0.54Chris 'BinGOs' Williams2011-08-221-1/+2
| | | | | | | | | [DELTA] Changes for 0.54 Mon Aug 22 11:52:18 2011 ============================================ * Resolve issues on MSWin32 when 'unzip' is found in PATH
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-1/+1
| | | | | | | For the default (non-multiplicity) configuration, PERLVAR*() macros now directly expand their arguments to tokens such as C<PL_defgv>, instead of expanding to C<PL_Idefgv>. This removes over 350 lines from F<embedvar.h>, which defined macros to map from C<PL_Idefgv> to C<PL_defgv> and so forth.
* Update Encode to CPAN version 2.44Chris 'BinGOs' Williams2011-08-098-18/+33
| | | | | | | | | | | | | | | | [DELTA] $Revision: 2.44 $ $Date: 2011/08/09 07:49:44 $ ! Unicode/Unicode.xs Addressed the following: Date: Fri, 22 Jul 2011 13:58:43 +0200 From: Robert Zacek <zacek@avast.com> To: perl5-security-report@perl.org Subject: Unicode.xs!decode_xs n-byte heap-overflow ! Encode.pm encoding.pm ! lib/Encode/Alias.pm lib/Encode/Encoder.pm lib/Encode/Guess.pm Applied: RT#69735: patch for use constant DEBUG => https://rt.cpan.org/Ticket/Update.html?id=69735
* 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 )