This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
15 years agoclean up .patchnum in make clean
Yves Orton [Sun, 21 Dec 2008 17:48:27 +0000 (18:48 +0100)]
clean up .patchnum in make clean

15 years agofix broken indentation, and move PERL_PATCHNUM logic to a different place so it only...
Yves Orton [Sun, 21 Dec 2008 17:38:46 +0000 (18:38 +0100)]
fix broken indentation, and move PERL_PATCHNUM logic to a different place so it only affects perl.c

15 years agomore build dependency changes, we should make sure that cflags is updated whenever...
Yves Orton [Sun, 21 Dec 2008 16:04:33 +0000 (17:04 +0100)]
more build dependency changes, we should make sure that cflags is updated whenever cflags.SH changes

15 years agomake sure that the perl -v/-V output corresponds to the latest commit
Yves Orton [Sun, 21 Dec 2008 15:34:56 +0000 (16:34 +0100)]
make sure that the perl -v/-V output corresponds to the latest commit

15 years agoRemove "b" flag for sv_utf8_upgrade_nomg in embed.fnc
Rafael Garcia-Suarez [Sat, 27 Dec 2008 08:26:09 +0000 (09:26 +0100)]
Remove "b" flag for sv_utf8_upgrade_nomg in embed.fnc

This is only a macro, without a Perl_ implementation.
Hopefully this fixes the Win32 build.

15 years agosv_dup(): avoid cloning empty arrays
kevin brintnall [Thu, 25 Dec 2008 02:59:15 +0000 (20:59 -0600)]
sv_dup(): avoid cloning empty arrays

Testing the ARRAY pointer is insufficent.  Arrays emptied by 'shift' or
'pop' may still have non-NULL 'ARRAY' pointers.  Check more carefully to
determine whether the array has anything worth duplicating.  If not, reset
the FILL and MAX offsets to -1 just as 'undef @ARRAY' would.

This avoids potential corruption in the PL_ptr_table during perl_clone().

15 years agoRegen docs and headers
Rafael Garcia-Suarez [Fri, 26 Dec 2008 22:27:46 +0000 (23:27 +0100)]
Regen docs and headers

Necessary after change fe749c9aa803ce74d997ff797103481a55741837

15 years agoFix two pod links
Rafael Garcia-Suarez [Fri, 26 Dec 2008 22:27:03 +0000 (23:27 +0100)]
Fix two pod links

15 years agoUpdate comments and documentation dealing with utf
Karl [Fri, 26 Dec 2008 17:18:34 +0000 (10:18 -0700)]
Update comments and documentation dealing with utf

15 years agoUpgrade to podlators 2.2.1
Rafael Garcia-Suarez [Fri, 26 Dec 2008 14:09:49 +0000 (15:09 +0100)]
Upgrade to podlators 2.2.1

15 years agoThe string "." cannot possibly contain a PATH sepatator, so don't tell S_pushinc
Nicholas Clark [Fri, 26 Dec 2008 13:19:14 +0000 (13:19 +0000)]
The string "." cannot possibly contain a PATH sepatator, so don't tell S_pushinc
to go searching for one. (And the analagous change for MacOS classic.)

15 years agoMerge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead
Nicholas Clark [Fri, 26 Dec 2008 13:04:38 +0000 (13:04 +0000)]
Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead

15 years agoBetter fix for bug #6665
Rafael Garcia-Suarez [Fri, 26 Dec 2008 12:12:44 +0000 (13:12 +0100)]
Better fix for bug #6665

Add a parameter to S_incpush to indicate if the new directory should be
appended or prepended to @INC, and use it set to TRUE when parsing the
shebang line.

There is also a better version of the test.

This replaces commit ccb8f6a64f3dd06b4360bc27c194b28e6766a6ad.

15 years agoRevert "[perl #6665] Different behavior using the -Idir option on the command line...
Rafael Garcia-Suarez [Fri, 26 Dec 2008 12:11:28 +0000 (13:11 +0100)]
Revert "[perl #6665] Different behavior using the -Idir option on the command line and inside a perl script"

This reverts commit ccb8f6a64f3dd06b4360bc27c194b28e6766a6ad.

15 years agoMerge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead
Nicholas Clark [Fri, 26 Dec 2008 09:13:51 +0000 (09:13 +0000)]
Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead

15 years agoRemove mentions of the old way of rsync'ing the source
Rafael Garcia-Suarez [Fri, 26 Dec 2008 08:47:06 +0000 (09:47 +0100)]
Remove mentions of the old way of rsync'ing the source

15 years agoSome additions to perlrepository.pod
Rafael Garcia-Suarez [Fri, 26 Dec 2008 08:25:24 +0000 (09:25 +0100)]
Some additions to perlrepository.pod

mention git cherry-pick
mention git checkout <file> and git-reset
fix a command example
and formatting nits

15 years agoautodie information added to Maintainers.pl
Paul Fenwick [Fri, 26 Dec 2008 00:54:03 +0000 (11:54 +1100)]
autodie information added to Maintainers.pl

15 years agoAdd description of last commit in perldelta
Rafael Garcia-Suarez [Thu, 25 Dec 2008 23:24:20 +0000 (00:24 +0100)]
Add description of last commit in perldelta

(see ccb8f6a64f3dd06b4360bc27c194b28e6766a6ad)

15 years ago[perl #6665] Different behavior using the -Idir option on the command line and inside...
Renee Baecker [Thu, 25 Dec 2008 23:15:25 +0000 (00:15 +0100)]
[perl #6665] Different behavior using the -Idir option on the command line and inside a perl script

Adds the -Idir at the beginning of @INC.

(Plus a test by rgs -- check that -I does not add directories at the end
of the @INC array anymore)

15 years agoUse the F formatting codes for filenames in pod/perlguts.pod.
Matt Kraai [Thu, 3 Jul 2008 21:04:44 +0000 (14:04 -0700)]
Use the F formatting codes for filenames in pod/perlguts.pod.

15 years agoLies, damn lies and end-of-block comments
Rafael Garcia-Suarez [Thu, 25 Dec 2008 22:46:46 +0000 (23:46 +0100)]
Lies, damn lies and end-of-block comments

From: Michael G Schwern <schwern@pobox.com>
Date: Fri, 26 Sep 2008 00:06:31 -0400
Message-ID: <48DC5FC7.3000807@pobox.com>

I was reading reentr.h and noticed a lot of the endif's for the
HAS_XXX_R macros were wrongly indented and their comments had the
wrong condition.

The attached patch fixes the indentation and removes all but the last
comment which is shortest and furthest from its start.  No point in an
end-of-block comment on a one statement block, just falls out of date
and obscures the structure.

(plus "make regen")

15 years agoSome source files and documentation files need not to be executable
Rafael Garcia-Suarez [Thu, 25 Dec 2008 22:17:37 +0000 (23:17 +0100)]
Some source files and documentation files need not to be executable

15 years agoBe less picky about what constitutes "numeric lists" in Pod; This allows "64bit"...
Alex Vandiver [Wed, 22 Oct 2008 05:10:01 +0000 (01:10 -0400)]
Be less picky about what constitutes "numeric lists" in Pod; This allows "64bit" to not trigger the "numeric" match in a description list, for instance.

15 years agoBlank lines "between" verbatim sections are now acceptible; This allows code examples...
Alex Vandiver [Wed, 22 Oct 2008 05:08:17 +0000 (01:08 -0400)]
Blank lines "between" verbatim sections are now acceptible; This allows code examples to have indented blank lines without Pod::Parser carping.

15 years agoRemove completed perltodo entry
Alex Vandiver [Wed, 29 Oct 2008 04:23:13 +0000 (00:23 -0400)]
Remove completed perltodo entry

15 years agoRemove all mention of checkpods
Alex Vandiver [Wed, 29 Oct 2008 04:22:45 +0000 (00:22 -0400)]
Remove all mention of checkpods

15 years agoMinor pod fixes to make Pod::Checker happy with the core pod
Alex Vandiver [Wed, 22 Oct 2008 05:17:15 +0000 (01:17 -0400)]
Minor pod fixes to make Pod::Checker happy with the core pod

Applied with some amendments to the perlfunc corrections.
PerlFAQ modifications will be applied separately.

15 years agoMove 'make check' in pods/ to using Pod::Checker
Alex Vandiver [Wed, 22 Oct 2008 05:14:48 +0000 (01:14 -0400)]
Move 'make check' in pods/ to using Pod::Checker

15 years agoMake PERL_PATCHLEVEL a single value quoted string
H.Merijn Brand [Thu, 25 Dec 2008 12:01:36 +0000 (13:01 +0100)]
Make PERL_PATCHLEVEL a single value quoted string

15 years agoMerge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead
Nicholas Clark [Tue, 23 Dec 2008 18:37:28 +0000 (18:37 +0000)]
Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead

15 years agoMerge branch 'blead' of camel.booking.com:/gitroot/perl into blead
H.Merijn Brand [Tue, 23 Dec 2008 17:10:54 +0000 (18:10 +0100)]
Merge branch 'blead' of camel.booking.com:/gitroot/perl into blead

15 years agoSubject: Patch for hints/netbsd.sh
H.Merijn Brand [Tue, 23 Dec 2008 17:09:36 +0000 (18:09 +0100)]
Subject: Patch for hints/netbsd.sh

From: "Ulrich Habel" <rhaen@netbsd.org>
Date: Tue, 23 Dec 2008 14:36:26 +0100
Message-ID: <9fd3126e0812230536x3f8a84bagbb1b4dcddb399bf5@mail.gmail.com>

15 years agoRemove inconsistent formatting in pod/perlrepository.pod with Porting/podtidy
Leon Brocard [Tue, 23 Dec 2008 16:52:13 +0000 (16:52 +0000)]
Remove inconsistent formatting in pod/perlrepository.pod with Porting/podtidy

15 years agoAdd a new Porting/podtidy to reformat pod using Pod::Tidy
Leon Brocard [Tue, 23 Dec 2008 16:50:43 +0000 (16:50 +0000)]
Add a new Porting/podtidy to reformat pod using Pod::Tidy

15 years agoAdd a section on committing to maintenance versions
Leon Brocard [Tue, 23 Dec 2008 16:18:12 +0000 (16:18 +0000)]
Add a section on committing to maintenance versions

15 years agoNote the --author option of git commit, and therefore explain how to apply raw diffs.
Vincent Pit [Mon, 22 Dec 2008 20:15:14 +0000 (21:15 +0100)]
Note the --author option of git commit, and therefore explain how to apply raw diffs.

15 years agoPOD nits from Frank Wiegand <frank.wiegand@gmail.com>
Abigail [Mon, 22 Dec 2008 09:43:46 +0000 (10:43 +0100)]
POD nits from Frank Wiegand <frank.wiegand@gmail.com>

15 years agoA short introduction to git bisect.
Vincent Pit [Sun, 21 Dec 2008 21:38:21 +0000 (22:38 +0100)]
A short introduction to git bisect.

15 years agoMerge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead
Nicholas Clark [Sun, 21 Dec 2008 21:37:58 +0000 (21:37 +0000)]
Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead

15 years agoDocument how commiters can keep 'origin' as a git remote and push with another ssh...
Vincent Pit [Sun, 21 Dec 2008 19:34:23 +0000 (20:34 +0100)]
Document how commiters can keep 'origin' as a git remote and push with another ssh remote.

15 years agoadd a comment about git clean to the perlrepository.pod
Yves Orton [Sun, 21 Dec 2008 19:09:18 +0000 (20:09 +0100)]
add a comment about git clean to the perlrepository.pod

15 years agoNote the correct way to make a branch to track a remote branch.
Nicholas Clark [Sun, 21 Dec 2008 12:09:33 +0000 (12:09 +0000)]
Note the correct way to make a branch to track a remote branch.

15 years agoUpdate Changes with the last 432 Perforce applied changes, finishing with 35120
Nicholas Clark [Sun, 21 Dec 2008 11:21:25 +0000 (11:21 +0000)]
Update Changes with the last 432 Perforce applied changes, finishing with 35120

15 years agoAdd the perlperf manpage, by Richard Foley
Rafael Garcia-Suarez [Sun, 21 Dec 2008 09:22:27 +0000 (10:22 +0100)]
Add the perlperf manpage, by Richard Foley

15 years agoWCOREDUMP is in <sys/wait.h>
Niko Tyni [Wed, 17 Dec 2008 20:02:51 +0000 (22:02 +0200)]
WCOREDUMP is in <sys/wait.h>

Without this, $? & 128 doesn't get set properly on some (glibc) systems
when dumping core.

15 years agoPATCH -- POD error in Symbol.pm
Frank Wiegand [Sat, 20 Dec 2008 19:50:26 +0000 (20:50 +0100)]
PATCH -- POD error in Symbol.pm

Hi,

two POD errors in Symbol.pm:

- wrong comment,
- missing semicolon.

Patch is attached.

Thanks, Frank

15 years agof6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch
Nicholas Clark [Sat, 20 Dec 2008 23:00:48 +0000 (23:00 +0000)]
f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch
testing. We're not doing very well on this one.

15 years agoReplace Jarkko's manicheck utility with my own
Rafael Garcia-Suarez [Sat, 20 Dec 2008 22:28:17 +0000 (23:28 +0100)]
Replace Jarkko's manicheck utility with my own

My manicheck is more crude, but I find its output more readable,
and more importantly it handles git-related files and directories.
Options can be re-added later.

15 years agoAdd missing files to the MANIFEST
Rafael Garcia-Suarez [Sat, 20 Dec 2008 22:25:36 +0000 (23:25 +0100)]
Add missing files to the MANIFEST

TODO: those two new scripts can be merged together.

15 years agoMANIFEST files want tabs. Hysterical raisins.
Nicholas Clark [Sat, 20 Dec 2008 22:22:41 +0000 (22:22 +0000)]
MANIFEST files want tabs. Hysterical raisins.

15 years agoThere shouldn't be a ByteLoader directory in ext, even if all it has is a
Nicholas Clark [Sat, 20 Dec 2008 22:20:23 +0000 (22:20 +0000)]
There shouldn't be a ByteLoader directory in ext, even if all it has is a
.gitignore.

15 years ago/bin/sh isn't /usr/bin/perl :-)
Nicholas Clark [Sat, 20 Dec 2008 21:50:22 +0000 (21:50 +0000)]
/bin/sh isn't /usr/bin/perl :-)
Change elsif to the correct "else if" construction.
I suspect that this slipped by into f6a80292c3db127d1561c118f409c1cffd1b55d9
because cflags.SH doesn't seem to be re-expanded if it's newer than cflags.

15 years agoAdded missing autodie exception classes to MANIFEST.
Paul Fenwick [Sat, 20 Dec 2008 17:02:59 +0000 (04:02 +1100)]
Added missing autodie exception classes to MANIFEST.

15 years agomake perl use git-describe for PATCHNUM
Yves Orton [Sat, 20 Dec 2008 19:37:09 +0000 (20:37 +0100)]
make perl use git-describe for PATCHNUM

This is just an initial attempt at getting something more useful into the -v / -V output.
Currently "patchlevel" is really "version", and PATCHNUM is just a special string added
to the patchlevel in perl.c via defines created by cflags.SH and its product file cflags,
which happens very early in the build process. This means that for committers the -v output
is likely to not be upto date unless they run make clean.

Anyway, IMO we should rethink a reasonable amount about how we do this, this is just a crude
step forward.

15 years agoadd some stuff to .gitignore
Yves Orton [Sat, 20 Dec 2008 19:31:24 +0000 (20:31 +0100)]
add some stuff to .gitignore

15 years agoRemove repository.pod, as it is entirely about the setup of the ActiveState
Nicholas Clark [Sat, 20 Dec 2008 17:06:52 +0000 (17:06 +0000)]
Remove repository.pod, as it is entirely about the setup of the ActiveState
perforce repository, and is now superceded by pod/perlrepository.pod

15 years agoRebuild pod/perltoc.pod.
Nicholas Clark [Sat, 20 Dec 2008 16:40:06 +0000 (16:40 +0000)]
Rebuild pod/perltoc.pod.

15 years agoRe-sort the MANIFEST in the preferred order.
Nicholas Clark [Sat, 20 Dec 2008 16:39:37 +0000 (16:39 +0000)]
Re-sort the MANIFEST in the preferred order.

15 years agoNote how to set user name and e-mail address.
Nicholas Clark [Sat, 20 Dec 2008 16:32:03 +0000 (16:32 +0000)]
Note how to set user name and e-mail address.

15 years agoAlso update the $VERSION of ExtUtils::MM_Unix, else MM_Unit.t fails following
Nicholas Clark [Sat, 20 Dec 2008 16:23:24 +0000 (16:23 +0000)]
Also update the $VERSION of ExtUtils::MM_Unix, else MM_Unit.t fails following
change 4adc95e616bac7eea015e9e47e439b063c1132d5. Don't those names just slip
off the tongue :-)

15 years agoVarious corrections and formatting nits to perlrepository.pod
Rafael Garcia-Suarez [Sat, 20 Dec 2008 14:41:14 +0000 (15:41 +0100)]
Various corrections and formatting nits to perlrepository.pod

15 years agotrim trailing spaces
Yves Orton [Sat, 20 Dec 2008 14:12:46 +0000 (15:12 +0100)]
trim trailing spaces

15 years agoexplain more stuff about status
Yves Orton [Sat, 20 Dec 2008 14:11:18 +0000 (15:11 +0100)]
explain more stuff about status

15 years agoexplain git status and stuff about remotes
Yves Orton [Sat, 20 Dec 2008 14:08:16 +0000 (15:08 +0100)]
explain git status and stuff about remotes

15 years agouse checkout -b and not the more verbose two step process
Yves Orton [Sat, 20 Dec 2008 13:38:32 +0000 (14:38 +0100)]
use checkout -b and not the more verbose two step process

15 years agoReally ignore .patch files
Paul Fenwick [Sat, 20 Dec 2008 13:46:34 +0000 (22:46 +0900)]
Really ignore .patch files

G'day p5p,

Having now created a few .patch files, it appears the current .gitignore in
blead is reporting them as untracked, rather than simply ignoring them.

The attached patch adjusts the .gitignore file to really ignore .patch files.

Many thanks to Abigail for super-fast application of my other patches.

Cheerio,

Paul

--
Paul Fenwick <pjf@perltraining.com.au> | http://perltraining.com.au/
Director of Training                   | Ph:  +61 3 9354 6001
Perl Training Australia                | Fax: +61 3 9354 2681

>From 737cfd8db12834b82663d115db1407122ec8de7c Mon Sep 17 00:00:00 2001
From: Paul Fenwick <pjf@perltraining.com.au>
Date: Sun, 21 Dec 2008 00:43:52 +1100
Subject: [PATCH] .patch files are really ignored now.

Signed-off-by: Abigail <abigail@abigail.be>
15 years agoImprove perlrepository.pod to explain how to checkout/pull/branch from blead
Jody Belka [Sat, 20 Dec 2008 13:52:40 +0000 (13:52 +0000)]
Improve perlrepository.pod to explain how to checkout/pull/branch from blead

On Sat, Dec 20, 2008 at 02:20:13PM +0100, Abigail wrote:
> On Sat, Dec 20, 2008 at 10:10:37PM +0900, Paul Fenwick wrote:
> > G'day p5p,
> >
> > The attached patch corrects a hole in the perlrepository.pod documentation
> > which declines to mention how a developer with an existing repository can
> > switch to blead and ensure everything is up-to-date before creating patches.
> >
>
>
> Thanks, applied as 12322d22877aba05e1653bbb960254200db8f045.

Spotted a small spelling mistake in the above, attached patch fixes it up.

J
--
Jody Belka
knew (at) pimb (dot) org

>From 9c085490b97248ecab03b5c54db2ca9b7dc4bf08 Mon Sep 17 00:00:00 2001
From: Jody Belka <dev-perl@pimb.org>
Date: Sat, 20 Dec 2008 13:47:11 +0000
Subject: [PATCH] Fix spelling mistake in pod/perlrepository.pod

Signed-off-by: Abigail <abigail@abigail.be>
15 years agogit-flavoured autodie 1.997 patch
Paul Fenwick [Sat, 20 Dec 2008 13:21:02 +0000 (22:21 +0900)]
git-flavoured autodie 1.997 patch

G'day p5p,

Since we've moved over to git, attached is a git-friendly patch of autodie
1.997 against the current blead.  It's no different to the older 1.997
patch[1], but contains all the meta-info that git likes to have so that you
can use 'git am' to apply the changes.

All the very best,

Paul

[1] Okay, there's one or two non-significant whitespace changes.

--
Paul Fenwick <pjf@perltraining.com.au> | http://perltraining.com.au/
Director of Training                   | Ph:  +61 3 9354 6001
Perl Training Australia                | Fax: +61 3 9354 2681

>From b0dc5ff6b006a9df2a67b886e5e0d0d168c1245e Mon Sep 17 00:00:00 2001
From: Paul Fenwick <pjf@perltraining.com.au>
Date: Sun, 21 Dec 2008 00:17:28 +1100
Subject: [PATCH] Autodie 1.997

15 years agoFrom Paul Fenwick <pjf@perltraining.com.au>; Instructions on how to checkout/pull...
Abigail [Sat, 20 Dec 2008 13:18:16 +0000 (14:18 +0100)]
From Paul Fenwick <pjf@perltraining.com.au>; Instructions on how to checkout/pull/branch from blead

15 years agoDo not use a dash between git and its subcommand
Matt Kraai [Fri, 19 Dec 2008 20:42:27 +0000 (12:42 -0800)]
Do not use a dash between git and its subcommand

Using a dash between git and its subcommand (e.g., git-format-patch)
is deprecated, so replace it with a space.

15 years agoFix the 'or' precedence in case open fail
Vincent Pit [Sat, 20 Dec 2008 08:49:33 +0000 (09:49 +0100)]
Fix the 'or' precedence in case open fail

15 years agoAdd a program to switch to a Perforce id
Leon Brocard [Sat, 20 Dec 2008 08:42:06 +0000 (08:42 +0000)]
Add a program to switch to a Perforce id

15 years agoIt looks like the previous patch is working fine on UNIXish boxes,
Steve Peters [Sat, 20 Dec 2008 04:40:30 +0000 (22:40 -0600)]
It looks like the previous patch is working fine on UNIXish boxes,
but is failing on Windows.  Anyways sv_utf8_upgrade_nomg() is
a macro anyways, so moving the documentation to sv.h.

15 years agoSubject: [perl #61418] perlthanks isn't documented in perlthanks
Steve Peters [Sat, 20 Dec 2008 03:07:35 +0000 (21:07 -0600)]
Subject: [perl #61418] perlthanks isn't documented in perlthanks
From: Abigail (via RT) <perlbug-followup@perl.org>
Date: Tue, 16 Dec 2008 13:09:56 -0800
Message-ID: <rt-3.6.HEAD-15883-1229461796-1657.61418-75-0@perl.org>

15 years agoMerge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead
Steve Peters [Fri, 19 Dec 2008 17:45:59 +0000 (11:45 -0600)]
Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead

15 years agoSubject: RE: [perl #61492] ExtUtils::MM_Win32 should not generate "mt" command when...
Steve Hay [Fri, 19 Dec 2008 17:38:22 +0000 (17:38 +0000)]
Subject: RE: [perl #61492] ExtUtils::MM_Win32 should not generate "mt" command when CRT is statically linked
From: "Jan Dubois" <jand@activestate.com>
Date: Fri, 19 Dec 2008 03:02:45 -0800
Message-ID: <00f901c961c9$5321e1e0$f965a5a0$@com>

15 years agoafter applying, committers should push
Leon Brocard [Fri, 19 Dec 2008 17:39:22 +0000 (17:39 +0000)]
after applying, committers should push

15 years agoSubject: PATCH 5.10 documentation
Steve Peters [Fri, 19 Dec 2008 17:38:31 +0000 (11:38 -0600)]
Subject: PATCH 5.10 documentation
From: karl williamson <public@khwilliamson.com>
Date: Tue, 16 Dec 2008 16:00:34 -0700
Message-ID: <49483312.80804@khwilliamson.com>

15 years agoAdd a section on applying a patch
Leon Brocard [Fri, 19 Dec 2008 17:17:28 +0000 (17:17 +0000)]
Add a section on applying a patch

15 years agoIn the patch section, show how to work on a temporary branch
Leon Brocard [Fri, 19 Dec 2008 17:05:11 +0000 (17:05 +0000)]
In the patch section, show how to work on a temporary branch

15 years agoAdd a section on how to submit a patch
Leon Brocard [Fri, 19 Dec 2008 16:52:44 +0000 (16:52 +0000)]
Add a section on how to submit a patch

15 years agoMention that cloning over HTTP is slow
Leon Brocard [Fri, 19 Dec 2008 16:21:30 +0000 (16:21 +0000)]
Mention that cloning over HTTP is slow

15 years agoShow how to switch between branches
Leon Brocard [Fri, 19 Dec 2008 16:19:59 +0000 (16:19 +0000)]
Show how to switch between branches

15 years agomerge in changes
Leon Brocard [Fri, 19 Dec 2008 16:17:08 +0000 (16:17 +0000)]
merge in changes

15 years agoChange perl.git to perl-git to not confuse people (thanks #p5p)
Leon Brocard [Fri, 19 Dec 2008 16:12:19 +0000 (16:12 +0000)]
Change perl.git to perl-git to not confuse people (thanks #p5p)

15 years agofix thinko
Yves Orton [Fri, 19 Dec 2008 16:11:38 +0000 (17:11 +0100)]
fix thinko

15 years agoexplain how to switch a git from git:// protocol to ssh:// protocol
Yves Orton [Fri, 19 Dec 2008 16:07:52 +0000 (17:07 +0100)]
explain how to switch a git from git:// protocol to ssh:// protocol

15 years agoAdd other files modified by buildtoc
Leon Brocard [Fri, 19 Dec 2008 15:55:36 +0000 (15:55 +0000)]
Add other files modified by buildtoc

15 years agoAdd perlrepository to the list of pod
Leon Brocard [Fri, 19 Dec 2008 15:53:11 +0000 (15:53 +0000)]
Add perlrepository to the list of pod

15 years agoAdd perlhaiku into pod.lst
Leon Brocard [Fri, 19 Dec 2008 15:51:55 +0000 (15:51 +0000)]
Add perlhaiku into pod.lst

15 years agoadd a minimal pod/perlrepository.pod
Leon Brocard [Fri, 19 Dec 2008 15:40:32 +0000 (15:40 +0000)]
add a minimal pod/perlrepository.pod

15 years agoSubject: Re: [PATCH] Update Archive::Extract to 0.28
Steve Hay [Fri, 19 Dec 2008 15:13:01 +0000 (15:13 +0000)]
Subject: Re: [PATCH] Update Archive::Extract to 0.28
From: "Jos I. Boumans" <jos@dwim.org>
Date: Tue, 16 Dec 2008 17:41:03 +0100
Message-Id: <B8875390-49FC-4E14-B14D-C21A76E53475@dwim.org>

(Bump version to 0.30, which incorporates a local change that blead already has.)

15 years agoAdd pod page corresponding to README.haiku in .gitignore
Rafael Garcia-Suarez [Fri, 19 Dec 2008 14:59:03 +0000 (15:59 +0100)]
Add pod page corresponding to README.haiku in .gitignore

15 years agoFix new Module-Load-Conditional test, which otherwise fails on Win32.
Steve Hay [Fri, 19 Dec 2008 14:58:20 +0000 (14:58 +0000)]
Fix new Module-Load-Conditional test, which otherwise fails on Win32.

15 years agoSubject: [PATCH] Suppress diag msg from IPC::Cmd
Steve Hay [Fri, 19 Dec 2008 14:39:50 +0000 (14:39 +0000)]
Subject: [PATCH] Suppress diag msg from IPC::Cmd
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Wed, 17 Dec 2008 10:09:41 -0500
Message-ID: <1ff86f510812170709v6589fbc5j205568b81394807e@mail.gmail.com>

15 years agoSubject: [PATCH] Update version of Module::Loaded
Steve Hay [Fri, 19 Dec 2008 14:39:30 +0000 (14:39 +0000)]
Subject: [PATCH] Update version of Module::Loaded
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:32:55 +0100
Message-Id: <2D1323D9-C380-47D1-8E95-FC0B99D55E03@dwim.org>

15 years agoSubject: [PATCH] Version updates for Package::Constants & Log::Message
Steve Hay [Fri, 19 Dec 2008 14:39:15 +0000 (14:39 +0000)]
Subject: [PATCH] Version updates for Package::Constants & Log::Message
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:28:12 +0100
Message-Id: <51CE11BA-344A-4C20-B464-CEAF204BAABC@dwim.org>

15 years agoSubject: [PATCH] Update Module::Load::Conditional to 0.28
Steve Hay [Fri, 19 Dec 2008 14:38:54 +0000 (14:38 +0000)]
Subject: [PATCH] Update Module::Load::Conditional to 0.28
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:24:23 +0100
Message-Id: <D986D195-F3E3-4E3E-9867-526C9C55D92F@dwim.org>

15 years agoSubject: [PATCH] Update File::Fetch to 0.18
Steve Hay [Fri, 19 Dec 2008 14:38:14 +0000 (14:38 +0000)]
Subject: [PATCH] Update File::Fetch to 0.18
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:22:13 +0100
Message-Id: <FCD0E6F5-73C2-4FAE-8EBE-3838741352D4@dwim.org>