summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Updated CPAN.pm to CPAN version 1.94_64David Golden2011-01-216-308/+242
| | | | | | | | | | | | | | | | [DELTA] 2011-01-20 David Golden <dagolden@cpan.org> * release 1.94_64 * remove 'use_file_homedir' config option and fix #62986 using a more robust method. Original config directories will be found even if File::HomeDir is installed * streamline configuration intro text * add missing documentation for 'atexit' and local::lib bootstrap
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-201-1/+1
|
* Revert "Update Unicode-Collate to CPAN version 0.70 and enable XS version"Chris 'BinGOs' Williams2011-01-199-1001/+330
| | | | This reverts commit 211cc5012284f4bd900fcaa630adbcac69ca6112.
* Revert "Update Unicode-Collate to CPAN version 0.71"Chris 'BinGOs' Williams2011-01-195-10/+5
| | | | | | This reverts commit cac3df65afe2fed9ad80147a24b5ae6ea601a609. Backing out change to XS
* Update Log-Message-Simple to CPAN version 0.08Chris 'BinGOs' Williams2011-01-191-1/+3
| | | | | | | | [DELTA] Changes for 0.08 Wed Jan 19 10:22:12 2011 ============================================ * POD fix from Michael Stevens [rt.cpan.org #64877]
* Update Unicode-Collate to CPAN version 0.71Chris 'BinGOs' Williams2011-01-185-5/+10
| | | | | | | [DELTA] 0.71 Tue Jan 18 22:29:44 2011 - t/loc_test.t should not fail without Unicode::Normalize.
* Update HTTP::Tiny to CPAN version 0.009David Golden2011-01-171-6/+13
| | | | | | | | | | | | [DELTA] 0.009 2011-01-17 16:29:22 EST5EDT - Added workaround for IO::Socket::SSL certificate verification bug - Minor documentation improvements - POST example added to the eg/ directory in the distribution tarball
* Update File-Fetch to CPAN version 0.32Chris 'BinGOs' Williams2011-01-172-3/+44
| | | | | | | | [DELTA] Changes for 0.32 Mon Jan 17 10:26:40 2011 ================================================= * Added support for HTTP::Tiny
* Update CPAN to CPAN version 1.94_63David Golden2011-01-1614-270/+1005
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2011-01-16 Andreas J. Koenig <andk@cpan.org> * release 1.94_63 * address #63357: use Dumpvalue when dumping potential crap (Andreas Koenig) * address #62986: new config option use_file_homedir (Andreas Koenig) * address #64037: new config option prefer_external_tar (Andreas Koenig) * add support for bootstrapping local::lib when the user does not have write access to perl's site library directories (David Golden) * add support for (and prerequisite on) HTTP::Tiny; also adds prerequisites for MIME::Base64 and Digest::MD5 to support proxy authentication (David Golden) * automatic mirror selection now returns only http mirrors (David Golden) * add 'atexit' option for cache scanning and cleanup (David Golden) * now with 421 distroprefs files (but a good portion of them seems outdated)
* Add HTTP::Tiny as a dual-life core moduleDavid Golden2011-01-1656-0/+3045
| | | | | | | | HTTP::Tiny 0.008 has been added as a dual-life module. It is a very small, simple HTTP/1.1 client designed for simple GET requests and file mirroring. It has has been added to enable CPAN.pm and CPANPLUS to "bootstrap" HTTP access to CPAN using pure Perl without relying on external binaries like F<curl> or F<wget>.
* Update Unicode-Collate to CPAN version 0.70 and enable XS versionChris 'BinGOs' Williams2011-01-179-330/+1001
| | | | | | | | | | | | | | | [DELTA] 0.70 Sun Jan 16 20:31:07 2011 - Now U::C::Locale->new will use the compiled DUCET via XS. 0.69 Sat Jan 15 19:41:11 2011 - clarified about XSUB. revised INSTALL in README. - xs: flag passed to utf8n_to_uvuni(). - doc and comments: [perl #81876] Fix typos by Peter J. Acklam. A pure-perl version of this module was previously installed, this commit enables the XS version of the module instead.
* Update Unicode-Normalize to CPAN version 1.10Chris 'BinGOs' Williams2011-01-165-127/+107
| | | | | | | | | | [DELTA] 1.10 Sun Jan 16 21:00:34 2011 - XSUB: reorder() and compose() treat with growing the string. - XSUB: provision against UTF8_ALLOW_* flags to be undefined in future. - doc: about perl 5.13.x and Unicode 6.0.0 - doc and comments: [perl #81876] Fix typos by Peter J. Acklam.
* Update Pod-LaTeX to CPAN version 0.59Chris 'BinGOs' Williams2011-01-133-26/+23
| | | | | | | | | | | | | | [DELTA] 2011-01-04 Tim Jenness <tjenness@cpan.org> ---- Version 0.59 CPAN ---- * t/*.t: Use Test::More for tests. * Build.PL: Use Module::Build * LaTeX.pm: Fix typo in pod (RT #46887 via Dave Mitchell)
* Update to Win32-0.44 from CPANJan Dubois2011-01-123-1/+5
|
* Update to Win32-0.43 from CPANJan Dubois2011-01-123-17/+31
|
* Update Term-UI to CPAN version 0.24Chris 'BinGOs' Williams2011-01-122-1/+8
| | | | | | | | [DELTA] Changes for 0.24 Wed Jan 12 13:16:01 GMT 2011 ===================================================== * Skip some tests if we are not on a terminal
* Update IO-Compress to CPAN version 2.033Chris 'BinGOs' Williams2011-01-1143-340/+493
| | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.033 11 Jan 2011 * Fixed typos & spelling errors. [perl# 81816] 2.032 4 Jan 2011 * IO::Uncompress::Base - An input file that had a valid header, and so would allow creation of the uncompression object, but was then followed by corrupt data would trigger an infinite loop when using the input line oprator. [RT #61915] * IO::Compress::Gzip - XFL default settings for max compression & fastest algorithm were the wrong way around. Thanks to Andrey Zholos for spotting this. * IO::Compress::Base::Common - Fixed precedence problem in parameter parsing code.
* Fix execute permissions on the last commitChris 'BinGOs' Williams2011-01-113-0/+0
|
* Update Compress-Raw-Zlib to CPAN version 2.033Chris 'BinGOs' Williams2011-01-117-10/+28
| | | | | | | | | | | | | [DELTA] 2.033 11 Jan 2011 * Fixed typos & spelling errors. [perl# 81782] 2.032 4 Jan 2011 * Document inflateReset [RT #61082]
* Update Compress-Raw-Bzip2 to CPAN version 2.033Chris 'BinGOs' Williams2011-01-115-10/+20
| | | | | | | | | | | | [DELTA] 2.033 11 Jan 2011 * Fixed typos & spelling errors. [perl# 81782] 2.032 4 Jan 2011 * No Changes
* Update DB_File to CPAN version 1.821Chris 'BinGOs' Williams2011-01-116-16/+21
| | | | | | | | | [DELTA] 1.821 10 January 2011 * Fixed typos & spelling errors. [perl #81792]
* Update CPANPLUS to CPAN version 0.9011Chris 'BinGOs' Williams2011-01-097-7/+9
| | | | | | | | | | | | [DELTA] Changes for 0.9011 Fri Jan 7 22:01:56 2011 ================================================ * Remove reporting $! after make test fails. It is misleading in test reports * Don't unset PERL_MM_USE_DEFAULT if it is already set in cpan2dist * Apply blead patches from Peter Acklam
* Update CPANPLUS-Dist-Build to CPAN version 0.52Chris 'BinGOs' Williams2011-01-092-2/+2
| | | | | | | [DELTA] 0.52 Fri Jan 7 22:23:03 GMT 2011 - Apply blead patch from Peter Acklam
* Update Term-UI to CPAN version 0.22Chris 'BinGOs' Williams2011-01-081-1/+1
| | | | | | | | [DELTA] Changes for 0.22 Fri Jan 7 21:55:38 GMT 2011 ===================================================== * Apply blead patch from Peter Acklam
* Update Params-Check to CPAN version 0.28Chris 'BinGOs' Williams2011-01-082-13/+12
| | | | | | | | [DELTA] Changes for 0.28 Fri Jan 7 21:52:28 2011 ============================================ * Apply blead patch from Peter Acklam
* Update Object-Accessor to CPAN version 0.38Chris 'BinGOs' Williams2011-01-082-21/+44
| | | | | | | | [DELTA] Changes for 0.38 Fri Jan 7 21:47:51 GMT 2011 ================================================= * Apply blead patch from Peter Acklam
* Update Module-Load-Conditional to CPAN version 0.40Chris 'BinGOs' Williams2011-01-081-1/+1
| | | | | | | | [DELTA] Changes for 0.40 Fri Jan 7 21:45:01 GMT 2011 ================================================= * Apply blead patch from Peter Acklam
* Update Log-Message to CPAN version 0.04Chris 'BinGOs' Williams2011-01-084-3/+7
| | | | | | | | [DELTA] Changes for 0.04 Fri Jan 7 21:41:00 GMT 2011 ================================================= * Apply blead patch from Peter Acklam
* Update IPC-Cmd to CPAN version 0.68Chris 'BinGOs' Williams2011-01-081-1/+1
| | | | | | | | [DELTA] Changes for 0.68 Fri Jan 7 21:08:58 GMT 2011 ================================================= * Apply blead patch from Peter Acklam
* Update File-Fetch to CPAN version 0.30Chris 'BinGOs' Williams2011-01-081-1/+1
| | | | | | | | [DELTA] Changes for 0.30 Fri Jan 7 21:00:27 2011 ================================================= * Apply blead patches from Peter Acklam
* Update Archive-Tar to CPAN version 1.76Chris 'BinGOs' Williams2011-01-083-3/+3
| | | | | | | [DELTA] * important changes in version 1.76 07/01/2011 - upstream blead patches from Peter Acklam
* Update Archive-Extract to CPAN version 0.48Chris 'BinGOs' Williams2011-01-082-4/+4
| | | | | | | | [DELTA] Changes for 0.48 Fri Jan 7 20:45:37 2011 ============================================ * upstream blead patches from Peter Acklam
* Fix typos (spelling errors) in cpan/Params-Check/*.Peter J. Acklam2011-01-072-5/+5
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81844] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81844 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/Archive*.Peter J. Acklam2011-01-074-19/+19
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81776] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81776 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/Term-UI/*.Peter J. Acklam2011-01-071-1/+1
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81862] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81862 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/Object-Accessor/*.Peter J. Acklam2011-01-072-7/+7
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81842] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81842 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/Module-Load-Conditional/*.Peter J. Acklam2011-01-072-3/+3
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81836] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81836 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/Log-Message/*.Peter J. Acklam2011-01-072-2/+2
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81828] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81828 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/IPC-Cmd/*.Peter J. Acklam2011-01-073-12/+12
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81814] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81814 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/File-Fetch/*.Peter J. Acklam2011-01-071-4/+4
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81802] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81802 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/CPANPLUS-Dist-Build/*.Peter J. Acklam2011-01-072-4/+4
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81790] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81790 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Fix typos (spelling errors) in cpan/CPANPLUS/*.Peter J. Acklam2011-01-0730-46/+47
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81788] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81788 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* [PATCH] Minor problem in cookie.tRainer Tammer2011-01-071-3/+3
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update Module::Metadata to 1.000003David Golden2011-01-061-8/+4
|
* Add Module::Metadata as a dual-life core moduleDavid Golden2011-01-065-0/+2538
| | | | | | | | This commit adds Module::Metadata 1.000002 as a dual-life module. It gathers package and POD information from Perl module files. It is a standalone module based on Module::Build::ModuleInfo for use by other module installation toolchain components. Module::Build::ModuleInfo has been deprecated in favor of this module instead.
* Update to Win32-0.42 from CPANJan Dubois2011-01-064-4/+8
|
* Add Perl::OSType as a dual-life core moduleDavid Golden2011-01-053-0/+298
| | | | | | | | | | | This commit adds Perl::OSType 1.002 as a dual-life module. It maps Perl operating system names (e.g. 'dragonfly' or 'MSWin32') to more generic types with standardized names (e.g. "Unix" or "Windows"). It has been refactored out of Module::Build and ExtUtils::CBuilder and consolidates such mappings into a single location for easier maintenance. c.f. http://www.nntp.perl.org/group/perl.perl5.porters/2010/05/msg160280.html
* Update CGI to CPAN version 3.51Chris 'BinGOs' Williams2011-01-0513-253/+573
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] Version 3.51 [NEW FEATURES] - A new option to set $CGI::Carp::TO_BROWSER = 0, allows you to explicitly exclude a particular scope from triggering printing to the browser when fatatlsToBrowser is set. (RT#62783, Thanks to papowell) - The <script> tag now supports the "charset" attribute. (RT#62907, Thanks to Fabrice Metge) - In CGI::Cookie, "Max-Age" is now supported for better spec compliance. (Mark Stosberg) [BUG FIXES] - Setting charset() now works for all content types, not just "text/*". (RT#57945, Thanks to Yanick and Gerv.) - support for user temporary directories ($HOME/tmp) was commented out in 2.61 but the documentation wasn't updated (Peter Gervai, Niko Tyni) - setting $CGITempFile::TMPDIRECTORY before loading CGI.pm has been working but undocumented since 3.12 (which listed it in Changes as $CGI::TMPDIRECTORY) (Peter Gervai, Niko Tyni) - unfortunately the previous change broke the runtime check for looking for a new temporary directory if the current one suddenly became unwritable (Peter Gervai, Niko Tyni) - A bug was fixed in CGI::Carp triggered by certain death cases in the BEGIN phase of parent classes. (RT#57224, Thanks to UNERA, Yanick Champoux, Mark Stosberg) - CGI::Cookie->new() now follows the documentation and returns undef if the -name and -value args aren't provided. This new behavior is also consistent with the docs and code of CGI::Simple::Cookie. (Mark Stosberg) - CGI::Cookie->parse() now trims leading and trailing whitespace from cookie elements as intended. The change also makes this part of the parsing identical to CGI::Simple::Cookie (Mark Stosberg) - Temp file handling was improved (RT#62762) [SECURITY] - Further improvements have been made to guard against newline injections in headers. (Thanks to Max Kanat-Alexander, Yanick Champoux, Mark Stosberg) [PERFORMANCE] - Make EBCDIC a compile-time constant so there's zero overhead (and less compiled code) in subroutines that test for it. (Tim Bunce) - If you just want to use CGI::Cookie, CGI.pm will no longer be loaded unless you call the bake() method, which requires it. (Mark Stosberg) [DOCUMENTATION] - quit referring to the <link> tag as being "rarely used". (Victor Sanders) - typo and whitespace fixes (RT#62785, thanks to scop@cpan.org) - The -dtd argument to start_html() is now documented (RT#60473, Thanks to giecrilj and steve@fisharerojo.org) - CGI::Carp doc are updated to reflect that it can work with mod_perl 2.0. - when creating a temporary file in the directory fails, the error message could indicate the root of the problem better (Peter Gervai, Niko Tyni) [INTERNALS] - Re-fixing https test in http.t. (RT#54768, thanks to SPROUT) - param_fetch no longer triggers a warning when called with no arguments (ysth, Mark Stosberg)
* remove cc_runtime.h from coreDavid Mitchell2011-01-052-2/+1
| | | | | It was only needed for B::CC, which was removed from core in 5.10.0
* build man pages on cygwin tooReini Urban2011-01-041-0/+10
|