summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Update Encode to CPAN version 2.41Chris 'BinGOs' Williams2010-12-2311-28/+61
| | | | | | | | | | | | [DELTA] $Revision: 2.41 $ $Date: 2010/12/23 11:05:58 $ lib/Encode/MIME/Header.pm Applied: RT#63387 encode of MIME-Header inserts too much whitespace http://rt.cpan.org/Ticket/Display.html?id=63387 t/Aliases.t lib/Encode/Alias.pm Applied: RT#63286: Various Encode::Alias improvements http://rt.cpan.org/Ticket/Display.html?id=63286
* add autodie tag :2.1001 for blead-updated versionZefram2010-12-191-0/+1
|
* bump Unicode-Normalize version for blead changesZefram2010-12-191-1/+1
|
* bump Unicode-Collate version for blead changesZefram2010-12-191-1/+1
|
* bump autodie version for blead test fixZefram2010-12-195-5/+5
|
* Update Archive-Tar to CPAN version 1.74Chris 'BinGOs' Williams2010-12-183-5/+5
| | | | | | | | [DELTA] * important changes in version 1.74 18/12/2010 - Skip extracting pax extended headers, reported as RT #64038
* Refactor ExtUtils::Constant's tests to pass cleanly on older versions.Nicholas Clark2010-12-171-11/+24
| | | | | | | Work round bugs with the value of ~0 on 5.005 built on 64 bit systems. Convert @INC to absolute paths on 5.6.x so that ExtUtils::Constant::Aaargh56Hash will load from blib. Remove $runperl, which is no longer needed.
* Refactor ExtUtils::Constant::Utils backwards compatibility code.Nicholas Clark2010-12-171-16/+20
| | | | | Avoid warnings from letting 5.005 even think about POSIX charclass constants in regexps, and use compile-time constants to enable backcompat features.
* Change ExtUtils::CBuilder upstream to bleadDavid Golden2010-12-1519-3060/+0
| | | | | | ExtUtils::CBuilder now has blead as its upstream repository. The distribution has been moved to the dist/ directory consistent with this change.
* Update Digest-SHA to CPAN version 5.50Chris 'BinGOs' Williams2010-12-148-28/+31
| | | | | | | | | | | [DELTA] 5.50 Tue Dec 14 06:20:08 MST 2010 - adopted convention that '-' always means STDIN -- actual filename '-' accessed as './-' -- accords with behavior of sha1sum/md5sum - corrected undefined subroutine oversight in shasum -- inadvertent migration of _bail() from SHA.pm
* Explicitly close filehandle in ExtUtils::CBuilder::have_compiler().Craig A. Berry2010-12-131-0/+1
| | | | | | | | | | | | | | A recent change removed the lexical scope that would have caused the lexical filehandle on the temporary source file to get closed automatically. If the filehandle is still open for write, you can't compile it or delete unless it's open for shared access, which is not the default on VMS (and deleting an open fle might be a problem on Windows as well). Without deleting the .c files, a subsequent make (even after a make realclean) will identify CBuilder as an XS extension and fail when it can't compile the non-existent CBuilder.c, which breaks the build for second and subsequent runs of a smoke test.
* Update ExtUtils-CBuilder to CPAN version 0.2802Chris 'BinGOs' Williams2010-12-1214-13/+20
| | | | | | | | | | | [DELTA] 0.2802 - Sun Dec 12 07:22:43 EST 2010 Fixed: - Incorporated another t/04-base.t fix from bleadperl [Chris Williams]
* Update Digest-SHA to CPAN version 5.49Chris 'BinGOs' Williams2010-12-128-67/+123
| | | | | | | | | | | | | [DELTA] 5.49 Sun Dec 12 07:22:04 MST 2010 - modified Addfile to accept all POSIX filenames -- standard allows all characters except NUL and '/' - updated shasum to more closely mimic sha1sum/md5sum -- added "backslash processing" to handle newlines and backslashes in filenames -- now accepts all POSIX filenames via Addfile -- thanks to Sean Burke for identifying edge cases
* fix various compiler warnings from XS codeZefram2010-12-111-2/+2
| | | | | | | | | | | Trivial changes to fix warnings of types * unclear precedence * assignment as conditional * signed/unsigned mixing * unused parameter/variable * value computed not used * wrong argument type for a printf format * variable may be used uninitialised (due to unhandled switch case)
* Update ExtUtils-CBuilder to CPAN version 0.2801Chris 'BinGOs' Williams2010-12-1114-13/+20
| | | | | | | | | | | [DELTA] 0.2801 - Wed Dec 8 21:36:56 EST 2010 Fixed: - Fixed spurious t/04-base.t failure when run from Perl core [David Golden]
* Update Win32 from CPAN (from 0.40 to 0.41)Jan Dubois2010-12-104-23/+64
|
* Localise temporary FHs in the EU::Constant testsFlorian Ragwitz2010-12-101-0/+3
| | | | | | This avoids makes them work on 5.6.2 again, where the fact that the "XS" glob is also used elsewhere in the tests triggered what seems to be a bug that causes *XS to lose it's "q" magic.
* Fix failing ExtUtils-CBuilder testDavid Golden2010-12-081-0/+1
| | | | | The change is also being applied upstream, but this will fix tests until the next EU::CB release is merged to blead
* Fix file permissions mangled by #0e5d25bfJan Dubois2010-12-082-0/+0
|
* Upgrade Win32 from CPAN (from 0.39 to 0.40)Jan Dubois2010-12-085-107/+675
| | | | | Yes, still has CR/LF line endings; I'll fix it in a CPAN release with no changes but the line-endings fix first.
* Update ExtUtils-CBuilder to CPAN version 0.2800Chris 'BinGOs' Williams2010-12-0719-119/+652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.2800 - Mon Dec 6 16:05:46 EST 2010 - No changes from 0.27_07 0.27_07 - Wed Sep 29 21:48:55 EDT 2010 Fixed: - Fixed t/02-link.t on perl < 5.8 0.27_06 - Mon Sep 27 15:29:54 EDT 2010 Fixed: - Preserves exit status on VMS [Craig Berry] - Fix Win32 split_like_shell escaping [Christian Walde] 0.27_05 - Wed Jul 28 15:29:59 EDT 2010 Fixed: - Tests no longer fail if user has set the CC environment variable 0.27_04 - Mon Jul 26 22:41:43 EDT 2010 Added: - handle c compiler and c++ compiler separately (adds requirement for IPC::Cmd) [Jens Rehsack] Others: - rely on File::Temp::tempfile and File::Spec::tmpdir to get unique file name for checking for compiler [Jens Rehsack] - Code base modernization and substantial code coverage improvments [Jim Keenan]
* Update Locale-Codes to CPAN version 3.15Chris 'BinGOs' Williams2010-12-0212-45/+75
| | | | | | | | | | [DELTA] 3.15 2010-12-02 sbeck * NEW CODE(s) * Added version number to Makefile.PL/Build.PL requirement for POD testing modules. RT 62247 * Changed 'use vars' to 'our'
* Upgrade Memoize from version 1.01_03 to 1.02Florian Ragwitz2010-11-299-96/+17
|
* Bump Time::HiRes version after 4edfaa8809ab489b9ce1c7936973edc2c80216db.Craig A. Berry2010-11-271-1/+1
|
* Skip multi-arg piped open in autodie test on VMS.Craig A. Berry2010-11-261-1/+1
| | | | | | Awaiting upstream integration at: https://rt.cpan.org/Ticket/Display.html?id=59123
* Fix Time::HiRes probes on VMS.Craig A. Berry2010-11-261-9/+1
| | | | | | | | We have not been correctly building this on VMS since the location was changed in core because we have not been able to loate include files. This mirrors the upstream patch at: https://rt.cpan.org/Ticket/Display.html?id=63363
* Update MIME-Base64 to CPAN version 3.13Chris 'BinGOs' Williams2010-11-265-10/+33
| | | | | | | | | | | | | | [DELTA] 2010-10-26 Gisle Aas <gisle@ActiveState.com> Release 3.13 The fix in v3.12 to try to preserve the SvUTF8 flag was buggy and actually managed to set the flag on strings that did not have it originally. This resolves the test failures for Encode::Encoder
* Update MIME-Base64 to CPAN version 3.12Chris 'BinGOs' Williams2010-11-266-32/+59
| | | | | | | | | | | | [DELTA] 2010-10-25 Gisle Aas <gisle@ActiveState.com> Release 3.12 Don't change SvUTF8 flag on the strings encoded [RT#60105] Documentation tweaks
* Update MIME-Base64 to CPAN version 3.11Chris 'BinGOs' Williams2010-11-255-128/+47
| | | | | | | | | | | | | | [DELTA] 2010-10-24 Gisle Aas <gisle@ActiveState.com> Release 3.11 Provide encode_base64url and decode_base64url functions to process the base64 scheme for "URL applications". The decode_base64() does not issue warnings on suspect input data any more.
* Update Unicode-Collate to CPAN version 0.68Chris 'BinGOs' Williams2010-11-2390-780/+2362
| | | | | | | | | | [DELTA] 0.68 Tue Nov 23 20:17:22 2010 - doc: clarified about (backwards => [ ]) and (backwards => undef). - separated t/backwds.t from t/test.t. - added cjk_b5.t, cjk_gb.t, cjk_ja.t, cjk_ko.t, cjk_py.t, cjk_st.t in t for CJK/*.pm without Locale.pm.
* Update IPC-Cmd to CPAN version 0.66Chris 'BinGOs' Williams2010-11-231-69/+68
| | | | | | | | | | [DELTA] Changes for 0.66 Tue Nov 23 12:10:24 GMT 2010 ================================================= * Apply documentation patch from Dan Dascalescu [RT # 63250] * Apply another documentation patch from Dan Dascalescu [RT #63251] * Fix an issue with _split_like_shell_win32() raised by tunakermit [RT #62961]
* 'Upgrade' to AutoLoader 5.71Steffen Mueller2010-11-201-1/+1
| | | | That release was a core => CPAN sync, so this is just a version bump.
* Update Archive-Tar to CPAN version 1.72Chris 'BinGOs' Williams2010-11-183-3/+3
| | | | | | | [DELTA] This merely brings the core and CPAN versions into sync. No code changes apart from version update.
* Get cpan/CGI/t/http.t working on VMS againFather Chrysostomos2010-11-161-3/+6
| | | | | | | This stopped working with the 84601d63a (the 3.50 upgrade). This patch was not applied to the CGI.pm repository until after the new release.
* Update references to targrep to ptargrep in ptargrepGrant McLean2010-11-161-3/+3
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update Archive-Tar to CPAN version 1.70Chris 'BinGOs' Williams2010-11-154-3/+191
| | | | | | | | | | | [DELTA] * important changes in version 1.70 15/11/2010 - Add ptargrep utility courtesy of Grant McLean ** I think I found everywhere that needed updating by grepping for 'ptardiff' and adding where needed. This stuff is definitively not intuitive.
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-0/+4
| | | | | It now only exists as a compatibility macro for extensions that want to introspect it.
* Update Unicode-Collate to CPAN version 0.67Chris 'BinGOs' Williams2010-11-1414-396/+639
| | | | | | | | | | | | | | | [DELTA] 0.67 Sun Nov 14 11:38:59 2010 - supported UCA_Version 22 for Unicode 6.0.0. * 2B740..2B81D are new CJK unified ideographs. * noncharacters (e.g. U+FFFF) should be overridable, not be ignored. ! DUCET is NOT updated, as no maint perl supports Unicode 6.0.0. Thus the default UCA_Version is still 20. - added t/nonchar.t. - improved discontiguous contractions of 3 or more characters. (e.g. 0FB2 0F71 0F80 and 0FB3 0F71 0F80) - auxiliary: now 'mklocale' also copes with Korean.pm according to DUCET.
* Update Pod-Simple to CPAN version 3.15Chris 'BinGOs' Williams2010-11-1234-57/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2010-11-11 David E. Wheeler <david@justatheory.org> * Release 3.15 Removed "perlpod.pod" and "perlpodspec.pod". These now just live in the Perl core. Fixed stylesheet names output by HTMLBatch to match the names of the actual stylesheet files (broken in 3.09). Thanks to Kevin Ryde for the report (RT #56725). Added missing closing slash to the CSS links in the XHTML output. Thanks to HarleyPig for the patch! Added parens around bar "qw(...)" in t/xhtml05.t. Thanks to Jerry D. Hedden for the patch. Improved the Pod::Simple::HTML docs. Thanks to Gabor Szabo for the patch. Pod::Simple::XHTML now properly encodes entities in URLs in the anchor tag. Thanks to John McNamara for the report (RT-60249). Pod::Simple::HTML and XHTML now strip whitespace from the end of section names that appear as anchor names for headers (in HTML) and IDs (in XHTML). Such whitespace appeared when "X<>" entities were stripped out but not the space between them (RT-56572). Make test "t/search50.t" always pass on case-insensitive file systems rather than just skip VMS.
* Update MIME-Base64 to CPAN version 3.10Chris 'BinGOs' Williams2010-11-126-4/+173
| | | | | | | | | [DELTA] Release 3.10 Provide functions to calculate the length of encoded and decoded base64 strings [RT#62404]
* Move ExtUtils-Command from cpan/ to dist/Florian Ragwitz2010-11-094-708/+0
| | | | Randy Kobes passed away recently, so let's have p5p maintain it for now.
* Move ExtUtils-Manifest from cpan/ to dist/Florian Ragwitz2010-11-093-1353/+0
| | | | Randy Kobes passed away recently, so let's have p5p maintain it for now.
* Update CGI.pm to CPAN version 3.50Chris 'BinGOs' Williams2010-11-094-24/+57
| | | | | | | | | | | | | | | | | | | | | | [DELTA] Version 3.50 [SECURITY] 1. The MIME boundary in multipart_init is now random. Thanks to Byron Jones, Masahiro Yamada, Reed Loden, and Mark Stosberg 2. Further improvements to handling of newlines embedded in header values. An exception is thrown if header values contain invalid newlines. Thanks to Michal Zalewski, Max Kanat-Alexander, Yanick Champoux, Lincoln Stein, Fr�d�ric Buclin and Mark Stosberg [DOCUMENTATION] 1. Correcting/clarifying documentation for param_fetch(). Thanks to Ren�e B�cker. (RT#59132) [INTERNALS] 1. Fixing https test in http.t. (RT#54768) 2. Tests were added for multipart_init(). Thanks to Mark Stosberg and CGI::Simple.
* Update File-Fetch to CPAN version 0.28Chris 'BinGOs' Williams2010-11-072-8/+67
| | | | | | | | | [DELTA] Changes for 0.28 Sun Nov 7 21:22:26 2010 ================================================= * Added support for FreeBSDs 'fetch' command for both http and ftp schemes.
* Update Unicode-Collate to CPAN version 0.66Chris 'BinGOs' Williams2010-11-0712-80/+1885
| | | | | | | | | | | | | | | [DELTA] 0.66 Sun Nov 7 10:47:30 2010 - U::C::Locale newly supports locale: ko. - added Unicode::Collate::CJK::Korean for ko. - added t/loc_ko.t. - 12 compat. ideographs (e.g. U+FA0E) are treated as unified ideographs. (though DUCET also does it, now Unicode::Collate does it without DUCET.) - added t/compatui.t. ! Ideographs Ext.B (U+20000..U+2A6D6) can be overrided with UCA_Version 8. This is a long-standing behavior from Unicode::Collate 0.11 to 0.63. A wrong fix at 0.64 should be abandoned.
* Update File-Fetch to CPAN version 0.26Chris 'BinGOs' Williams2010-11-072-6/+92
| | | | | | | | | [DELTA] Changes for 0.26 Sat Nov 6 23:30:59 2010 ================================================= * Added support for HTTP::Lite * Resolved issue with '-l' switch and iosock fetch
* Update Unicode-Collate to CPAN version 0.65Chris 'BinGOs' Williams2010-11-0319-24/+8614
| | | | | | | | | | | | [DELTA] 0.65 Wed Nov 3 13:10:20 2010 - U::C::Locale newly supports locale: zh and its some variants. (zh__big5han, zh__gb2312han, zh__pinyin, zh__stroke) - added Unicode::Collate::CJK::Big5 for zh__big5han. - added Unicode::Collate::CJK::GB2312 for zh__gb2312han. - added Unicode::Collate::CJK::Pinyin for zh__pinyin. - added Unicode::Collate::CJK::Stroke for zh__stroke.
* Update parent to CPAN version 0.224Chris 'BinGOs' Williams2010-11-011-6/+6
| | | | | | | | | | | [DELTA] 0.224 20101031 . Change assignment @ISA = (@ISA, 'new::class') to use push @ISA, 'new::class' This should make class creation faster from 5.10 onwards and reverts a change made in 2.14. If this is critically slow for you and you can't upgrade your version of Perl, use the old way.
* Update Unicode-Collate to CPAN version 0.64Chris 'BinGOs' Williams2010-10-3113-202/+4274
| | | | | | | | | | | | [DELTA] 0.64 Sun Oct 31 14:17:29 2010 - U::C::Locale newly supports locale: ja. - added Unicode::Collate::CJK::JISX0208 for ja. - a subroutine specified in 'overrideCJK' or 'overrideHangul' is allowed to return an integer or undef value. - fix: Ideographs Ext.A are assigned since UCA Version 9 (Unicode 3.1). This fix should affect only the case of (UCA_Version => 8).
* Update CPANPLUS to CPAN version 0.9010Chris 'BinGOs' Williams2010-10-296-5/+13
| | | | | | | | | | | | | | | | | [DELTA] CHanges for 0.9010 Thu Oct 28 23:20:19 2010 ================================================ * Added PERL_MM_OPT to the CPANPLUS-Dist-MM test to hopefully resolve RT#57241 which relates to local::lib and cpanm Changes for 0.9009 Mon Oct 25 21:03:39 2010 ================================================ * Resolve issues with the SQLite source engine Changes for 0.9008 Mon Oct 25 17:01:34 2010 ================================================ * Normalise prereqs version strings before resolving prereqs