platform/upstream/perl.git
13 years agoperlrequick: /o no longer needed
Karl Williamson [Sat, 2 Apr 2011 04:15:04 +0000 (22:15 -0600)]
perlrequick: /o no longer needed

This is wrong, and doesn't belong in an introductory document

13 years agoperlrequick: Capitalize Perl when used as a noun
Karl Williamson [Sat, 2 Apr 2011 04:05:28 +0000 (22:05 -0600)]
perlrequick: Capitalize Perl when used as a noun

This is for consistency with other pods

13 years agoperlreref: Fix column in table
Karl Williamson [Sat, 2 Apr 2011 04:01:52 +0000 (22:01 -0600)]
perlreref: Fix column in table

13 years agoperlreref: Update for 5.14 changes
Karl Williamson [Sat, 2 Apr 2011 04:01:25 +0000 (22:01 -0600)]
perlreref: Update for 5.14 changes

13 years agoUpdate HTTP::Tiny’s version in perldelta
Father Chrysostomos [Fri, 1 Apr 2011 13:17:52 +0000 (06:17 -0700)]
Update HTTP::Tiny’s version in perldelta

13 years agoUpdate HTTP::Tiny to CPAN version 0.012
David Golden [Thu, 31 Mar 2011 19:59:44 +0000 (15:59 -0400)]
Update HTTP::Tiny to CPAN version 0.012

HTTP::Tiny 0.011 fails to mirror files correctly on MSWin32, preventing
CPAN bootstrapping over HTTP with just core Perl.  This is fixed in CPAN
version 0.012.

[DELTA]

0.012     2011-03-31 15:48:02 America/New_York

  [BUG FIXES]

  - mirror() now uses binmode during output (RT #67118) [Serguei Trouchelle]

  [DOCUMENTATION]

  - noted that SSL certificates are not verified against CA's
    (RT #66907)

13 years agoperldelta: uc/lc(first) fix [perl #87336]
Father Chrysostomos [Fri, 1 Apr 2011 03:41:43 +0000 (20:41 -0700)]
perldelta: uc/lc(first) fix [perl #87336]

13 years agoperlretut: /o no longer very useful
Karl Williamson [Thu, 31 Mar 2011 17:58:56 +0000 (11:58 -0600)]
perlretut: /o no longer very useful

perlretut still says /o is needed to prevent regex re-compilation in
loops.

13 years agoperlretut: Remove references to Unicode blocks
Karl Williamson [Thu, 31 Mar 2011 17:21:28 +0000 (11:21 -0600)]
perlretut: Remove references to Unicode blocks

blocks are mostly useless, and not suitable for an introduction
to regular expressions.  It was not always the case, as in very early
Unicode these were the best approximation to the much more useful
Script concept.  But that changed 10 or so years ago.

13 years agoperlretut: nits
Karl Williamson [Thu, 31 Mar 2011 16:44:29 +0000 (10:44 -0600)]
perlretut: nits

13 years agoperlretut: Emphasize difference of /r
Karl Williamson [Thu, 31 Mar 2011 16:41:51 +0000 (10:41 -0600)]
perlretut: Emphasize difference of /r

13 years agoperlretut: Use generic Unicode web page link
Karl Williamson [Thu, 31 Mar 2011 16:28:02 +0000 (10:28 -0600)]
perlretut: Use generic Unicode web page link

Use the link to Unicode that gives the latest version, whatever it might be

13 years agoperlretut: Mention 'alert' for \a
Karl Williamson [Thu, 31 Mar 2011 15:30:04 +0000 (09:30 -0600)]
perlretut: Mention 'alert' for \a

13 years agoperlretut: Add info about \N
Karl Williamson [Thu, 31 Mar 2011 15:05:30 +0000 (09:05 -0600)]
perlretut: Add info about \N

13 years agoencoding(utf8) isn't case or dash sensitive
Karl Williamson [Thu, 31 Mar 2011 00:55:58 +0000 (18:55 -0600)]
encoding(utf8) isn't case or dash sensitive

13 years agoperluniintro: bytes.pm is not deprecated
Karl Williamson [Thu, 31 Mar 2011 00:44:42 +0000 (18:44 -0600)]
perluniintro: bytes.pm is not deprecated

13 years ago[perl #87336] lc/uc(first) fail to taint the returned string
Father Chrysostomos [Thu, 31 Mar 2011 13:28:49 +0000 (06:28 -0700)]
[perl #87336] lc/uc(first) fail to taint the returned string

This bug was caused by change 28011 (ec9af7d), which stopped pp_lc
from using sv_setsv_flags, thereby bypassing these two lines at the
end of that function:
    if (SvTAINTED(sstr))
SvTAINT(dstr);

Change 28012 (6730619) did exactly the same thing to pp_uc.

28013 (d54190f) broke ucfirst and lcfirst.

This commit simply puts that taint logic at the end of the pp_*
functions.

13 years agoEncode::Guess is iffy
Karl Williamson [Thu, 31 Mar 2011 01:03:13 +0000 (19:03 -0600)]
Encode::Guess is iffy

13 years agoperlrecharclass: /dual are suffix in 5.14
Karl Williamson [Thu, 31 Mar 2011 02:02:28 +0000 (20:02 -0600)]
perlrecharclass: /dual are suffix in 5.14

So there is no need to avoid using the / form for them.

13 years agoperlrecharclass: Mention UCD::num()
Karl Williamson [Thu, 31 Mar 2011 01:26:38 +0000 (19:26 -0600)]
perlrecharclass: Mention UCD::num()

13 years ago/dual are available in 5.14 as suffix after all
Karl Williamson [Wed, 30 Mar 2011 22:35:14 +0000 (16:35 -0600)]
/dual are available in 5.14 as suffix after all

13 years agoRemoved my name from README.aix
H.Merijn Brand [Wed, 30 Mar 2011 05:48:05 +0000 (07:48 +0200)]
Removed my name from README.aix

As Jan said, we all contribute, and I do not like to receive mail
with questions regarding an OS that I hate  but still have to use
for company purposes.

13 years agoperluniintro: Update for 5.14
Karl Williamson [Wed, 30 Mar 2011 04:00:18 +0000 (22:00 -0600)]
perluniintro: Update for 5.14

This includes some edits that I believe clarify the original language.

13 years agoperlfunc: Note utf8 discrepancy in quotemeta
Karl Williamson [Wed, 30 Mar 2011 03:59:05 +0000 (21:59 -0600)]
perlfunc: Note utf8 discrepancy in quotemeta

13 years agoperldelta: Explain link to Selected Bug FIxes
Father Chrysostomos [Tue, 29 Mar 2011 04:45:23 +0000 (21:45 -0700)]
perldelta: Explain link to Selected Bug FIxes

13 years agoperldelta: Update Pod::Html’s version
Father Chrysostomos [Tue, 29 Mar 2011 04:26:17 +0000 (21:26 -0700)]
perldelta: Update Pod::Html’s version

13 years agoAdd Gene Sullivan to AUTHORS
Father Chrysostomos [Tue, 29 Mar 2011 03:44:59 +0000 (20:44 -0700)]
Add Gene Sullivan to AUTHORS

13 years agoperldelta: Update the bignum version
Father Chrysostomos [Tue, 29 Mar 2011 03:43:55 +0000 (20:43 -0700)]
perldelta: Update the bignum version

13 years agoVersions bumps after the prev commit
Father Chrysostomos [Tue, 29 Mar 2011 03:43:01 +0000 (20:43 -0700)]
Versions bumps after the prev commit

13 years ago[perl #87216] POD typo in bigint, bignum and bigrat pragmas
gene sullivan [Tue, 29 Mar 2011 03:42:16 +0000 (20:42 -0700)]
[perl #87216] POD typo in bigint, bignum and bigrat pragmas

The POD has a typo in the following three pragmas:
    bigint
    bignum
    bigrat

The typo is similar for each pragma: CAVAETS should be changed to CAVEATS.

13 years ago[perl #87128] Unclear note about \Q, etc., in perlretut
Father Chrysostomos [Tue, 29 Mar 2011 01:04:10 +0000 (18:04 -0700)]
[perl #87128] Unclear note about \Q, etc., in perlretut

13 years ago[perl #86566] Allow Pod::Html to write to STDOUT again
David Leadbeater [Tue, 29 Mar 2011 00:59:59 +0000 (17:59 -0700)]
[perl #86566] Allow Pod::Html to write to STDOUT again

7319fd7 introduced lexical file handles but also switched to 3 arg
open; Pod::Html was relying on 2 arg open's behaviour to make '-' mean
STDOUT.

There was also a single quoted argument that obviously needed to be
interpolated.

13 years agoMake the request to fix rather than report bugs in microperl politer.
Nicholas Clark [Sat, 26 Mar 2011 21:44:42 +0000 (21:44 +0000)]
Make the request to fix rather than report bugs in microperl politer.

Expand it slightly to clarify why bare bug reports aren't likely to get acted
upon.

13 years agomicroperl: Define need_va_copy
David Leadbeater [Mon, 7 Mar 2011 21:06:21 +0000 (21:06 +0000)]
microperl: Define need_va_copy

This is needed on some platforms and shouldn't hurt on others, so
define it.

13 years agoFor microperl, add uconfig64.sh, with values suitable for an LP64 platform.
Nicholas Clark [Sat, 26 Mar 2011 21:22:55 +0000 (21:22 +0000)]
For microperl, add uconfig64.sh, with values suitable for an LP64 platform.

Add instructions on how to use it to README.micro.

There's rather too much size-specific in perl's configuration to make it viable
to have a single uconfig.sh that will work "properly" on both LP32 and LP64
platforms. It seems best to ship the default as LP32 (which is correct for
Win32 (although I don't know if microperl yet builds on Win32)), and provide
just a config.sh file for LP64, as most (all?) 64 bit *nix platforms are LP64,
and can run the shell commands to generate a uconfig.h from it.

(Win64 is LLP64, so uconfig64.sh isn't going to be right for it, so the
inability of Win64 to generate uconfig.h from uconfig64.sh isn't a problem)

13 years agomicroperl should use *signed* char for i8, as (plain) char might be unsigned.
Nicholas Clark [Sat, 26 Mar 2011 20:59:15 +0000 (20:59 +0000)]
microperl should use *signed* char for i8, as (plain) char might be unsigned.

13 years agoFix *printf %ld handling for microperl (and other obscure platforms)
Nicholas Clark [Wed, 23 Mar 2011 12:18:20 +0000 (12:18 +0000)]
Fix *printf %ld handling for microperl (and other obscure platforms)

07208e09d4435b4e accidentally moved the implicit q = q + 1 into conditionally
compiled code, which is compiled most everywhere else, except miniperl. Without
the increment of q, formats such as 'ld' were not being recognised as formats.
This was noticed because the tokeniser implements __LINE__ by converting to a
string using %ld.

13 years agoAdd very simple microtest for microperl
Nicholas Clark [Tue, 22 Mar 2011 16:55:18 +0000 (16:55 +0000)]
Add very simple microtest for microperl

For now, all the tests we run don't use Config, so don't try to build it first.
[Hence this is about half of the original commit by David Leadbeater, which
did build Config, from config.sh]

There's an unresolved problem with building Config - building Config.pm etc
from config.sh won't reflect the capabilities of the microperl being tested,
so that argues for the right solution to be adapting configpm to be able to use
uconfig.sh instead. But doing that means that when building and (re)testing
"regular" perl, we could end up with a build tree with lib/Config.pm "up to
date", as far as make is concerned, but totally the wrong contents in reality.
Tests will fail, heads will be scratched, time will be wasted, etc.

13 years agomicroperl: Fix patch_uconfig target
David Leadbeater [Mon, 7 Mar 2011 19:29:57 +0000 (19:29 +0000)]
microperl: Fix patch_uconfig target

Previously it tried to patch 'uconfig.shx', now it patches
'uconfig.sh' as documented.

13 years agoDefault microperl to no optimisation.
Nicholas Clark [Tue, 22 Mar 2011 16:30:02 +0000 (16:30 +0000)]
Default microperl to no optimisation.

Previously it was -O2, which is potentially a gcc-ism. -Os also has the
potential to be "portability challenged". Whilst -O should work everywhere,
as microperl is intended as a least-assumptions bootstrapping approach, it
seems best to make no assumptions about the compiler's optimiser.

13 years agomicroperl: Define NO_MATHOMS to save ~10k
Nicholas Clark [Tue, 22 Mar 2011 13:57:36 +0000 (13:57 +0000)]
microperl: Define NO_MATHOMS to save ~10k

(Half of a single commit by David Leadbeater)

13 years agoDefine memset() for microperl
David Leadbeater [Mon, 7 Mar 2011 19:26:20 +0000 (19:26 +0000)]
Define memset() for microperl

13 years agoCheck if microperl's version in uconfig.sh/h needs bumping
David Leadbeater [Mon, 7 Mar 2011 19:08:55 +0000 (19:08 +0000)]
Check if microperl's version in uconfig.sh/h needs bumping

13 years agomicroperl: Up versions in uconfig.sh to 5.13
David Leadbeater [Mon, 7 Mar 2011 19:34:37 +0000 (19:34 +0000)]
microperl: Up versions in uconfig.sh to 5.13

13 years agoProtect sv_collxfrm in mathoms.c with a USE_LOCALE_COLLATE ifdef
David Leadbeater [Mon, 7 Mar 2011 18:56:50 +0000 (18:56 +0000)]
Protect sv_collxfrm in mathoms.c with a USE_LOCALE_COLLATE ifdef

It calls sv_collxfrm_flags which is only defined if USE_LOCALE_COLLATE
is set.

13 years agomicroperl: On (at least) OS X and Linux stddef.h is needed for ptrdiff_t
David Leadbeater [Mon, 7 Mar 2011 18:54:21 +0000 (18:54 +0000)]
microperl: On (at least) OS X and Linux stddef.h is needed for ptrdiff_t

This shouldn't hurt on other system either.

13 years agoMicroperl doesn't do signal handlers, ifdef some handling code
David Leadbeater [Mon, 7 Mar 2011 18:45:09 +0000 (18:45 +0000)]
Microperl doesn't do signal handlers, ifdef some handling code

13 years agomicroperl: Update generate_uudmap in Makefile.micro
David Leadbeater [Mon, 7 Mar 2011 18:40:55 +0000 (18:40 +0000)]
microperl: Update generate_uudmap in Makefile.micro

Makefile.micro hadn't kept up with the changes for generate_uudmap,
make it match the real Makefile.

13 years agoDon't automatically regenerate uconfig.h as part of the microperl build.
Nicholas Clark [Tue, 22 Mar 2011 15:55:47 +0000 (15:55 +0000)]
Don't automatically regenerate uconfig.h as part of the microperl build.

This avoids limiting microperl to platforms with a Bourne shell. It also
avoids automated build tools modifying distribution files as part of the
default build targets.

Now that we have a regression test to ensure that uconfig.h is up to date,
the version as shipped will be consistent with uconfig.sh. README.micro
already instructs people to run `make -f Makefile.micro regen_uconfig` if
they edit uconfig.sh, so no change needed there.

13 years agoAdd regen/uconfig_h.pl to regenerate uconfig.h
Nicholas Clark [Tue, 22 Mar 2011 15:53:20 +0000 (15:53 +0000)]
Add regen/uconfig_h.pl to regenerate uconfig.h

Most of the work is done by config_h.SH, but the wrapper is needed to add the
digest lines, so that t/porting/regen.t can verify that it's up to date.
I think that we need to take the "digest" approach, rather than "build to a
temporary file during testing", as we can't rely on a working Unix shell on
all platforms, and we couldn't even be sure that we get the skip list correct.

13 years agoExtract read_only_bottom() from read_only_bottom_close_and_rename()'s code.
Nicholas Clark [Tue, 22 Mar 2011 15:27:56 +0000 (15:27 +0000)]
Extract read_only_bottom() from read_only_bottom_close_and_rename()'s code.

13 years agoRegenerate uconfig.h
Nicholas Clark [Tue, 22 Mar 2011 14:12:45 +0000 (14:12 +0000)]
Regenerate uconfig.h

It is almost 26 months out of date.

13 years agoDocs: perlsyn.pod Use dominant American spelling consistently.
Michael Witten [Mon, 28 Mar 2011 00:24:52 +0000 (17:24 -0700)]
Docs: perlsyn.pod Use dominant American spelling consistently.

The `z' in words like `optimize' appears to be already dominant
in this document; the few uses of the British `s' have been
replaced.

13 years agoDocs: Use the symbol `C<< < >>' rather than `less-than'.
Michael Witten [Mon, 28 Mar 2011 00:22:13 +0000 (17:22 -0700)]
Docs: Use the symbol `C<< < >>' rather than `less-than'.

Thanks to Tom Christiansen for pointing out that the original
replacement:

  C< < >

does not ignore the whitespace.

See:

  Message-ID: <28746.1301262347@chthon>

Signed-off-by: Michael Witten <mfwitten@gmail.com>
13 years agoperldelta: wording
Father Chrysostomos [Sun, 27 Mar 2011 23:43:19 +0000 (16:43 -0700)]
perldelta: wording

13 years agoperldelta: Incorporate the local $_ entry from 658a9f3
Father Chrysostomos [Sun, 27 Mar 2011 23:40:26 +0000 (16:40 -0700)]
perldelta: Incorporate the local $_ entry from 658a9f3

13 years agoperldelta: Mention the split/@_ change in Errata
Father Chrysostomos [Sun, 27 Mar 2011 23:36:25 +0000 (16:36 -0700)]
perldelta: Mention the split/@_ change in Errata

13 years agoperldelta: Yet another set of formatting tweaks
Father Chrysostomos [Sun, 27 Mar 2011 23:34:42 +0000 (16:34 -0700)]
perldelta: Yet another set of formatting tweaks

13 years agoperldelta: factual error concerning [perl #75154]
Father Chrysostomos [Sun, 27 Mar 2011 23:32:13 +0000 (16:32 -0700)]
perldelta: factual error concerning [perl #75154]

13 years agoperldelta: even more formatting tweaks
Father Chrysostomos [Sun, 27 Mar 2011 23:31:00 +0000 (16:31 -0700)]
perldelta: even more formatting tweaks

13 years agoperldelta: Move the is_utf8 fix into the fetch/store section
Father Chrysostomos [Sun, 27 Mar 2011 23:29:08 +0000 (16:29 -0700)]
perldelta: Move the is_utf8 fix into the fetch/store section

13 years agoperldelta: formatting fixes + 2 typos
Father Chrysostomos [Sun, 27 Mar 2011 23:27:50 +0000 (16:27 -0700)]
perldelta: formatting fixes + 2 typos

13 years agoperldelta: More formatting tweaks
Father Chrysostomos [Sun, 27 Mar 2011 22:54:40 +0000 (15:54 -0700)]
perldelta: More formatting tweaks

13 years agoperldelta: formatting, typos, rewording
Father Chrysostomos [Sun, 27 Mar 2011 21:25:57 +0000 (14:25 -0700)]
perldelta: formatting, typos, rewording

13 years agoperldelta: Move 2 similar entries about stashes closer
Father Chrysostomos [Sun, 27 Mar 2011 21:21:27 +0000 (14:21 -0700)]
perldelta: Move 2 similar entries about stashes closer

13 years agoperldelta: correct wording about globs
Father Chrysostomos [Sun, 27 Mar 2011 21:20:41 +0000 (14:20 -0700)]
perldelta: correct wording about globs

13 years agoperldelta: more consistent formatting of fullstops
Father Chrysostomos [Sun, 27 Mar 2011 21:16:54 +0000 (14:16 -0700)]
perldelta: more consistent formatting of fullstops

13 years agoperldelta: present tense for changes alreday in effect
Father Chrysostomos [Sun, 27 Mar 2011 21:06:28 +0000 (14:06 -0700)]
perldelta: present tense for changes alreday in effect

plus formatting tweaks

13 years agoperluniprops: Update info about unicore/To files
Karl Williamson [Sat, 26 Mar 2011 23:53:53 +0000 (17:53 -0600)]
perluniprops: Update info about unicore/To files

5.14 now writes out most Unicode mapping files into the To subdirectory,
but we don't want people to use them and force us to be bound by their
formats and existence.  I plan to add a new routine in 5.16 in
Unicode::UCD that gives access to their contents.

13 years agoperluniprops: mktables is not installed by default
Karl Williamson [Sat, 26 Mar 2011 23:53:27 +0000 (17:53 -0600)]
perluniprops: mktables is not installed by default

13 years agoperluniprops: Clarify why certain properties are deprecated
Karl Williamson [Sat, 26 Mar 2011 23:52:30 +0000 (17:52 -0600)]
perluniprops: Clarify why certain properties are deprecated

13 years agoBenchmark.t: note line# of check_graph_consistency
David Mitchell [Sat, 26 Mar 2011 20:12:57 +0000 (20:12 +0000)]
Benchmark.t: note line# of check_graph_consistency

This function is called 6 times, each each call puts out about
15 tests, with the same set of descriptions, so output a note
at the start of each call showing where we're called from.

13 years agoop/cmp.t: fix failing tests under -ffast-math
David Mitchell [Sat, 26 Mar 2011 23:48:04 +0000 (23:48 +0000)]
op/cmp.t: fix failing tests under -ffast-math

Apparently if you compile using gcc's -ffast-math option,
NaNs start matching other things. So skip the NaN tests.

13 years agoskip some tests under -Uusedl
David Mitchell [Sat, 26 Mar 2011 18:45:13 +0000 (18:45 +0000)]
skip some tests under -Uusedl

When everything is staticly linked, a few tests fail, because:

* XS::APItest isn't built;
* some extensions will have been pre-loaded

13 years agoperldelta: bump ExtUtils::ParseXS version
David Mitchell [Sat, 26 Mar 2011 18:56:18 +0000 (18:56 +0000)]
perldelta: bump ExtUtils::ParseXS version

13 years agoBump version of ExtUtils::ParseXS after previous commit
David Mitchell [Sat, 26 Mar 2011 18:55:33 +0000 (18:55 +0000)]
Bump version of ExtUtils::ParseXS after previous commit

13 years agomake ExtUtils::ParseXS pass tests with -Uusedl again
David Mitchell [Sat, 26 Mar 2011 18:54:05 +0000 (18:54 +0000)]
make ExtUtils::ParseXS pass tests with -Uusedl again

There was a skip there, but 15 more tests had been added
which ween;t added to the skip count under -Uusedl

13 years agoutf8.c: silence compiler warnings
David Mitchell [Sat, 26 Mar 2011 17:46:37 +0000 (17:46 +0000)]
utf8.c: silence compiler warnings

prefer foo("%s", fixedstr) over foo(fixedstr).
One day someone might change fixedstr to include '%' characters.

13 years agoregexec.c: fix some compiler warnings
David Mitchell [Sat, 26 Mar 2011 16:55:46 +0000 (16:55 +0000)]
regexec.c: fix some compiler warnings

13 years agofix compiler warning in toke.c
David Mitchell [Sat, 26 Mar 2011 16:31:49 +0000 (16:31 +0000)]
fix compiler warning in toke.c

The third arg to newSVOP must be non-null, and the macro expansion
for SvREFCNT_inc can give a null value sometimes. So replace it
with SvREFCNT_inc_NN and everyone's happy..

13 years agoperlunicode: mention quotemeta utf8 inconsistency
Karl Williamson [Sat, 26 Mar 2011 15:45:38 +0000 (09:45 -0600)]
perlunicode: mention quotemeta utf8 inconsistency

13 years agoperldelta: Note \Q unicode bug not resolved yet
Karl Williamson [Sat, 26 Mar 2011 15:12:27 +0000 (09:12 -0600)]
perldelta: Note \Q unicode bug not resolved yet

13 years agoperldelta: Add RT ticket number
Karl Williamson [Sat, 26 Mar 2011 15:12:01 +0000 (09:12 -0600)]
perldelta: Add RT ticket number

13 years agoImprove Benchmark.t countit() tests
David Mitchell [Sat, 26 Mar 2011 14:32:28 +0000 (14:32 +0000)]
Improve Benchmark.t countit() tests

The test currently does a 3 sec run, then a 1 sec run, and
checks that the count from the first run is approximately three times
greater than that from the second run.

However, the countit() function doesn't guarantee that it will run for
exactly n seconds, so as well as returning how many iterations it did,
it also returns how much actual CPU time was used.

Make the test use that returned time value to scale the iteration counts
accordingly, before trying to compare them.

Hopefully this will reduce the number of spurious failed test 13's in
smokes (although after this commit it's now test 15).

13 years agoperldelta: multi-char folds mostly fixed
Karl Williamson [Fri, 25 Mar 2011 19:24:58 +0000 (13:24 -0600)]
perldelta: multi-char folds mostly fixed

13 years agoperluniprops: Downloading Unicode db required for customization
Karl Williamson [Fri, 25 Mar 2011 19:21:53 +0000 (13:21 -0600)]
perluniprops: Downloading Unicode db required for customization

The instructions in this pod are changed since the Unicode db is
no longer installed.  The pod is generated by mktables.

13 years agoperldelta: Revise text on Unicode bug
Karl Williamson [Fri, 25 Mar 2011 18:36:58 +0000 (12:36 -0600)]
perldelta: Revise text on Unicode bug

13 years agoincomplete sentence in perldelta
Karl Williamson [Fri, 25 Mar 2011 17:48:38 +0000 (11:48 -0600)]
incomplete sentence in perldelta

13 years agoGive Unicode::UCD its own Maintainers.pl entry
Florian Ragwitz [Fri, 25 Mar 2011 18:32:50 +0000 (19:32 +0100)]
Give Unicode::UCD its own Maintainers.pl entry

13 years agoGive Tie::Hash its own Maintainers.pl entry
Florian Ragwitz [Fri, 25 Mar 2011 18:31:27 +0000 (19:31 +0100)]
Give Tie::Hash its own Maintainers.pl entry

13 years agolib/Tie/Hash/NamedCapture.pm doesn't exist anymore
Florian Ragwitz [Fri, 25 Mar 2011 18:30:19 +0000 (19:30 +0100)]
lib/Tie/Hash/NamedCapture.pm doesn't exist anymore

It's in ext/Tie-Hash-NamedCapture now.

13 years agoGive sigtrap its own Maintainers.pl entry
Florian Ragwitz [Fri, 25 Mar 2011 18:29:32 +0000 (19:29 +0100)]
Give sigtrap its own Maintainers.pl entry

13 years agoCorrect the overload version in perldelta
Florian Ragwitz [Fri, 25 Mar 2011 18:28:04 +0000 (19:28 +0100)]
Correct the overload version in perldelta

13 years agoGive overload its own Maintainers.pl entry
Florian Ragwitz [Fri, 25 Mar 2011 18:27:55 +0000 (19:27 +0100)]
Give overload its own Maintainers.pl entry

13 years agoFold together the IO and IO::Select perldelta entries
Florian Ragwitz [Fri, 25 Mar 2011 18:26:12 +0000 (19:26 +0100)]
Fold together the IO and IO::Select perldelta entries

IO::Select is part of the IO dist.

13 years agoGive diagnostics its own Maintainers.pl entry
Florian Ragwitz [Fri, 25 Mar 2011 18:24:05 +0000 (19:24 +0100)]
Give diagnostics its own Maintainers.pl entry

13 years agoNote the File::Copy upgrade in perldelta
Florian Ragwitz [Fri, 25 Mar 2011 18:18:19 +0000 (19:18 +0100)]
Note the File::Copy upgrade in perldelta

13 years agoNote the File::Basename upgrade in perldelta
Florian Ragwitz [Fri, 25 Mar 2011 18:18:11 +0000 (19:18 +0100)]
Note the File::Basename upgrade in perldelta

13 years agoNote the DirHandle upgrade in perldelta
Florian Ragwitz [Fri, 25 Mar 2011 18:18:03 +0000 (19:18 +0100)]
Note the DirHandle upgrade in perldelta

13 years agoNote the DBM_Filter upgrade in perldelta
Florian Ragwitz [Fri, 25 Mar 2011 18:17:12 +0000 (19:17 +0100)]
Note the DBM_Filter upgrade in perldelta