Skip to content

Instantly share code, notes, and snippets.

@samv
Created March 9, 2011 02:06
Show Gist options
  • Save samv/861558 to your computer and use it in GitHub Desktop.
Save samv/861558 to your computer and use it in GitHub Desktop.
changes that net added/removed the most total lines from 2009-01-01 to 2009-09-30
#!/usr/bin/perl -nl
push @$a, $_ unless !@$a and !m{\S};
m{(\d+) insertions.*? (\d+) deletions}
&& do { push @{$x{$2-$1}},$a; $a=[] };
END {
@by_dels = sort {$a<=>$b} keys %x;
my $h2 = sub { print "$_[0]"; print "-" x length($_[0]); print "\n"; };
my $show = sub {
my $item = shift;
$item->[0] =~ s{([0-9a-f]{12,40})}{mirrors/perl\@$1};
$item->[-1] =~ s{([0-9]+)}{**${1}**}g;
print $item->[0], "\n";
print " $_" for @$item[1..$#$item-1];
print "\n", $item->[-1], "\n";
$seen++
};
$h2->("15 Biggest Deletes");
while($seen<15){
$x = pop(@by_dels);
my $top = delete $x{$x};
$show->($_) for (@$top);
}
$seen = 0;
$h2->("15 Biggest Additions");
while($seen<15){
$x = shift(@by_dels);
my $bottom = delete $x{$x};
$show->($_) for (@$bottom);
}
}

15 Biggest Deletes

commit mirrors/perl@9c53f8ae1adc497970fff0a4afa6c570831fe2b4 (remotes/github/zefram/gvsv_empty~2222)

Author: David Mitchell <davem@iabyn.com>
Date:   Tue May 12 12:21:37 2009 +0100

    remove all Changes* files

 Changes      |13025 ---------
 Changes5.000 |  185 -
 Changes5.001 | 1299 -
 Changes5.002 | 4003 ---
 Changes5.003 |  100 -
 Changes5.004 |16073 ----------
 Changes5.005 |19342 ------------
 Changes5.10  |85092 -----------------------------------------------------
 Changes5.6   |27430 -----------------
 Changes5.8   |92171 ----------------------------------------------------------
 MANIFEST     |   10 -

11 files changed, 0 insertions(+), 258730 deletions(-)

commit mirrors/perl@93bf31ac1b41c50d8cec40721c6ecf1c710bd45d (remotes/github/maint-5.10~659)

Author: David Mitchell <davem@iabyn.com>
Date:   Tue May 12 12:21:37 2009 +0100

    remove all Changes* files
    
    (cherry-picked from commit 9c53f8ae1adc497970fff0a4afa6c570831fe2b4 (remotes/github/zefram/gvsv_empty~2222))

 Changes      | 7929 -----
 Changes5.000 |  185 -
 Changes5.001 | 1299 -
 Changes5.002 | 4003 ---
 Changes5.003 |  100 -
 Changes5.004 |16073 ----------
 Changes5.005 |19342 ------------
 Changes5.10  |85092 -----------------------------------------------------
 Changes5.6   |27430 -----------------
 Changes5.8   |92171 ----------------------------------------------------------
 MANIFEST     |   10 -

11 files changed, 0 insertions(+), 253634 deletions(-)

commit mirrors/perl@ac2be2a4cdb2661434ee2e8365fadf0c4b3762a0 (remotes/github/maint-5.10~742)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Tue Apr 21 10:49:10 2009 +0100

    Build perltoc.pod, rather than shipping it. This way it can't get out of date.
    
    (cherry-picked from commit 7eb47696deb9a7343fb4847f7342919a6df59e21 (remotes/github/zefram/gvsv_empty~2292))

 MANIFEST                 |    1 -
 Makefile.SH              |    9 +-
 pod.lst                  |    2 +-
 pod/buildtoc             |    6 +-
 pod/perltoc.pod          |38468 ----------------------------------------------
 vms/descrip_mms.template |    9 +-
 win32/Makefile           |    5 +-
 win32/makefile.mk        |    5 +-

8 files changed, 26 insertions(+), 38479 deletions(-)

commit mirrors/perl@7eb47696deb9a7343fb4847f7342919a6df59e21 (remotes/github/zefram/gvsv_empty~2292)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Tue Apr 21 10:49:10 2009 +0100

    Build perltoc.pod, rather than shipping it. This way it can't get out of date.

 MANIFEST                 |    1 -
 Makefile.SH              |    9 +-
 pod.lst                  |    2 +-
 pod/buildtoc             |    6 +-
 pod/perltoc.pod          |38414 ----------------------------------------------
 vms/descrip_mms.template |    9 +-
 win32/Makefile           |    5 +-
 win32/makefile.mk        |    5 +-

8 files changed, 26 insertions(+), 38425 deletions(-)

commit mirrors/perl@9d45b377104bdeac6205865205bf4ad6fce4f355 (remotes/github/zefram/gvsv_empty~1320)

Author: Yves Orton <demerphq@gmail.com>
Date:   Sat Sep 19 18:43:54 2009 +0200

    split t/re/pat.t into new pieces

 MANIFEST                 |    7 +
 t/re/ReTest.pl           |  193 ++
 t/re/pat.t               | 3385 +-----------------------------------
 t/re/pat_advanced.t      | 2571 +---------------------------
 t/re/pat_advanced_thr.t  |    7 +
 t/re/pat_psycho.t        | 4236 +--------------------------------------------
 t/re/pat_psycho_thr.t    |    7 +
 t/re/pat_re_eval.t       | 4391 ----------------------------------------------
 t/re/pat_rt_report.t     | 3179 +---------------------------------
 t/re/pat_rt_report_thr.t |    7 +
 t/re/pat_test_lib.pl     | 4391 ----------------------------------------------

11 files changed, 243 insertions(+), 22131 deletions(-)

commit mirrors/perl@344af494c35a9f0f50dab51474b2e7cd806f1b08 (remotes/github/zefram/gvsv_empty~2316)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Sat Apr 18 12:19:57 2009 +0100

    Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.

 MANIFEST                 |    2 -
 Makefile.SH              |    9 +-
 pod.lst                  |    5 +-
 pod/.gitignore           |    6 +-
 pod/buildtoc             |    9 +-
 pod/perlapi.pod          | 7431 ----------------------------------------------
 pod/perlintern.pod       | 1100 -------
 vms/descrip_mms.template |    5 +
 win32/Makefile           |    4 +
 win32/makefile.mk        |    2 +

10 files changed, 32 insertions(+), 8541 deletions(-)

commit mirrors/perl@756f058fb8fe0d081bc912a3edeebcc1765d35eb (remotes/github/maint-5.10~758)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Sat Apr 18 12:19:57 2009 +0100

    Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.
    
    (cherry-picked from commit 344af494c35a9f0f50dab51474b2e7cd806f1b08 (remotes/github/zefram/gvsv_empty~2316))

 MANIFEST                 |    2 -
 Makefile.SH              |    9 +-
 pod.lst                  |    5 +-
 pod/.gitignore           |    6 +-
 pod/buildtoc             |    9 +-
 pod/perlapi.pod          | 7383 ----------------------------------------------
 pod/perlintern.pod       | 1106 -------
 vms/descrip_mms.template |    5 +
 win32/Makefile           |    4 +
 win32/makefile.mk        |    2 +

10 files changed, 32 insertions(+), 8499 deletions(-)

commit mirrors/perl@6e2c892858f0153d478baaafedb3170a7306bd0a (remotes/github/zefram/gvsv_empty2072^217)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Sat Jun 13 11:46:29 2009 +0100

    Generate perlmodlib.pod at build time, instead of shipping it.

 MANIFEST                 |    1 -
 Makefile.SH              |    5 +-
 pod.lst                  |    2 +-
 pod/perlmodlib.pod       | 3422 ----------------------------------------------
 vms/descrip_mms.template |    6 +-
 win32/Makefile           |   11 +-
 win32/makefile.mk        |   11 +-

7 files changed, 22 insertions(+), 3436 deletions(-)

commit mirrors/perl@b78898b8dbfe9f00fd16a8e70459e0d92ba1b9fd (remotes/github/maint-5.10~477)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Sat Jun 13 11:46:29 2009 +0100

    Generate perlmodlib.pod at build time, instead of shipping it.
    
    (cherry-picked from commit 6e2c892858f0153d478baaafedb3170a7306bd0a (remotes/github/zefram/gvsv_empty~2072^2~17))

 MANIFEST                 |    1 -
 Makefile.SH              |    5 +-
 pod.lst                  |    2 +-
 pod/perlmodlib.pod       | 3210 ----------------------------------------------
 vms/descrip_mms.template |    6 +-
 win32/Makefile           |   11 +-
 win32/makefile.mk        |   11 +-

7 files changed, 22 insertions(+), 3224 deletions(-)

commit mirrors/perl@9915814ae2fdb84b23ea0d5e658a8e037cda2031 (remotes/github/zefram/gvsv_empty~1525)

Author: Chris Williams <chris@bingosnet.co.uk>
Date:   Sun Sep 6 12:34:34 2009 +0100

    Move Archive::Tar from lib/ to ext/

 MANIFEST                                           |   47 +-
 Porting/Maintainers.pl                             |    2 +-
 ext/Archive-Tar/Makefile.PL                        |   11 +
 ext/Archive-Tar/bin/ptar                           |  114 ++
 ext/Archive-Tar/bin/ptardiff                       |  112 +
 ext/Archive-Tar/lib/Archive/Tar.pm                 | 2132 ++++++++++++++++++++
 ext/Archive-Tar/lib/Archive/Tar/Constant.pm        |   86 +
 ext/Archive-Tar/lib/Archive/Tar/File.pm            |  660 ++++++
 ext/Archive-Tar/t/01_use.t                         |    7 +
 ext/Archive-Tar/t/02_methods.t                     |  838 ++++++++
 ext/Archive-Tar/t/03_file.t                        |  143 ++
 ext/Archive-Tar/t/04_resolved_issues.t             |  193 ++
 ext/Archive-Tar/t/05_iter.t                        |   65 +
 ext/Archive-Tar/t/90_symlink.t                     |   62 +
 ext/Archive-Tar/t/99_pod.t                         |   24 +
 ext/Archive-Tar/t/src/header/signed.tar            |  Bin 0 -> 10240 bytes
 .../t/src/linktest/linktest_missing_dir.tar        |  Bin 0 -> 10240 bytes
 .../t/src/linktest/linktest_with_dir.tar           |  Bin 0 -> 9729 bytes
 ext/Archive-Tar/t/src/long/b                       |    1 +
 ext/Archive-Tar/t/src/long/bar.tar                 |  Bin 0 -> 10240 bytes
 ext/Archive-Tar/t/src/long/foo.tbz                 |  Bin 0 -> 343 bytes
 ext/Archive-Tar/t/src/long/foo.tgz                 |  Bin 0 -> 331 bytes
 ext/Archive-Tar/t/src/short/b                      |    1 +
 ext/Archive-Tar/t/src/short/bar.tar                |  Bin 0 -> 10240 bytes
 ext/Archive-Tar/t/src/short/foo.tbz                |  Bin 0 -> 150 bytes
 ext/Archive-Tar/t/src/short/foo.tgz                |  Bin 0 -> 145 bytes
 lib/.gitignore                                     |    3 +
 lib/Archive/Tar.pm                                 | 2132 --------------------
 lib/Archive/Tar/Constant.pm                        |   86 -
 lib/Archive/Tar/File.pm                            |  660 ------
 lib/Archive/Tar/bin/ptar                           |  114 --
 lib/Archive/Tar/bin/ptardiff                       |  112 -
 lib/Archive/Tar/t/01_use.t                         |    7 -
 lib/Archive/Tar/t/02_methods.t                     |  838 --------
 lib/Archive/Tar/t/03_file.t                        |  143 --
 lib/Archive/Tar/t/04_resolved_issues.t             |  193 --
 lib/Archive/Tar/t/05_iter.t                        |   65 -
 lib/Archive/Tar/t/90_symlink.t                     |   62 -
 lib/Archive/Tar/t/99_pod.t                         |   24 -
 lib/Archive/Tar/t/src/.gitignore                   |    2 -
 lib/Archive/Tar/t/src/header/signed.tar.packed     |  243 ---
 .../t/src/linktest/linktest_missing_dir.tar.packed |  243 ---
 .../t/src/linktest/linktest_with_dir.tar.packed    |  232 ---
 lib/Archive/Tar/t/src/long/b                       |    1 -
 lib/Archive/Tar/t/src/long/bar.tar.packed          |  243 ---
 lib/Archive/Tar/t/src/long/foo.tbz.packed          |   23 -
 lib/Archive/Tar/t/src/long/foo.tgz.packed          |   23 -
 lib/Archive/Tar/t/src/short/b                      |    1 -
 lib/Archive/Tar/t/src/short/bar.tar.packed         |  243 ---
 lib/Archive/Tar/t/src/short/foo.tbz.packed         |   19 -
 lib/Archive/Tar/t/src/short/foo.tgz.packed         |   19 -

51 files changed, 4477 insertions(+), 5752 deletions(-)

commit mirrors/perl@cee202b7bebc105308f54a045a45bd424f971fde (remotes/github/zefram/gvsv_empty~2354)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Sun Apr 12 10:56:37 2009 +0100

    Eliminate "Old Perl threads tutorial", which describes 5005 threads.
    pod/perlthrtut.pod is the same material reworked for ithreads.

 MANIFEST                 |    1 -
 lib/perl5db.pl           |    1 -
 plan9/mkfile             |    2 +-
 pod.lst                  |    1 -
 pod/perl.pod             |    1 -
 pod/perlothrtut.pod      | 1067 ----------------------------------------------
 pod/perltoc.pod          |  116 -----
 vms/descrip_mms.template |   22 +-
 win32/pod.mak            |    4 -

9 files changed, 10 insertions(+), 1205 deletions(-)

commit mirrors/perl@7a56b9e9c4cef5db921ad7edb8d7cb51c00ef089 (remotes/github/maint-5.10~1322)

Author: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date:   Tue Jan 6 09:49:02 2009 +0100

    Remove a couple of p4-specific utilities
    
    (cherry-picked from commit 291c4ed918b57e9c4b05608a09c1279556b5b6ec (remotes/github/zefram/gvsv_empty~2961))

 MANIFEST           |    4 -
 Porting/apply      |   72 -------
 Porting/p4d2p      |   84 --------
 Porting/p4genpatch |  182 -----------------
 Porting/patchls    |  574 ----------------------------------------------------

5 files changed, 0 insertions(+), 916 deletions(-)

commit mirrors/perl@291c4ed918b57e9c4b05608a09c1279556b5b6ec (remotes/github/zefram/gvsv_empty~2961)

Author: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date:   Tue Jan 6 09:49:02 2009 +0100

    Remove a couple of p4-specific utilities

 MANIFEST           |    4 -
 Porting/apply      |   72 -------
 Porting/p4d2p      |   84 --------
 Porting/p4genpatch |  182 -----------------
 Porting/patchls    |  574 ----------------------------------------------------

5 files changed, 0 insertions(+), 916 deletions(-)

commit mirrors/perl@cc69b689ee7c274593c3c386a61a06ecb909431c (remotes/github/zefram/gvsv_empty~2825)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Fri Jan 23 22:01:26 2009 +0000

    suidperl goes.

 Cross/Makefile-cross-SH |   23 +--
 Makefile.SH             |   41 +---
 embed.fnc               |   19 +--
 embed.h                 |   30 +--
 installperl             |   13 -
 perl.c                  |  670 +----------------------------------------------
 perl.h                  |   76 ------
 pod/perldiag.pod        |   42 ---
 pod/perlsec.pod         |    9 +-
 proto.h                 |   26 +--

10 files changed, 18 insertions(+), 931 deletions(-)

commit mirrors/perl@7bdb04ccd665373794aa0c92cb44fc5ccb19b183 (remotes/github/zefram/gvsv_empty~1528)

Author: Chris Williams <chris@bingosnet.co.uk>
Date:   Sun Sep 6 11:49:21 2009 +0100

    Move Archive::Extract from lib/ to ext/

 MANIFEST                                        |   42 +-
 Porting/Maintainers.pl                          |    2 +-
 ext/.gitignore                                  |    1 +
 ext/Archive-Extract/lib/Archive/Extract.pm      | 1502 +++++++++++++++++++++++
 ext/Archive-Extract/t/01_Archive-Extract.t      |  506 ++++++++
 ext/Archive-Extract/t/src/.gitignore            |    3 +
 lib/.gitignore                                  |    1 +
 lib/Archive/Extract.pm                          | 1502 -----------------------
 lib/Archive/Extract/t/01_Archive-Extract.t      |  506 --------
 lib/Archive/Extract/t/src/.gitignore            |    3 -
 lib/Archive/Extract/t/src/double_dir.zip.packed |   21 -
 lib/Archive/Extract/t/src/x.Z.packed            |   16 -
 lib/Archive/Extract/t/src/x.bz2.packed          |   16 -
 lib/Archive/Extract/t/src/x.gz.packed           |   16 -
 lib/Archive/Extract/t/src/x.jar.packed          |   18 -
 lib/Archive/Extract/t/src/x.lzma.packed         |   16 -
 lib/Archive/Extract/t/src/x.par.packed          |   18 -
 lib/Archive/Extract/t/src/x.tar.gz.packed       |   18 -
 lib/Archive/Extract/t/src/x.tar.packed          |  243 ----
 lib/Archive/Extract/t/src/x.tgz.packed          |   18 -
 lib/Archive/Extract/t/src/x.zip.packed          |   18 -
 lib/Archive/Extract/t/src/y.jar.packed          |   21 -
 lib/Archive/Extract/t/src/y.par.packed          |   21 -
 lib/Archive/Extract/t/src/y.tar.bz2.packed      |   19 -
 lib/Archive/Extract/t/src/y.tar.gz.packed       |   19 -
 lib/Archive/Extract/t/src/y.tar.packed          |  243 ----
 lib/Archive/Extract/t/src/y.tbz.packed          |   19 -
 lib/Archive/Extract/t/src/y.tgz.packed          |   19 -
 lib/Archive/Extract/t/src/y.zip.packed          |   21 -

29 files changed, 2035 insertions(+), 2833 deletions(-)

15 Biggest Additions

commit mirrors/perl@61131c9411631986e27506a8a66b4d43f2f3e4e0 (remotes/github/zefram/gvsv_empty1523^21)

Author: Karl Williamson <khw@khw-desktop.(none)>
Date:   Thu Sep 3 11:29:30 2009 -0600

    Add missing files from Unicode 5.1 Character Database

 lib/unicore/DAge.txt                            |  963 ++++
 lib/unicore/DCoreProperties.txt                 | 5878 +++++++++++++++++++++++
 lib/unicore/DNormalizationProps.txt             | 2657 ++++++++++
 lib/unicore/README.perl                         |   70 +-
 lib/unicore/auxiliary/GraphemeBreakProperty.txt | 1166 +++++
 lib/unicore/auxiliary/SentenceBreakProperty.txt | 2161 +++++++++
 lib/unicore/auxiliary/WordBreakProperty.txt     |  816 ++++
 lib/unicore/extracted/DBidiClass.txt            | 1615 +++++++
 lib/unicore/extracted/DBinaryProperties.txt     |  227 +
 lib/unicore/extracted/DCombiningClass.txt       | 1881 ++++++++
 lib/unicore/extracted/DDecompositionType.txt    |  959 ++++
 lib/unicore/extracted/DEastAsianWidth.txt       | 1636 +++++++
 lib/unicore/extracted/DGeneralCategory.txt      | 3072 ++++++++++++
 lib/unicore/extracted/DJoinGroup.txt            |  411 ++
 lib/unicore/extracted/DJoinType.txt             |  283 ++
 lib/unicore/extracted/DLineBreak.txt            | 2670 ++++++++++
 lib/unicore/extracted/DNumType.txt              |  198 +
 lib/unicore/extracted/DNumValues.txt            | 1541 ++++++

18 files changed, 28185 insertions(+), 19 deletions(-)

commit mirrors/perl@e425a60b42b7aa18974e696c05c08e6321c20118 (remotes/github/zefram/gvsv_empty~1321)

Author: Yves Orton <demerphq@gmail.com>
Date:   Sat Sep 19 11:16:21 2009 +0200

    copy pat.t into five new files
    
    next commit i will mutually gut them all, and this step will allow git to trivially
    identify that all of these files were copies of pat.t originally, and thus the blame
    log should show the full history.

 t/re/pat_advanced.t  | 4391 ++++++++++++++++++++++++++++++++++++++++++++++++++
 t/re/pat_psycho.t    | 4391 ++++++++++++++++++++++++++++++++++++++++++++++++++
 t/re/pat_re_eval.t   | 4391 ++++++++++++++++++++++++++++++++++++++++++++++++++
 t/re/pat_rt_report.t | 4391 ++++++++++++++++++++++++++++++++++++++++++++++++++
 t/re/pat_test_lib.pl | 4391 ++++++++++++++++++++++++++++++++++++++++++++++++++

5 files changed, 21955 insertions(+), 0 deletions(-)

commit mirrors/perl@d2c6d79ed7f70a6510720d8cfcffab41e0ea01dc (remotes/github/maint-5.10~929)

Author: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date:   Sun Mar 1 23:37:53 2009 +0100

    Add Compress-Raw-Bzip2, by Paul Marquess
    
    (cherry picked from commit bdb7fd9ff27337264f70f75183d41d2995ccc57c (remotes/github/zefram/gvsv_empty~2525))

 MANIFEST                                         |   30 +
 Porting/Maintainers.pl                           |    8 +
 ext/Compress-Raw-Bzip2/Bzip2.xs                  |  868 +++++++++
 ext/Compress-Raw-Bzip2/Changes                   |   82 +
 ext/Compress-Raw-Bzip2/MANIFEST                  |   31 +
 ext/Compress-Raw-Bzip2/Makefile.PL               |  162 ++
 ext/Compress-Raw-Bzip2/README                    |  181 ++
 ext/Compress-Raw-Bzip2/bzip2-src/.gitignore      |    1 +
 ext/Compress-Raw-Bzip2/bzip2-src/LICENSE         |   42 +
 ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c     | 1094 ++++++++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c         | 2034 ++++++++++++++++++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c  |  514 ++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c         | 1572 +++++++++++++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h         |  282 +++
 ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h |  509 ++++++
 ext/Compress-Raw-Bzip2/bzip2-src/compress.c      |  672 +++++++
 ext/Compress-Raw-Bzip2/bzip2-src/crctable.c      |  104 ++
 ext/Compress-Raw-Bzip2/bzip2-src/decompress.c    |  626 +++++++
 ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c       |  175 ++
 ext/Compress-Raw-Bzip2/bzip2-src/huffman.c       |  205 +++
 ext/Compress-Raw-Bzip2/bzip2-src/mk251.c         |   31 +
 ext/Compress-Raw-Bzip2/bzip2-src/randtable.c     |   84 +
 ext/Compress-Raw-Bzip2/bzip2-src/spewG.c         |   54 +
 ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c      |  141 ++
 ext/Compress-Raw-Bzip2/fallback/constants.h      |  282 +++
 ext/Compress-Raw-Bzip2/fallback/constants.xs     |   88 +
 ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm |  329 ++++
 ext/Compress-Raw-Bzip2/pod/FAQ.pod               |  119 ++
 ext/Compress-Raw-Bzip2/private/MakeUtil.pm       |  381 ++++
 ext/Compress-Raw-Bzip2/t/000prereq.t             |   57 +
 ext/Compress-Raw-Bzip2/t/01bzip2.t               |  567 ++++++
 ext/Compress-Raw-Bzip2/t/99pod.t                 |   16 +
 ext/Compress-Raw-Bzip2/typemap                   |   54 +

33 files changed, 11395 insertions(+), 0 deletions(-)

commit mirrors/perl@bdb7fd9ff27337264f70f75183d41d2995ccc57c (remotes/github/zefram/gvsv_empty~2525)

Author: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date:   Sun Mar 1 23:37:53 2009 +0100

    Add Compress-Raw-Bzip2, by Paul Marquess

 MANIFEST                                         |   30 +
 Porting/Maintainers.pl                           |    8 +
 ext/Compress-Raw-Bzip2/Bzip2.xs                  |  868 +++++++++
 ext/Compress-Raw-Bzip2/Changes                   |   82 +
 ext/Compress-Raw-Bzip2/MANIFEST                  |   31 +
 ext/Compress-Raw-Bzip2/Makefile.PL               |  162 ++
 ext/Compress-Raw-Bzip2/README                    |  181 ++
 ext/Compress-Raw-Bzip2/bzip2-src/.gitignore      |    1 +
 ext/Compress-Raw-Bzip2/bzip2-src/LICENSE         |   42 +
 ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c     | 1094 ++++++++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c         | 2034 ++++++++++++++++++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c  |  514 ++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c         | 1572 +++++++++++++++++
 ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h         |  282 +++
 ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h |  509 ++++++
 ext/Compress-Raw-Bzip2/bzip2-src/compress.c      |  672 +++++++
 ext/Compress-Raw-Bzip2/bzip2-src/crctable.c      |  104 ++
 ext/Compress-Raw-Bzip2/bzip2-src/decompress.c    |  626 +++++++
 ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c       |  175 ++
 ext/Compress-Raw-Bzip2/bzip2-src/huffman.c       |  205 +++
 ext/Compress-Raw-Bzip2/bzip2-src/mk251.c         |   31 +
 ext/Compress-Raw-Bzip2/bzip2-src/randtable.c     |   84 +
 ext/Compress-Raw-Bzip2/bzip2-src/spewG.c         |   54 +
 ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c      |  141 ++
 ext/Compress-Raw-Bzip2/fallback/constants.h      |  282 +++
 ext/Compress-Raw-Bzip2/fallback/constants.xs     |   88 +
 ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm |  329 ++++
 ext/Compress-Raw-Bzip2/pod/FAQ.pod               |  119 ++
 ext/Compress-Raw-Bzip2/private/MakeUtil.pm       |  381 ++++
 ext/Compress-Raw-Bzip2/t/000prereq.t             |   57 +
 ext/Compress-Raw-Bzip2/t/01bzip2.t               |  567 ++++++
 ext/Compress-Raw-Bzip2/t/99pod.t                 |   16 +
 ext/Compress-Raw-Bzip2/typemap                   |   54 +

33 files changed, 11395 insertions(+), 0 deletions(-)

commit mirrors/perl@dbadabac3485b259e6be66dfb16a9479eb1fabda (remotes/github/maint-5.10~1484)

Author: Nicholas Clark <nick@ccl4.org>
Date:   Tue Feb 12 13:15:20 2008 +0000

    assert() that every NN argument is not NULL. Otherwise we have the
    ability to create landmines that will explode under someone in the
    future when they upgrade their compiler to one with better
    optimisation. We've already done this at least twice.
    (Yes, some of the assertions are after code that would already have
    SEGVd because it already deferences a pointer, but they are put in
    to make it easier to automate checking that each and every case is
    covered.)
    Add a tool, checkARGS_ASSERT.pl, to check that every case is covered.
    
    p4raw-id: //depot/perl@33291
    
    (cherry-picked from commit 7918f24d20384771923d344a382e1d16d9552018 (remotes/github/vadim/cross~1250))

 MANIFEST        |    1 +
 NetWare/nw5.c   |    2 +-
 av.c            |   34 +-
 deb.c           |    7 +
 doio.c          |   38 ++-
 doop.c          |   37 +-
 dump.c          |   72 +++-
 embed.pl        |   22 +-
 gv.c            |   65 ++-
 hv.c            |   78 +++-
 locale.c        |    7 +
 malloc.c        |    7 +
 mathoms.c       |  123 ++++
 mg.c            |  134 ++++-
 mro.c           |   14 +-
 numeric.c       |   36 +-
 op.c            |  257 ++++++++-
 pad.c           |   30 +
 perl.c          |   83 +++-
 perlio.c        |    6 +
 pod/perlapi.pod |    2 +-
 pp.c            |    4 +
 pp_ctl.c        |   40 ++-
 pp_hot.c        |    9 +
 pp_pack.c       |   35 +-
 pp_sort.c       |   33 +-
 pp_sys.c        |    6 +
 proto.h         | 1882 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 reentr.c        |    5 +
 reentr.pl       |    5 +
 regcomp.c       |  142 ++++-
 regexec.c       |   64 ++-
 scope.c         |   83 +++
 sv.c            |  313 +++++++++-
 taint.c         |    3 +
 toke.c          |  106 +++-
 universal.c     |    8 +-
 utf8.c          |  127 ++++-
 util.c          |  121 ++++-
 vms/vms.c       |    4 +
 win32/win32.c   |   10 +
 win32/wince.c   |    8 +

42 files changed, 3973 insertions(+), 90 deletions(-)

commit mirrors/perl@325671ab5f8b14e76dc0132378d2475de6a0f708 (remotes/github/maint-5.10~1594)

Author: David Mitchell <davem@iabyn.com>
Date:   Wed Feb 25 21:58:02 2009 +0000

    run: perl pod/buildtoc --build-toc

 pod/perltoc.pod | 4972 +++++++++++++++++++++++++++++++++++++++++++++++--------

1 files changed, 4244 insertions(+), 728 deletions(-)

commit mirrors/perl@38d16f768e4b9123cf8150eb5252d4644c9228c0 (remotes/github/maint-5.10~1601)

Author: Paul Fenwick <pjf@perltraining.com.au>
Date:   Sat Dec 20 22:21:02 2008 +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
    
    (cherry picked from commit 0b09a93a0cec34bc5d1740400c4ed9500d2f1dbe (remotes/github/vadim/cross~81))

 MANIFEST                                       |   38 +
 lib/Fatal.pm                                   | 1159 +++++++++++++++++++++---
 lib/autodie.pm                                 |  355 ++++++++
 lib/autodie/exception.pm                       |  665 ++++++++++++++
 lib/autodie/exception/system.pm                |   81 ++
 pod/perlmodlib.pod                             |    4 +
 t/lib/autodie/00-load.t                        |    9 +
 t/lib/autodie/Fatal.t                          |   36 +
 t/lib/autodie/autodie.t                        |  103 +++
 t/lib/autodie/autodie_test_module.pm           |   18 +
 t/lib/autodie/backcompat.t                     |   14 +
 t/lib/autodie/basic_exceptions.t               |   27 +
 t/lib/autodie/binmode.t                        |   33 +
 t/lib/autodie/context.t                        |   66 ++
 t/lib/autodie/context_lexical.t                |   80 ++
 t/lib/autodie/crickey.t                        |   27 +
 t/lib/autodie/dbmopen.t                        |   36 +
 t/lib/autodie/exception_class.t                |   57 ++
 t/lib/autodie/exceptions.t                     |   45 +
 t/lib/autodie/exec.t                           |   12 +
 t/lib/autodie/filehandles.t                    |   60 ++
 t/lib/autodie/fileno.t                         |   35 +
 t/lib/autodie/flock.t                          |   90 ++
 t/lib/autodie/internal.t                       |   33 +
 t/lib/autodie/lethal.t                         |   17 +
 t/lib/autodie/lib/autodie/test/au.pm           |   14 +
 t/lib/autodie/lib/autodie/test/au/exception.pm |   19 +
 t/lib/autodie/lib/autodie/test/badname.pm      |    8 +
 t/lib/autodie/lib/autodie/test/missing.pm      |    8 +
 t/lib/autodie/lib/lethal.pm                    |    8 +
 t/lib/autodie/lib/pujHa/ghach.pm               |   26 +
 t/lib/autodie/lib/pujHa/ghach/Dotlh.pm         |   59 ++
 t/lib/autodie/mkdir.t                          |   69 ++
 t/lib/autodie/open.t                           |   18 +
 t/lib/autodie/recv.t                           |   60 ++
 t/lib/autodie/repeat.t                         |   19 +
 t/lib/autodie/scope_leak.t                     |   37 +
 t/lib/autodie/sysopen.t                        |   23 +
 t/lib/autodie/truncate.t                       |   52 ++
 t/lib/autodie/unlink.t                         |   52 ++
 t/lib/autodie/usersub.t                        |   64 ++
 t/lib/autodie/version.t                        |   17 +
 t/lib/autodie/version_tag.t                    |   26 +

43 files changed, 3561 insertions(+), 118 deletions(-)

commit mirrors/perl@dc00b2b2938c8140f41cfa1cde113358e3e46d47 (remotes/github/maint-5.10~1620)

Author: David Mitchell <davem@iabyn.com>
Date:   Wed Feb 25 14:46:51 2009 +0000

    add a log file showing the status of of bleed -> maint merges, plus
    a tool for processinbg that file

 MANIFEST              |    2 +
 Porting/mergelog      | 2416 +++++++++++++++++++++++++++++++++++++++++++++++++
 Porting/mergelog-tool |  372 ++++++++

3 files changed, 2790 insertions(+), 0 deletions(-)

commit mirrors/perl@b05c681beb8000c9ab95963ea5de7d047bc392c0 (remotes/github/maint-5.10~656)

Author: David Mitchell <davem@iabyn.com>
Date:   Tue May 12 14:43:08 2009 +0100

    add perl589delta.pod to blead
    
    (cherry picked from commit 7214e7c31c99f51cf2858a0b68a932233248baf0 (remotes/github/zefram/gvsv_empty~2220))

 MANIFEST             |    1 +
 pod/perl589delta.pod | 2336 ++++++++++++++++++++++++++++++++++++++++++++++++++

2 files changed, 2337 insertions(+), 0 deletions(-)

commit mirrors/perl@7214e7c31c99f51cf2858a0b68a932233248baf0 (remotes/github/zefram/gvsv_empty~2220)

Author: David Mitchell <davem@iabyn.com>
Date:   Tue May 12 14:43:08 2009 +0100

    add perl589delta.pod to blead

 MANIFEST             |    1 +
 pod/perl589delta.pod | 2336 ++++++++++++++++++++++++++++++++++++++++++++++++++

2 files changed, 2337 insertions(+), 0 deletions(-)

commit mirrors/perl@703c0b65f56097523bcd5213965a59970fe73acd (remotes/github/maint-5.10~924)

Author: Steffen Mueller <smueller@cpan.org>
Date:   Tue Jan 6 19:49:01 2009 +0100

    Integrate Parse::CPAN::Meta 0.04 into core
    
    (cherry picked from commit be96f5c3c1a80cfc38af146c5d5dc928a7022577 (remotes/github/zefram/gvsv_empty~2520))

 MANIFEST                                           |   20 +
 lib/Parse/CPAN/Meta.pm                             |  398 ++++++++++++++++++++
 lib/Parse/CPAN/Meta/Changes                        |   20 +
 lib/Parse/CPAN/Meta/t/01_compile.t                 |   29 ++
 lib/Parse/CPAN/Meta/t/02_basic.t                   |  248 ++++++++++++
 lib/Parse/CPAN/Meta/t/03_regression.t              |  311 +++++++++++++++
 lib/Parse/CPAN/Meta/t/04_scalar.t                  |   40 ++
 lib/Parse/CPAN/Meta/t/11_meta_yml.t                |  318 ++++++++++++++++
 lib/Parse/CPAN/Meta/t/12_plagger.t                 |  136 +++++++
 lib/Parse/CPAN/Meta/t/13_perl_smith.t              |  156 ++++++++
 lib/Parse/CPAN/Meta/t/14_yaml_org.t                |   72 ++++
 lib/Parse/CPAN/Meta/t/15_multibyte.t               |   48 +++
 lib/Parse/CPAN/Meta/t/16_nullrefs.t                |   39 ++
 lib/Parse/CPAN/Meta/t/17_toolbar.t                 |   58 +++
 lib/Parse/CPAN/Meta/t/data/HTML-WebDAO.yml         |    8 +
 .../t/data/Template-Provider-Unicode-Japanese.yml  |   20 +
 lib/Parse/CPAN/Meta/t/data/multibyte.yml           |   22 ++
 lib/Parse/CPAN/Meta/t/data/sample.yml              |   28 ++
 lib/Parse/CPAN/Meta/t/data/toolbar.yml             |   16 +
 lib/Parse/CPAN/Meta/t/data/vanilla.yml             |   98 +++++
 t/lib/Parse/CPAN/Meta/Test.pm                      |   77 ++++

21 files changed, 2162 insertions(+), 0 deletions(-)

commit mirrors/perl@be96f5c3c1a80cfc38af146c5d5dc928a7022577 (remotes/github/zefram/gvsv_empty~2520)

Author: Steffen Mueller <smueller@cpan.org>
Date:   Tue Jan 6 19:49:01 2009 +0100

    Integrate Parse::CPAN::Meta 0.04 into core

 MANIFEST                                           |   20 +
 lib/Parse/CPAN/Meta.pm                             |  398 ++++++++++++++++++++
 lib/Parse/CPAN/Meta/Changes                        |   20 +
 lib/Parse/CPAN/Meta/t/01_compile.t                 |   29 ++
 lib/Parse/CPAN/Meta/t/02_basic.t                   |  248 ++++++++++++
 lib/Parse/CPAN/Meta/t/03_regression.t              |  311 +++++++++++++++
 lib/Parse/CPAN/Meta/t/04_scalar.t                  |   40 ++
 lib/Parse/CPAN/Meta/t/11_meta_yml.t                |  318 ++++++++++++++++
 lib/Parse/CPAN/Meta/t/12_plagger.t                 |  136 +++++++
 lib/Parse/CPAN/Meta/t/13_perl_smith.t              |  156 ++++++++
 lib/Parse/CPAN/Meta/t/14_yaml_org.t                |   72 ++++
 lib/Parse/CPAN/Meta/t/15_multibyte.t               |   48 +++
 lib/Parse/CPAN/Meta/t/16_nullrefs.t                |   39 ++
 lib/Parse/CPAN/Meta/t/17_toolbar.t                 |   58 +++
 lib/Parse/CPAN/Meta/t/data/HTML-WebDAO.yml         |    8 +
 .../t/data/Template-Provider-Unicode-Japanese.yml  |   20 +
 lib/Parse/CPAN/Meta/t/data/multibyte.yml           |   22 ++
 lib/Parse/CPAN/Meta/t/data/sample.yml              |   28 ++
 lib/Parse/CPAN/Meta/t/data/toolbar.yml             |   16 +
 lib/Parse/CPAN/Meta/t/data/vanilla.yml             |   98 +++++
 t/lib/Parse/CPAN/Meta/Test.pm                      |   77 ++++

21 files changed, 2162 insertions(+), 0 deletions(-)

commit mirrors/perl@0139af378500d28d1f55b4c4b3adadc681c42941 (remotes/github/maint-5.10~710)

Author: Jos I. Boumans <jos@dwim.org>
Date:   Fri Feb 27 16:07:53 2009 +0100

    Update CPANPLUS to 0.85_06
    
    (cherry picked from commit 4443dd534cb30448ffd0c8f241b54eb1d51bbe74 (remotes/github/zefram/gvsv_empty~2521))

 MANIFEST                                           |    9 +
 lib/CPANPLUS.pm                                    |    2 +-
 lib/CPANPLUS/Backend.pm                            |   70 ++-
 lib/CPANPLUS/Config.pm                             |   76 +++-
 lib/CPANPLUS/Configure.pm                          |  138 +++--
 lib/CPANPLUS/Configure/Setup.pm                    |   30 +-
 lib/CPANPLUS/Dist.pm                               |  231 +++++++--
 lib/CPANPLUS/Dist/Autobundle.pm                    |  117 +++++
 lib/CPANPLUS/Dist/Base.pm                          |   19 +-
 lib/CPANPLUS/Dist/MM.pm                            |   54 ++-
 lib/CPANPLUS/Internals.pm                          |   58 ++-
 lib/CPANPLUS/Internals/Constants.pm                |   28 +-
 lib/CPANPLUS/Internals/Constants/Report.pm         |   12 +-
 lib/CPANPLUS/Internals/Fetch.pm                    |   78 ++-
 lib/CPANPLUS/Internals/Report.pm                   |  146 +++---
 lib/CPANPLUS/Internals/Search.pm                   |   37 +-
 lib/CPANPLUS/Internals/Source.pm                   |  550 ++++++++------------
 lib/CPANPLUS/Internals/Source/Memory.pm            |  372 +++++++++++++
 lib/CPANPLUS/Internals/Source/SQLite.pm            |  326 ++++++++++++
 lib/CPANPLUS/Internals/Source/SQLite/Tie.pm        |  145 +++++
 lib/CPANPLUS/Internals/Utils.pm                    |   37 +-
 lib/CPANPLUS/Module.pm                             |  314 +++++++++---
 lib/CPANPLUS/Module/Author.pm                      |   37 +-
 lib/CPANPLUS/Module/Checksums.pm                   |    8 +-
 lib/CPANPLUS/Selfupdate.pm                         |   26 +-
 lib/CPANPLUS/Shell.pm                              |    2 +
 lib/CPANPLUS/Shell/Default.pm                      |   73 ++-
 lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod       |    2 +-
 lib/CPANPLUS/bin/cpan2dist                         |   10 +-
 lib/CPANPLUS/inc.pm                                |    2 +-
 .../t/031_CPANPLUS-Internals-Source-SQLite.t       |   80 +++
 .../t/032_CPANPLUS-Internals-Source-via-sqlite.t   |   14 +
 lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t      |   83 +++-
 lib/CPANPLUS/t/04_CPANPLUS-Module.t                |   52 ++-
 lib/CPANPLUS/t/08_CPANPLUS-Backend.t               |  180 +++++--
 lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t      |    5 +
 lib/CPANPLUS/t/19_CPANPLUS-Dist.t                  |   87 ++--
 lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t               |   27 +-
 lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t         |   95 +++-
 lib/CPANPLUS/t/25_CPANPLUS.t                       |   90 ++++
 lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t      |   30 +-
 .../t/dummy-CPAN/authors/01mailrc.txt.gz.packed    |    2 +-
 .../id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz.packed    |    2 +-
 .../t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS       |    9 +-
 .../dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta |   13 +
 .../authors/id/EUNOXS/Foo-Bar-0.01.tar.gz.packed   |   51 +-
 .../authors/id/EUNOXS/perl5.005_03.tar.gz.packed   |    2 +-
 .../authors/id/EUXS/Foo-Bar-0.01.tar.gz.packed     |    2 +-
 .../authors/id/MBNOXS/Foo-Bar-0.01.tar.gz.packed   |    2 +-
 .../authors/id/MBXS/Foo-Bar-0.01.tar.gz.packed     |    2 +-
 lib/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm   |   19 +
 .../modules/02packages.details.txt.gz.packed       |    4 +-
 .../t/dummy-CPAN/modules/03modlist.data.gz.packed  |    2 +-
 lib/CPANPLUS/t/inc/conf.pl                         |   34 +-

54 files changed, 2951 insertions(+), 945 deletions(-)

commit mirrors/perl@4443dd534cb30448ffd0c8f241b54eb1d51bbe74 (remotes/github/zefram/gvsv_empty~2521)

Author: Jos I. Boumans <jos@dwim.org>
Date:   Fri Feb 27 16:07:53 2009 +0100

    Update CPANPLUS to 0.85_06

 MANIFEST                                           |    9 +
 lib/CPANPLUS.pm                                    |    2 +-
 lib/CPANPLUS/Backend.pm                            |   70 ++-
 lib/CPANPLUS/Config.pm                             |   76 +++-
 lib/CPANPLUS/Configure.pm                          |  138 +++--
 lib/CPANPLUS/Configure/Setup.pm                    |   30 +-
 lib/CPANPLUS/Dist.pm                               |  231 +++++++--
 lib/CPANPLUS/Dist/Autobundle.pm                    |  117 +++++
 lib/CPANPLUS/Dist/Base.pm                          |   19 +-
 lib/CPANPLUS/Dist/MM.pm                            |   54 ++-
 lib/CPANPLUS/Internals.pm                          |   58 ++-
 lib/CPANPLUS/Internals/Constants.pm                |   28 +-
 lib/CPANPLUS/Internals/Constants/Report.pm         |   12 +-
 lib/CPANPLUS/Internals/Fetch.pm                    |   78 ++-
 lib/CPANPLUS/Internals/Report.pm                   |  146 +++---
 lib/CPANPLUS/Internals/Search.pm                   |   37 +-
 lib/CPANPLUS/Internals/Source.pm                   |  550 ++++++++------------
 lib/CPANPLUS/Internals/Source/Memory.pm            |  372 +++++++++++++
 lib/CPANPLUS/Internals/Source/SQLite.pm            |  326 ++++++++++++
 lib/CPANPLUS/Internals/Source/SQLite/Tie.pm        |  145 +++++
 lib/CPANPLUS/Internals/Utils.pm                    |   37 +-
 lib/CPANPLUS/Module.pm                             |  314 +++++++++---
 lib/CPANPLUS/Module/Author.pm                      |   37 +-
 lib/CPANPLUS/Module/Checksums.pm                   |    8 +-
 lib/CPANPLUS/Selfupdate.pm                         |   26 +-
 lib/CPANPLUS/Shell.pm                              |    2 +
 lib/CPANPLUS/Shell/Default.pm                      |   73 ++-
 lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod       |    2 +-
 lib/CPANPLUS/bin/cpan2dist                         |   10 +-
 lib/CPANPLUS/inc.pm                                |    2 +-
 .../t/031_CPANPLUS-Internals-Source-SQLite.t       |   80 +++
 .../t/032_CPANPLUS-Internals-Source-via-sqlite.t   |   14 +
 lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t      |   83 +++-
 lib/CPANPLUS/t/04_CPANPLUS-Module.t                |   52 ++-
 lib/CPANPLUS/t/08_CPANPLUS-Backend.t               |  180 +++++--
 lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t      |    5 +
 lib/CPANPLUS/t/19_CPANPLUS-Dist.t                  |   87 ++--
 lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t               |   27 +-
 lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t         |   95 +++-
 lib/CPANPLUS/t/25_CPANPLUS.t                       |   90 ++++
 lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t      |   30 +-
 .../t/dummy-CPAN/authors/01mailrc.txt.gz.packed    |    2 +-
 .../id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz.packed    |    2 +-
 .../t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS       |    9 +-
 .../dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta |   13 +
 .../authors/id/EUNOXS/Foo-Bar-0.01.tar.gz.packed   |   51 +-
 .../authors/id/EUNOXS/perl5.005_03.tar.gz.packed   |    2 +-
 .../authors/id/EUXS/Foo-Bar-0.01.tar.gz.packed     |    2 +-
 .../authors/id/MBNOXS/Foo-Bar-0.01.tar.gz.packed   |    2 +-
 .../authors/id/MBXS/Foo-Bar-0.01.tar.gz.packed     |    2 +-
 lib/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm   |   19 +
 .../modules/02packages.details.txt.gz.packed       |    4 +-
 .../t/dummy-CPAN/modules/03modlist.data.gz.packed  |    2 +-
 lib/CPANPLUS/t/inc/conf.pl                         |   34 +-

54 files changed, 2951 insertions(+), 945 deletions(-)

commit mirrors/perl@7cdf958deec646b995d2d9e47c4dae88052cd1f4 (remotes/github/zefram/gvsv_empty1642^229^2~20)

Author: David Mitchell <davem@iabyn.com>
Date:   Sun Aug 23 17:33:11 2009 +0100

    add perl5101delta

 MANIFEST                 |    1 +
 pod.lst                  |    1 +
 pod/perl.pod             |    1 +
 pod/perl5101delta.pod    | 1772 ++++++++++++++++++++++++++++++++++++++++++++++
 vms/descrip_mms.template |   32 +-
 win32/Makefile           |   12 +-
 win32/makefile.mk        |   12 +-
 win32/pod.mak            |    4 +

8 files changed, 1809 insertions(+), 26 deletions(-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment