| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Turning off -b (ignore whitespace) revealed a whitespace difference lurking
in blead's copy of a NEXT test file, which there is no need for.
Turning on --binary revealed EOL differences in numerous Win32API-File
files. Hopefully a future CPAN release will fix those since the files in
its GitHub repo match blead as far as EOLs go already.
|
|
|
|
|
|
|
|
|
|
| |
This incorporates blead's code differences, but one "customization" remains
because of EOL issues, which I've sent a pull request upstream to fix.
The latest release also moves the .pm file into the usual place, so the MAP
is no longer required.
There are no code changes here, so no code freeze violation.
|
|
|
|
| |
This incorporates all current blead customizations.
|
| |
|
| |
|
|
|
|
| |
Also remove a stray file that was in core when it was listed as EXCLUDED.
|
| |
|
|
|
|
|
| |
This incorporates the blead customizations, with no other changes except
the version bump.
|
|
|
|
|
|
| |
The core modules Locale::Country, Locale::Language, and Locale::Currency (all
part of the Locale-Codes distribution) should be updated on a regular basis.
They contain "codes" from various Internet standards which change over time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.45
-----------------------
* Revert behaviour of the combination of <> and pass_through to what
is was in 2.42.
Thanks to Wilson Snyder to provide enhancements to the documentation
to clarify why <> and pass_through generally is a bad idea.
It is, however, very unfortunate to hear from users that their
programs *depend* on the undocumented pre-2.43 behaviour.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.44
-----------------------
* Be gentle to the user community and turn fix 92462 into a warning.
This may be changed back to error in some future release.
|
|
|
|
|
|
|
| |
[DELTA]
1.11 Tue Feb 17 21:23:03 2015
- XS: [rt.cpan.org #102024] remove extranous const casting
|
|
|
|
|
|
|
|
| |
[DELTA]
2.018 2015/02/12 13:42:41
[BUGFIXES]
* Fix for "addr is not a string" test to use SvPOKp() before 5.18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
3.25 - Thu Feb 12 03:06:43 UTC 2015
* No changes - roll an official
release for inclusion in Perl 5.22
3.24_02 - Wed Jan 21 03:12:37 UTC 2015
* Dave Mitchell sent a patch to reduce stderr spam
during core perl builds. Resolves RT#101493
* Make perldoc honor the MANPAGER environment
variable as documented. Resolves RT#100933
* Decode command line arguments at UTF-8 data.
Resolves RT#9806
3.24_01 - Wed Sep 10 03:13:58 UTC 2014
* The 'ToTerm' backend generates terminal escape sequences that
the 'less' pager does not display by default. The "-R" option
controls this, so pass it in the LESS environment variable
to avoid disturbing other pager invocations. Patch by
Niko Tyni. Closes RT#98636
* Unify filehandle opens and encoding into two methods
'open_fh' and 'set_encoding'. Based on a pull request
by Koichi KUBO. Closes RT#98019 better than c3fd47f :)
* Applied PR by Olivier Mengué to 'use parent' instead
of 'use base'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
10-Feb-2015 Marek Rouchal <marekr@cpan.org>
-----------------------------------------------------------------------------
Version 1.63
+ CPAN#101847: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60
increased VERSION in all *.pm files
+ CPAN#98610: Pod::Find should skip also object directories of modern vc
systems (.git, .hg)
implemented in Pod::Find
Thanks for the reports and patches!
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.23 - 11 Feb 2015, H.Merijn Brand
* Update copyright to 2015
* Add summary tests
* Remove perl recommendation from META as it breaks cpan clients
* Move repo to github
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2.017 2015/02/10 12:05:14
[CHANGES]
* Added some more SO_* constants defined on Linux (thanks
Ronald van Dorp)
[BUGFIXES]
* Remember to SvGETMAGIC in getnameinfo() (RT79557)
* Quiet some compiler warnings (RT101495, RT100736)
* Fix "Attempt to free unreferenced scalar" warnings (RT78626, et.al.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
$Revision: 2.70 $ $Date: 2015/02/05 10:53:00 $
! Makefile.PL
add bin/encguess to EXE_FILES
2.69 2015/02/05 10:35:11
! bin/encguess
Refactored so that
* does not depend on non-core module (File::Slurp in particular)
* PODified document
* -s "encA encB" to -s encA,encB which is more shell-friendly
* and more
! MANIFEST
+ bin/encguess
Pulled: Added CLI wrapper for Encode::Guess
https://github.com/dankogai/p5-encode/pull/32
! Unicode/Unicode.pm
Pulled: Bump $VERSION in module changed since Encode-2.60
https://github.com/dankogai/p5-encode/pull/31
|
| |
|
|
|
|
| |
To keep Porting\cmpVERSION.pl --tag v5.20.1 happy.
|
|
|
|
| |
Already noted as CUSTOMIZED by 3e669301f0 (which omitted the $VERSION bump).
|
|
|
|
| |
To keep Porting\cmpVERSION.pl --tag v5.18.4 happy.
|
|
|
|
| |
To keep Porting\cmpVERSION.pl --tag v5.18.4 happy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.054 2015-01-27 07:18:19-05:00 America/New_York
[ADDED]
- Added more fallback paths to find CA files (thanks golang)
[DOCUMENTED]
- Fixed a typo
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
1.008 2015-01-26 22:12:22-05:00 America/New_York
[ADDED]
- Added 'minix' as a Unix-type OS (Chris Williams)
|
|
|
|
|
| |
This is so we can have C++ mode builds on Windows without having to wait
for a new CPAN release of Win32API-File.
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.51 [2015-01-26]
- Win32-0.50 was released to CPAN from an out-dated Git repo, so
didn't actually include the merged pull requests.
0.50 [2015-01-26]
- add GetOSName support for Windows 8.1 (thanks to Tony Cook) [PR/6]
- Fix build in C++ mode (thanks to Steve Hay and Daniel Dragan) [PR/7]
|
| |
|
|
|
|
|
|
|
|
|
| |
5.021009 20152015-01-25 22:36:24Z
* many updates to vendor and tool details in perlfaq3 (Michiel Beijen)
* distribution version bumped to match the first blead version it will be
included in (5.021009)
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2.132 2015-01-22 17:09:19-05:00 America/New_York
[FIXED]
- Precision of version requirement "0.00" is preserved when merging
requirements.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2015-01-13 David E. Wheeler <david@justatheory.org>
* Release 3.29
NOTE: This will be the last release of Pod::Simple to support versions
of Perl earlier than 5.6.
Fixed test failure for unsupported encoding on Perl 5.6.
Removed unnecessary dependency on constant. Reported by Petr Pisar
(RT #85578).
Many documentation and comment typos fixed by David Steinbrunner.
Fixed issue when an encoding is declared via an '=encoding' directive
*after* Pod::Simple has already detected an encoding. Thanks to
Graham Knop for the patch and Patrice Dumas for the tests.
Added '>&STDERR' as an output to better emulate
Pod::Parser::parse_from_file(). Florent Angly.
Tidied the description of the different Pod::Simple interfaces,
with greater emphasis on the four different steps to subclassing.
Florent Angly.
Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow
specification of a custom top anchor format. Gabor Szabo.
Fixed the text formatter to properly set the Text::Wrap overflow policy.
Thanks to Nigel Metheringham for the fix!
Fixed mis-matched quotation marks when adding JavaScript elements
to the XHTML output. Patch from jonathancast.
Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull
Request #58).
Fixed bug where the value passed to Pod::Simple::XHTML's
html_css() method would be output twice. Thanks to Andrew Johnson
for the report (RT #99303).
Documented the 'recurse' attribute of Pod::Simple::Search.
Thanks to Jim Keenan for the report (RT #91886).
An error is no longer thrown when '=encoding' directives are found
on subsequent lines. Instead, we now log a an error message,
"Cannot have multiple =encoding directives" (RT #91757).
The HTML and XHTML formatters now do a better job of preserving
lines in 'begin html' blocks. Fixes a bug that dates from 2002
(Perl RT#9385, CPAN RT #91851).
Collateral damage to 3 tests under ext/Pod-Html/.
|
| |
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.64 Sat Jan 17 13:33:57 GMT 2015
* Resolve an edge-case with DEPRECATED
[ https://rt.cpan.org/Public/Bug/Display.html?id=101555 ]
|
|
|
|
|
|
|
|
| |
[DELTA]
3.28 - 2015-01-16
* Update MANIFEST for regened base/todo files
|
|
|
|
|
|
|
|
| |
[DELTA]
1.10 Thu Jan 15 21:37:58 2015
- XS: const &c [rt.cpan.org #101170] [PATCH]
- Makefile.PL: [rt.cpan.org #101500] [PATCH]
|
|
|
|
|
|
|
|
| |
[DELTA]
3.35 2015-01-14
- Fix prove --version to actually print the version (Leon Timmermans, #101216)
- Add --version to usage message (Leon Timmermans, #101215)
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
3.27 - 2015-01-13
* Regen base and todo files.
* Fix isASCII and isCNTRL for <5.6.0
* Other minor fixups.
(Thanks to mhx for all of the work on this release)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes in version 2.43
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=92462
* Implement enhancement
https://rt.cpan.org/Public/Bug/Display.html?id=101537
* Fix the Getopt::Long part of bug
https://rt.cpan.org/Ticket/Display.html?id=100335
|
|
|
|
|
|
|
|
| |
[DELTA]
3.05 2015-01-12
- Fixed infinite loop in Net::SMTP::auth(). [CPAN RT#100235]
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2015-01-12 Gisle Aas <gisle@ActiveState.com>
Release 3.15
Avoid compilation warnings on Windows.
Restore compatibility with perl-5.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2015-01-12 Gisle Aas <gisle@ActiveState.com>
Release 2.54
David Mitchell: silence some compiler warnings
Jonathan Hall: Add ->context() feature
Steve Hay: Sync with blead
bulk88: const the vtable
zefram: 5.6 threads test fix
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.36 2014/01/10 20:54:58
[BUGFIXES]
* Always bind() on MSWin32 because Windows doesn't like it if we
listen() having not done so (RT101396)
|
|
|
|
|
|
|
|
| |
[DELTA]
5.95 Sat Jan 10 12:15:36 MST 2015
- modified the bit-ordering test (ref. t/bitorder.t)
-- supplied directory-change preamble for CORE builds
|