[Reproducible-commits] [perl] branch pu/reproducible-builds deleted (was a022841)

Holger Levsen holger at moszumanska.debian.org
Thu Mar 12 15:56:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a change to branch pu/reproducible-builds
in repository perl.

       was  a022841   Use gmtime instead of localtime. (Closes: #780259)

This change permanently discards the following revisions:

  discards  a022841   Use gmtime instead of localtime. (Closes: #780259)
  discards  6153b77   releasing 5.20.2-2 to unstable
  discards  4027c14   Make perl-modules Depend on a matching perl-base. (Closes: #779455)
  discards  5967360   Make perl-modules Break older versions of perl. (Closes: #779433)
  discards  e1ff24c   Backport upstream fix for a regexp performance regression from 5.14. (Closes: #777556)
  discards  f3dc189   simpify and speed up /.*.../ handling
  discards  bf8e7b8   Fix the Broken libfile-spec-perl versions.
  discards  3664740   Version the perl-modules -> perl recommendation
  discards  f5f1c13   Make perl-modules Recommend perl
  discards  4e7a33b   releasing package perl version 5.20.2-1
  discards  7acd71d   Add 5.20.2 to debian/released-versions
  discards  fbf59d4   close another bug
  discards  683d7df   Add Breaks: entries for various packages which could be affected by the above change, where they have been fixed
  discards  033fa06   Break circular dependency between perl and perl-modules (Closes: #777597)
  discards  c273266   Update Breaks versions for libfile-spec-perl, libmodule-corelist-perl, libstorable-perl
  discards  97e84c8   debian/copyright updates for 5.20.2
  discards  6a2ba40   New upstream release
  discards  ce572cc   TODO checking the result of recv() on hurd
  discards  1e95825   Compare recv return value to peername in socket test
  discards  f53ed66   Fix gunzip to in-memory file handle
  discards  769fa1a   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  fb91f99   Tell the 'less' pager to allow terminal escape sequences
  discards  67a05bf   Pass LD settings through to subdirectories
  discards  253cdef   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  063cbaf   Skip a regeneration check in unrelated git repositories
  discards  72643e9   Memoize::Storable: respect 'nstore' option not respected
  discards  85d9ea0   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  f4d8c4b   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  9dd0717   Configure CPAN::Distribution with correct name of html2text
  discards  0a03424   Document that CCFLAGS should include $Config{ccflags}
  discards  2696245   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  1b1e443   List packaged patches in patchlevel.h
  discards  00710da   Skip tests specific to the upstream Git repository
  discards  35533e0   Squelch locale warnings in Debian package maintainer scripts
  discards  570dc5a   Point users to Debian packages of deprecated core modules
  discards  835b042   Make perlivp skip include directories in /usr/local
  discards  94a15b8   Document the Net::SMTP 'Port' option
  discards  5cc13e8   Prune the list of libraries wanted to what we actually need.
  discards  ec09c9c   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  87e8292   Tweak @INC ordering for Debian
  discards  2494c5d   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  86e9c47   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  f86b73a   Debian policy doesn't install .packlist files for core or vendor.
  discards  cc7249f   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  1073a78   Fiddle with *PREFIX and variables written to the makefile
  discards  dbd5f46   Don't install .packlist or perllocal.pod for perl or vendor
  discards  6eeefa2   EU:MM: set location of libperl.a under /usr/lib
  discards  400ae32   Set umask approproately for site install directories
  discards  a8c4ab6   Respect umask during installation
  discards  3220989   Note that libperl-dev package is required for embedded linking
  discards  93a76ff   Remove Errno version check due to upgrade problems with long-running processes.
  discards  3922e67   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  79ab581   Replace generic man(1) instructions with Debian-specific information.
  discards  5b1d41f   Remove overly restrictive DB_File version check.
  discards  440ad1e   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  d73859e   record new upstream branch created by importing perl_5.20.2.orig.tar.bz2
  discards  708ce07   Import perl_5.20.2.orig.tar.bz2
  discards  d74a3b6   releasing 5.20.1-5 to unstable
  discards  1e51bc8   Make perl-base, perl-modules, and perl Pre-Depend on dpkg (>= 1.17.17)
  discards  a6cee3b   Make perl-base and perl-modules Break perl (<< 5.20.0~)
  discards  edadb3a   start 5.20.1-5
  discards  280ef88   releasing 5.20.1-4 to unstable
  discards  57fd836   Make perl-base and perl-modules Break pdl (<< 1:2.007-4) to fix upgrade failures with dpkg triggers. (Closes: #773323)
  discards  32130cf   start 5.20.1-4
  discards  ce0fd4f   Retroactively close #757905 in the 5.20.1-3 changelog entry
  discards  0ad71c6   releasing 5.20.1-3 to unstable
  discards  a5e3806   Move File::Temp, File::Path, File::Basename, and parent to perl-base
  discards  eeaabca   start 5.20.1-3
  discards  c79ae96   releasing package perl version 5.20.1-2
  discards  3ad0a66   Fix t/io/socket.t on Hurd: include upstream fixes (Closes: #758718)
  discards  a6586a5   TODO checking the result of recv() on hurd
  discards  781aa29   Compare recv return value to peername in socket test
  discards  91e71dc   Fix gunzip to in-memory file handle
  discards  bdcf29e   don't recurse infinitely in Data::Dumper
  discards  f4efddd   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  50a72b6   Fix IO::Uncompress::Gunzip gunzip to in-memory file handle
  discards  5d32f06   Fix gunzip to in-memory file handle
  discards  1d14a63   releasing package perl version 5.20.1-1
  discards  2d4308f   Really include the upstream bug status for fixes/regcomp-mips-optim.diff
  discards  7c54dec   Tell the 'less' pager to allow terminal escape sequences
  discards  92ad49d   don't recurse infinitely in Data::Dumper
  discards  c08cbee   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  9256a6f   Disable failing GNU/Hurd test in t/io/socket.t
  discards  8506f60   Pass LD settings through to subdirectories
  discards  2baae83   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  234b41b   Update patch metadata to reflect upstream status
  discards  a2d33e8   don't recurse infinitely in Data::Dumper
  discards  8b48769   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  1e5b4ba   Disable failing GNU/Hurd test in t/io/socket.t
  discards  18cd89f   Tell the 'less' pager to allow terminal escape sequences
  discards  67ed9d0   Pass LD settings through to subdirectories
  discards  de5c0d2   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  6a75bca   Update lintian override for wrong-path-for-interpreter (see #762273)
  discards  1024c87   Add 5.20.1 to debian/released-versions prior to upload to unstable
  discards  b282486   Update Breaks versions for libfile-spec-perl, libmodule-corelist-perl, libversion-perl
  discards  878ef70   Update maintainer tests to reflect the fact that libcgi-fast-perl is not being shipped
  discards  0f3345c   Mark debian/copyright as reviewed for 5.20.1
  discards  956225d   Update Standards-Version (no changes)
  discards  5b85b32   add bug closer
  discards  e55b3b9   [SECURITY] CVE-2014-4330: don't recurse infinitely in Data::Dumper
  discards  029c170   don't recurse infinitely in Data::Dumper
  discards  5d13edf   New upstream release
  discards  6db19a9   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  854d8fb   Skip a regeneration check in unrelated git repositories
  discards  31b327f   Disable failing GNU/Hurd test in t/io/socket.t
  discards  6625c6e   Memoize::Storable: respect 'nstore' option not respected
  discards  2372c6f   Tell the 'less' pager to allow terminal escape sequences
  discards  f994eab   Pass LD settings through to subdirectories
  discards  b1317f4   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  1ae5611   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  54f7fc0   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  0e2de7d   Configure CPAN::Distribution with correct name of html2text
  discards  f0acbbc   Document that CCFLAGS should include $Config{ccflags}
  discards  5c16440   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  2250495   List packaged patches in patchlevel.h
  discards  01feeeb   Skip tests specific to the upstream Git repository
  discards  c352628   Squelch locale warnings in Debian package maintainer scripts
  discards  de060e6   Point users to Debian packages of deprecated core modules
  discards  8af4fa6   Make perlivp skip include directories in /usr/local
  discards  1543f18   Document the Net::SMTP 'Port' option
  discards  b27c756   Prune the list of libraries wanted to what we actually need.
  discards  290315f   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  b34defe   Tweak @INC ordering for Debian
  discards  80edec6   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  795bbbc   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  c4fca8e   Debian policy doesn't install .packlist files for core or vendor.
  discards  6763996   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  53d95f3   Fiddle with *PREFIX and variables written to the makefile
  discards  e84d681   Don't install .packlist or perllocal.pod for perl or vendor
  discards  0826896   EU:MM: set location of libperl.a under /usr/lib
  discards  4805bcc   Set umask approproately for site install directories
  discards  0a15c8d   Respect umask during installation
  discards  f0d8fe5   Note that libperl-dev package is required for embedded linking
  discards  5f87228   Remove Errno version check due to upgrade problems with long-running processes.
  discards  1faa29d   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  2828850   Replace generic man(1) instructions with Debian-specific information.
  discards  6cba4ed   Remove overly restrictive DB_File version check.
  discards  1af790b   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  451de7e   record new upstream branch created by importing perl_5.20.1.orig.tar.bz2
  discards  d497639   Import perl_5.20.1.orig.tar.bz2
  discards  b64f8bd   releasing version 5.20.1~rc2-1
  discards  d8283b4   New upstream release candidate
  discards  20a6ccd   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  03a5865   Disable failing GNU/Hurd test in t/io/socket.t
  discards  447c207   Tell the 'less' pager to allow terminal escape sequences
  discards  5ed04ab   Pass LD settings through to subdirectories
  discards  ba424ca   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  be24d34   Skip a regeneration check in unrelated git repositories
  discards  7c3a680   Memoize::Storable: respect 'nstore' option not respected
  discards  3729e36   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  7c113ae   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  c8a9c84   Configure CPAN::Distribution with correct name of html2text
  discards  702375f   Document that CCFLAGS should include $Config{ccflags}
  discards  12199ea   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  e431941   List packaged patches in patchlevel.h
  discards  2e3cb09   Skip tests specific to the upstream Git repository
  discards  0cf9216   Squelch locale warnings in Debian package maintainer scripts
  discards  ca6b704   Point users to Debian packages of deprecated core modules
  discards  d38368c   Make perlivp skip include directories in /usr/local
  discards  aed4de2   Document the Net::SMTP 'Port' option
  discards  ddcddc0   Prune the list of libraries wanted to what we actually need.
  discards  8937c99   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  c7631e7   Tweak @INC ordering for Debian
  discards  bd5c1b7   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  23e315c   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  5126c37   Debian policy doesn't install .packlist files for core or vendor.
  discards  99e5714   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  3e2f4e6   Fiddle with *PREFIX and variables written to the makefile
  discards  40a5f5c   Don't install .packlist or perllocal.pod for perl or vendor
  discards  4c22d71   EU:MM: set location of libperl.a under /usr/lib
  discards  751b56a   Set umask approproately for site install directories
  discards  682736e   Respect umask during installation
  discards  cb97457   Note that libperl-dev package is required for embedded linking
  discards  7591bd2   Remove Errno version check due to upgrade problems with long-running processes.
  discards  986c984   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  0380e93   Replace generic man(1) instructions with Debian-specific information.
  discards  11c8fd9   Remove overly restrictive DB_File version check.
  discards  e17b64b   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  6a13209   record new upstream branch created by importing perl_5.20.1~rc2.orig.tar.bz2
  discards  c682bef   Import perl_5.20.1~rc2.orig.tar.bz2
  discards  8f463a3   releasing package perl version 5.20.1~rc1-1
  discards  5da5c5c   Fix test disabling
  discards  38f4f77   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  5c5248b   Disable failing GNU/Hurd test in t/io/socket.t
  discards  ccd0719   Support POD_MAN_DATE in Pod::Man for the left-hand footer to help with reproducible builds; thanks to Russ Allbery (Closes: #759405)
  discards  5bbb3d8   Support POD_MAN_DATE in Pod::Man for the left-hand footer
  discards  bdb0354   Ensure that all manpage directories are installed with appropriate permissions, fixing Lintian warnings
  discards  4cc8d66   Add 5.20.0 to debian/released-version so we continue to Provide perlapi-5.20.0
  discards  5dad1a6   Modify $Config{libperl} to avoid exposing the full version (Closes: #759989)
  discards  234872a   Disable failing test in t/io/socket.t on GNU/Hurd (see: #758718)
  discards  5a6ba1e   Disable failing GNU/Hurd test in t/io/socket.t
  discards  7577a5f   Don't skip dist/threads/t/stack.t on GNU/Hurd as Hurd now has support for varying stack length sizes (Closes: #650175)
  discards  5b9faf7   Tell the 'less' pager to allow terminal escape sequences
  discards  1371266   Pass LD settings through to subdirectories
  discards  dde9bcb   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  0f7f750   Skip a regeneration check in unrelated git repositories
  discards  f9881be   Memoize::Storable: respect 'nstore' option not respected
  discards  2280821   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  5d02228   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  9c95b70   add changelog entry for new version
  discards  207ac10   Update versioned Breaks on updated dual-lived modules in 5.20.1-RC1
  discards  f1ea9e9   New upstream release candidate
  discards  80cd3b9   Tell the 'less' pager to allow terminal escape sequences
  discards  46bfbf8   Pass LD settings through to subdirectories
  discards  eac45f5   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  9d1fbaf   Skip a regeneration check in unrelated git repositories
  discards  5614f83   Memoize::Storable: respect 'nstore' option not respected
  discards  9f6e5dc   Configure CPAN::Distribution with correct name of html2text
  discards  6e7e16b   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  f2595c3   Document that CCFLAGS should include $Config{ccflags}
  discards  4858ccb   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  7fb73b4   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  b75a69f   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  4dae9d6   List packaged patches in patchlevel.h
  discards  8716a1f   Skip tests specific to the upstream Git repository
  discards  949b752   Squelch locale warnings in Debian package maintainer scripts
  discards  6c22e0f   Point users to Debian packages of deprecated core modules
  discards  f80e39c   Make perlivp skip include directories in /usr/local
  discards  6391cda   Document the Net::SMTP 'Port' option
  discards  4e98552   Prune the list of libraries wanted to what we actually need.
  discards  190970f   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  9694518   Tweak @INC ordering for Debian
  discards  f7423b6   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  98d0473   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  d79e501   Debian policy doesn't install .packlist files for core or vendor.
  discards  59f3de3   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  73e3668   Fiddle with *PREFIX and variables written to the makefile
  discards  86c32ca   Don't install .packlist or perllocal.pod for perl or vendor
  discards  790190b   EU:MM: set location of libperl.a under /usr/lib
  discards  dc493ec   Set umask approproately for site install directories
  discards  673107b   Respect umask during installation
  discards  5f67534   Note that libperl-dev package is required for embedded linking
  discards  92a480d   Remove Errno version check due to upgrade problems with long-running processes.
  discards  6432941   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  6bd9a06   Replace generic man(1) instructions with Debian-specific information.
  discards  ddd1dbd   Remove overly restrictive DB_File version check.
  discards  ee51dde   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  de3e73a   record new upstream branch created by importing perl_5.20.1~rc1.orig.tar.bz2
  discards  100e54e   Import perl_5.20.1~rc1.orig.tar.bz2
  discards  8cd08b4   releasing version 5.20.0-6
  discards  06b4a17   Explicitly set mode of DEBIAN/conffiles to fix a Lintian error in certain build environments
  discards  a24a84e   releasing version 5.20.0-5
  discards  0b7d78b   Merge Dominic's README.source changes
  discards  183b83d   Drop the libcgi-fast-perl binary package, which is moving to a source package of its own. (Closes: #759187)
  discards  3ac0df7   Fix the CGI::Fast deprecation message in debian/deprecate-with-apt.diff
  discards  6ec80ea   Tell the 'less' pager to allow terminal escape sequences
  discards  8caa60f   Pass LD settings through to subdirectories
  discards  6fade3e   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  3f83186   Skip a regeneration check in unrelated git repositories
  discards  d1e9112   Memoize::Storable: respect 'nstore' option not respected
  discards  b2b2a4f   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  f51f92b   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  e6a05ea   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  e4b71d6   Configure CPAN::Distribution with correct name of html2text
  discards  35acf58   Document that CCFLAGS should include $Config{ccflags}
  discards  4d75e5b   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  e9908bd   List packaged patches in patchlevel.h
  discards  c7c359d   Skip tests specific to the upstream Git repository
  discards  907b0ab   Squelch locale warnings in Debian package maintainer scripts
  discards  b50d2ce   Point users to Debian packages of deprecated core modules
  discards  7c4f3eb   Merge + changelog for debian/makemaker-pasthru.diff and debian/perldoc-less-R.diff
  discards  414597a   Tell the 'less' pager to allow terminal escape sequences
  discards  188bd07   Pass LD settings through to subdirectories
  discards  41cd1da   Note simplified developer tools requirements
  discards  a70863b   start 5.20.0-5
  discards  c1254e9   Upload to unstable.
  discards  f0e168c   Make sure we build against the "new" reverted jmp_buf ABI on s390x
  discards  7f07690   Drop the -exp1 suffix from perlapi-5.20.0
  discards  f59e010   TODO: remove the -exp1 suffix from the perlabi name before uploading to sid
  discards  52b31f2   start 5.20.0-4
  discards  edebc21   releasing 5.20.0-3 to experimental
  discards  c9c4b41   Disable the gcc -ftree-vrp optimization of regcomp.c on mips and mipsel to work around a possible gcc-4.9 bug. Thanks to Aurelien Jarno. (Closes: #754054)
  discards  a42c26d   Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug
  discards  e5f5614   start 5.20.0-3
  discards  d94219c   releasing 5.20.0-2 to experimental
  discards  e6c1a1e   update maintainer tests in debian/t/control.t to accommodate added digits in libmodule-corelist-perl versioning
  discards  32bd9af   Break older versions of libgtk2-perl-doc, which installed documentation in /usr/lib/perl5.
  discards  5850b62   Adjust the Breaks versions of libalien-wxwidgets-perl, libjcode-perl, and libanyevent-perl now that fixed versions are in the archive. (See #750017)
  discards  cedcb96   start 5.20.0-2
  discards  2b548c3   releasing 5.20.0-1 to experimental
  discards  e94d071   Make perl Multi-Arch:allowed and perl-modules Multi-Arch:foreign (Closes: #717881)
  discards  a9ccd3b   No need for the ABI skew induced Build-Conflicts anymore
  discards  3e5d0a2   libscalar-list-utils-perl can be made installable again (Closes: #725899)
  discards  3fc5f43   Include the ABI version in the vendorarch directory.
  discards  233a973   debian/rules: clean: no need to remove DB_File .bak files anymore.
  discards  03cb9c6   break libalien-wxwidgets-perl, libjcode-perl, and libjcode-perli
  discards  5717493   provide perlapi-5.20.0-exp1 for now (and set $Config{debian_abi} accordingly), because @INC might still change.
  discards  bff634c   changelog entry for @INC multiarch changes
  discards  9bdded2   Install new modules to /usr/lib/<triplet> and /usr/local/lib/<triplet>
  discards  664ddec   Move /usr/lib/perl and /usr/lib/libperl* under /usr/lib/<triplet>
  discards  55b70dc   Add debian/rules infrastructure for setting $Config{debian_abi}
  discards  213907d   packaging changes for 5.20.0 final
  discards  ced6154   change version to 5.20.0-1 New upstream release.
  discards  55a3d4b   Skip a regeneration check in unrelated git repositories
  discards  8b7b31d   Memoize::Storable: respect 'nstore' option not respected
  discards  25994ac   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  dc495a2   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  651aaac   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  8deb14b   Configure CPAN::Distribution with correct name of html2text
  discards  c7ffe0c   Document that CCFLAGS should include $Config{ccflags}
  discards  21747cd   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  701e691   List packaged patches in patchlevel.h
  discards  4d1b20b   Skip tests specific to the upstream Git repository
  discards  70eb3e5   Make perlivp skip include directories in /usr/local
  discards  2f332ee   Squelch locale warnings in Debian package maintainer scripts
  discards  e2e1127   Document the Net::SMTP 'Port' option
  discards  63dc3b0   Point users to Debian packages of deprecated core modules
  discards  f2d2ddd   Prune the list of libraries wanted to what we actually need.
  discards  333efa7   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  f994a74   Tweak @INC ordering for Debian
  discards  54e2025   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  c089c8e   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  035ae97   Debian policy doesn't install .packlist files for core or vendor.
  discards  6685e79   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  9ff12f9   Fiddle with *PREFIX and variables written to the makefile
  discards  127c026   Don't install .packlist or perllocal.pod for perl or vendor
  discards  2870b99   EU:MM: set location of libperl.a under /usr/lib
  discards  f33f120   Set umask approproately for site install directories
  discards  f290a5e   Respect umask during installation
  discards  967a87e   Note that libperl-dev package is required for embedded linking
  discards  81255b6   Remove Errno version check due to upgrade problems with long-running processes.
  discards  98e7248   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  2f3e4b3   Replace generic man(1) instructions with Debian-specific information.
  discards  4da39e2   Remove overly restrictive DB_File version check.
  discards  64c9ad4   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  28379f0   record new upstream branch created by importing perl_5.20.0.orig.tar.bz2
  discards  47a3fe8   Import perl_5.20.0.orig.tar.bz2
  discards  d8486ee   packaging changes for 5.20.0-RC1
  discards  87f50cb   Apply a patch to fix builds in our own git repository
  discards  28e35bb   Skip a regeneration check in unrelated git repositories
  discards  f8a38c0   Slightly amend the debian/enc2xs_inc patch to fix a porting test failure
  discards  a19fc9e   Memoize::Storable: respect 'nstore' option not respected
  discards  af5942c   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  69b1e4d   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  e537c89   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  0a38d1d   Configure CPAN::Distribution with correct name of html2text
  discards  abdfc06   Document that CCFLAGS should include $Config{ccflags}
  discards  060d839   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  a7bc9a5   List packaged patches in patchlevel.h
  discards  30c8c5c   Skip tests specific to the upstream Git repository
  discards  73e4481   Squelch locale warnings in Debian package maintainer scripts
  discards  9177019   Point users to Debian packages of deprecated core modules
  discards  ac10f84   Make perlivp skip include directories in /usr/local
  discards  73eaf39   Document the Net::SMTP 'Port' option
  discards  6f79df3   Prune the list of libraries wanted to what we actually need.
  discards  1ba3ec7   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  78f562a   Tweak @INC ordering for Debian
  discards  174ed25   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  7349739   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  70c14c9   Debian policy doesn't install .packlist files for core or vendor.
  discards  4195ed0   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  eeea5d4   Fiddle with *PREFIX and variables written to the makefile
  discards  6983f97   Don't install .packlist or perllocal.pod for perl or vendor
  discards  a3c4380   EU:MM: set location of libperl.a under /usr/lib
  discards  e603dd6   Set umask approproately for site install directories
  discards  d3be102   Respect umask during installation
  discards  fbeb809   Note that libperl-dev package is required for embedded linking
  discards  de70a34   Remove Errno version check due to upgrade problems with long-running processes.
  discards  4015610   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  28a62eb   Rebase patches for 5.20.0-RC1
  discards  65258f8   Memoize::Storable: respect 'nstore' option not respected
  discards  d49bfb7   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  d2e4991   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  b58d532   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  129bc35   Configure CPAN::Distribution with correct name of html2text
  discards  c015d31   Document that CCFLAGS should include $Config{ccflags}
  discards  5046980   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  c801ff5   List packaged patches in patchlevel.h
  discards  9b4f804   Skip tests specific to the upstream Git repository
  discards  8006be0   Squelch locale warnings in Debian package maintainer scripts
  discards  eec82d0   Point users to Debian packages of deprecated core modules
  discards  e57ffc4   Make perlivp skip include directories in /usr/local
  discards  24807a6   Document the Net::SMTP 'Port' option
  discards  78382e0   Prune the list of libraries wanted to what we actually need.
  discards  c3bfbce   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  68cbc70   Tweak @INC ordering for Debian
  discards  b597458   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  08a2f91   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  ea16632   Debian policy doesn't install .packlist files for core or vendor.
  discards  0262bf4   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  a3727a9   Fiddle with *PREFIX and variables written to the makefile
  discards  28eeb60   Don't install .packlist or perllocal.pod for perl or vendor
  discards  fa26916   EU:MM: set location of libperl.a under /usr/lib
  discards  fede187   Set umask approproately for site install directories
  discards  f2d9e00   Respect umask during installation
  discards  2416faa   Note that libperl-dev package is required for embedded linking
  discards  accded3   Replace generic man(1) instructions with Debian-specific information.
  discards  47ce37c   Remove Errno version check due to upgrade problems with long-running processes.
  discards  d4e8c56   Remove overly restrictive DB_File version check.
  discards  1b6b2ce   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  4e6531d   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  9205fe5   record new upstream branch created by importing perl_5.20.0~rc1.orig.tar.bz2
  discards  17739b9   Import perl_5.20.0~rc1.orig.tar.bz2
  discards  6ad25f6   update debian/copyright for 5.19.11
  discards  600500e   clean copyright information for removed modules
  discards  23d739f   Packaging changes for 5.20 module removals (see #747628)
  discards  520954f   Packaging changes for 5.20 module deprecations (see #747628)
  discards  9f50734   add IO::Socket::IP to perl-base (see #735925)
  discards  02b3d83   New dual life core module: experimental / libexperimental-perl
  discards  b67a8d6   Update Breaks versions for core modules.
  discards  ce5bf46   packaging changes for 5.18 -> 5.19
  discards  700dc4d   merge patched-debian-5.19 into debian-5.19
  discards  a59ef52   Memoize::Storable: respect 'nstore' option not respected
  discards  37f4a38   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  3e61dfc   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  428c0e5   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  00e2198   Configure CPAN::Distribution with correct name of html2text
  discards  61a3f42   Document that CCFLAGS should include $Config{ccflags}
  discards  d7e1e06   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  f082e76   List packaged patches in patchlevel.h
  discards  d8106da   Skip tests specific to the upstream Git repository
  discards  7775001   Squelch locale warnings in Debian package maintainer scripts
  discards  9a5f537   Point users to Debian packages of deprecated core modules
  discards  d88d65a   Make perlivp skip include directories in /usr/local
  discards  db62820   Document the Net::SMTP 'Port' option
  discards  e0a6f17   Prune the list of libraries wanted to what we actually need.
  discards  9a4f7a0   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  dc0c87c   Tweak @INC ordering for Debian
  discards  55d8918   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  03fe8d7   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  c9ef78b   Debian policy doesn't install .packlist files for core or vendor.
  discards  509a337   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  9b09ac4   Fiddle with *PREFIX and variables written to the makefile
  discards  16cf2fb   Don't install .packlist or perllocal.pod for perl or vendor
  discards  2236278   EU:MM: set location of libperl.a under /usr/lib
  discards  1d9db61   Set umask approproately for site install directories
  discards  436946e   Respect umask during installation
  discards  642dec6   Note that libperl-dev package is required for embedded linking
  discards  3986203   Remove Errno version check due to upgrade problems with long-running processes.
  discards  dd4bda1   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  fc9ecbc   Replace generic man(1) instructions with Debian-specific information.
  discards  5eb2543   Remove overly restrictive DB_File version check.
  discards  2d66f00   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  043e425   record new upstream branch created by importing perl_5.19.11.orig.tar.bz2
  discards  6ff3f28   Import perl_5.19.11.orig.tar.bz2
  discards  7b06efc   start 5.19.11-1
  discards  ff79714   releasing 5.18.2-3
  discards  3be0bd9   Fix typo in debian/t/copyright.t
  discards  4c31d7a   Update Standards-Version (no changes)
  discards  aff1c13   Add Recommends on rename to perl (see #735134)
  discards  1a61a59   Backport upstream patch fixing crashes with 'undef *_, goto &sub'. (Closes: #736187)
  discards  4cd392e   Stop undef *_, goto &sub from crashing
  discards  782fd36   make the copyright check survive a missing libconfig-model-dpkg-perl
  discards  6b1d853   Small changes to debian/copyright to placate Config::Model::Dpkg. (Closes: #731570)
  discards  70e3c34    start 5.18.2-3
  discards  ad84e07   Upload to unstable
  discards  8acc0e4   Update debian/copyright to include the year 2013
  discards  e312339   releasing 5.18.2-1 to experimental
  discards  48adbea   update lintian override for 5.18.2
  discards  13f268f   add 5.18.2 to the list of released versions
  discards  8d1091f   update copyright check version (no changes)
  discards  5c58901   bump libmodule-corelist-perl conflict version
  discards  d708309   change version to 5.18.2-1 (UNRELEASED) New upstream release. change urgency to low
  discards  3cc52c1   Fix spelling of IPC_CREAT in IPC-SysV documentation
  discards  3f6b197   untaint version, if needed, in Module::Metadata
  discards  7a48d7e   CVE-2013-1437 documentation fix
  discards  491efa6   Make perlbug look up the list of local patches at run time
  discards  3a73ad9   Net::FTP: cope gracefully with a failed command
  discards  df02b8f   Memoize::Storable: respect 'nstore' option not respected
  discards  186ed2c   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  96594be   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  146be92   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  0be8ba1   cpan/Test-Harness: add NAME headings in modules with POD
  discards  7b145f2   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  7b2c94f   Configure CPAN::Distribution with correct name of html2text
  discards  26356b8   Document that CCFLAGS should include $Config{ccflags}
  discards  b2ba2d8   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  e5cb493   List packaged patches in patchlevel.h
  discards  f958b67   Skip tests specific to the upstream Git repository
  discards  2234e0a   Squelch locale warnings in Debian package maintainer scripts
  discards  bfb42eb   Point users to Debian packages of deprecated core modules
  discards  93afb13   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  37ee68f   Configure CPANPLUS to use the site directories by default.
  discards  78c8f93   Make perlivp skip include directories in /usr/local
  discards  e45ee80   Document the Net::SMTP 'Port' option
  discards  be0ae04   Prune the list of libraries wanted to what we actually need.
  discards  3237eff   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  a7e1cd6   Tweak @INC ordering for Debian
  discards  958d6c1   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  a7d086a   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  0ea73fd   Debian policy doesn't install .packlist files for core or vendor.
  discards  7991f89   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  61f6c2c   Fiddle with *PREFIX and variables written to the makefile
  discards  b9d03dd   Don't install .packlist or perllocal.pod for perl or vendor
  discards  fd5d884   EU:MM: Set location of libperl.a to /usr/lib
  discards  365afff   Set umask approproately for site install directories
  discards  c8ad941   Respect umask during installation
  discards  1f100c5   Note that libperl-dev package is required for embedded linking
  discards  b4faf86   Remove Errno version check due to upgrade problems with long-running processes.
  discards  214d8f8   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  33df4cb   Replace generic man(1) instructions with Debian-specific information.
  discards  69ac569   record new upstream branch created by importing perl_5.18.2.orig.tar.bz2
  discards  3551042   Remove overly restrictive DB_File version check.
  discards  498784f   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  f158374   Import perl_5.18.2.orig.tar.bz2
  discards  f10e7ac   releasing 5.18.1-5 at medium urgency
  discards  aeababf   update debian/t/control.t to accommodate added digits in libtest-simple-perl
  discards  2e366e7   Fix spelling of IPC_CREAT in IPC-SysV documentation. (Closes: #730558)
  discards  7c20b3a   Fix spelling of IPC_CREAT in IPC-SysV documentation
  discards  9c03618   Include upstream fix for regex \8 and \9 after literals. (Closes: #731365)
  discards  0500162   PATCH [perl #119713] Regex \8 and \9 after literals no longer work
  discards  8669982   Override Lintian tag empty-binary-package for libperl5.18 as it is a dummy package on some architectures
  discards  2c503de   Override Lintian tag spelling-error-in-copyright for an upstream error
  discards  49da9b5   Various tidying of Copyright file in line with Lintian's suggestions
  discards  e09f1cc   Revert patches disabling GNU/Hurd tests which now succeed
  discards  7d8b2c2   untaint version, if needed, in Module::Metadata
  discards  ac7f078   CVE-2013-1437 documentation fix
  discards  f151b9c   Disable new //p tests
  discards  6513c47   RT #118213: handle $r=qr/.../; /$r/p properly
  discards  bcd36b5   Make perlbug look up the list of local patches at run time
  discards  68efb5e   Net::FTP: cope gracefully with a failed command
  discards  5a8b520   Memoize::Storable: respect 'nstore' option not respected
  discards  39c6a16   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  fd5be81   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  d23aa3c   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  7e4310d   cpan/Test-Harness: add NAME headings in modules with POD
  discards  cff9020   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  5fb385b   releasing 5.18.1-4
  discards  2516c5e   Update Lintian override for wrong-path-for-interpreter false positive
  discards  414a8a8   Add Module::Metadata fix for use in taint mode (Closes: #722210)
  discards  e66fc56   untaint version, if needed, in Module::Metadata
  discards  77232b4   Add Breaks on versions of libcommon-sense-perl which were built with earlier version of perl (Closes: #722460)
  discards  8b4593f   releasing 5.18.1-3
  discards  5f48ddd   Make perl-base conflict with all versions of libscalar-list-utils-perl, which overrides Essential functionality in a way that breaks during upgrades. (Closes: #721364)
  discards  da2a7fb   start 5.18.1-3
  discards  8b88120   releasing 5.18.1-2 to unstable
  discards  ed1b7e7   more detail in changelog
  discards  aedb424   back to UNRELEASED
  discards  115346e   Update Module::Metadata documentation to fix CVE-2013-1437 relating to code execution
  discards  306408a   CVE-2013-1437 documentation fix
  discards  961087d   Remove redundant Provides: perlapi-5.18.0
  discards  69aae75   releasing 5.18.1-1 to experimental
  discards  a2ffc00   update debian/copyright for 5.18.1
  discards  5822b66   Update Breaks versions for the libdigest-sha-perl package.
  discards  82e4be3   update Breaks version for libmodule-corelist-perl
  discards  bd1a3eb   Add Breaks and Replaces entries for older versions of the (deprecated) libobject-accessor-perl package.
  discards  48fb4b5   add 5.18.1 to debian/released-versions
  discards  b7dbc36   Apply upstream patches to (partially) fix qr// precompilation and the /p flag. (Closes: #718209)
  discards  bc0fa28   Disable new //p tests
  discards  ef42ae1   RT #118213: handle $r=qr/.../; /$r/p properly
  discards  b5f7986   change version to 5.18.1-1 Import new upstream release.
  discards  d900157   Make perlbug look up the list of local patches at run time
  discards  b14097a   Net::FTP: cope gracefully with a failed command
  discards  932f309   Memoize::Storable: respect 'nstore' option not respected
  discards  c5a6386   Disable failing Net-Ping tests for GNU/Hurd
  discards  23c56df   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  13b80ea   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  709e9fd   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  1493183   cpan/Test-Harness: add NAME headings in modules with POD
  discards  8ad2791   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  3cb7b90   Disable failing GNU/Hurd tests io/pipe.t
  discards  716310c   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  906407a   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  4a79ce5   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  eeac070   Configure CPAN::Distribution with correct name of html2text
  discards  d896d30   Document that CCFLAGS should include $Config{ccflags}
  discards  48494e9   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  a46b993   List packaged patches in patchlevel.h
  discards  8fb093a   Skip tests specific to the upstream Git repository
  discards  c3a8c8f   Squelch locale warnings in Debian package maintainer scripts
  discards  c8ac102   Point users to Debian packages of deprecated core modules
  discards  bb2f530   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  ed5f92f   Configure CPANPLUS to use the site directories by default.
  discards  ce25cb3   Make perlivp skip include directories in /usr/local
  discards  2669aeb   Document the Net::SMTP 'Port' option
  discards  7502f58   Prune the list of libraries wanted to what we actually need.
  discards  0d0eead   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  4a27539   Tweak @INC ordering for Debian
  discards  83eec78   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  172d552   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  076e870   Debian policy doesn't install .packlist files for core or vendor.
  discards  14b82f0   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  c071884   Fiddle with *PREFIX and variables written to the makefile
  discards  09f7a05   Don't install .packlist or perllocal.pod for perl or vendor
  discards  1c2d6d5   EU:MM: Set location of libperl.a to /usr/lib
  discards  7169dba   Set umask approproately for site install directories
  discards  17cae67   Respect umask during installation
  discards  14b76f8   Note that libperl-dev package is required for embedded linking
  discards  fbdca2d   Remove Errno version check due to upgrade problems with long-running processes.
  discards  db9ad31   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  36a1f7a   Replace generic man(1) instructions with Debian-specific information.
  discards  26c72ca   record new upstream branch created by importing perl_5.18.1.orig.tar.bz2
  discards  c2e9f23   Remove overly restrictive DB_File version check.
  discards  ba0c76b   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  50b6cd4   Import perl_5.18.1.orig.tar.bz2
  discards  3505e20   Fix the permissions of the md5sums control files in the binary packages. (Closes: #714408)
  discards  5ece96e   Amend the perlbug patchlevel fix for #710842
  discards  4100924   Make perlbug look up the list of local patches at run time
  discards  165ebcf   maint-5.18: Digest-SHA crash fix in 5.85
  discards  8955212   Apply patch from upstream fixing Digest::SHA double-free crash (Closes: #711206)
  discards  bd19e66   maint-5.18: Digest-SHA crash fix in 5.85
  discards  cb86a89   releasing 5.18.0-3 into experimental
  discards  8143433   Migrate the maintainer tests from 'config-edit' to 'cme'.
  discards  2a75a63   Make perlbug.PL run patchlevel.h through cpp where possible. (Closes: #710842)
  discards  d778fca   Make perlbug.PL run patchlevel.h through cpp where possible
  discards  26fe1ec   update debian/changelog for the removed Provides
  discards  bc7afcd   Remove the Provides entries for the deprecated core modules
  discards  81b0f91   Make %DEBIAN_PACKAGES in lib/deprecate.pm into a package variable
  discards  891bfd1   Net::FTP: cope gracefully with a failed command
  discards  e209e98   Memoize::Storable: respect 'nstore' option not respected
  discards  c6cf971   Disable failing Net-Ping tests for GNU/Hurd
  discards  aa97dae   Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
  discards  7aec360   Ensure that the IV in struct pmop (for ithreads) is aligned properly.
  discards  387dc30   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  5cdaa86   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  1bf1a4d   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  613a23c   cpan/Test-Harness: add NAME headings in modules with POD
  discards  7c46ae9   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  e32c560   Disable failing GNU/Hurd tests io/pipe.t
  discards  8e26f9e   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  762af52   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  99e0462   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  1f456f4   Configure CPAN::Distribution with correct name of html2text
  discards  f63ac5d   Document that CCFLAGS should include $Config{ccflags}
  discards  c63b6ae   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  02a1a53   List packaged patches in patchlevel.h
  discards  76faeb6   Skip tests specific to the upstream Git repository
  discards  e209a16   Squelch locale warnings in Debian package maintainer scripts
  discards  e4249fb   Point users to Debian packages of deprecated core modules
  discards  f5acd06   start 5.18.0-3
  discards  91c247d   releasing version 5.18.0-2
  discards  7beaeaf   Add Breaks/Provides/Replaces/Recommends/Suggests on deprecated modules (Closes: #702096)
  discards  0638a0d   Fix Memoize patch name
  discards  f89a5d2   Net::FTP: cope gracefully with a failed command
  discards  7aaa3df   Memoize::Storable: respect 'nstore' option not respected
  discards  af1edac   Apply patch from Peter Pentchev fixing Net::FTP failure handling (Closes: #491062)
  discards  ac08276   Net::FTP: cope gracefully with a failed command
  discards  651040a   Memoize::Storable: respect 'nstore' option not respected
  discards  87c6186   Move hurd_net_ping_disable_test.diff from fixes/ to debian/
  discards  8dedbba   Memoize::Storable: respect 'nstore' option not respected
  discards  de73d6a   Disable failing Net-Ping tests for GNU/Hurd
  discards  e6b23b6   Apply patch from Jonathan Nieder fixing Memoize::Storable 'nstore' option (Closes: #677292)
  discards  600f5f6   Memoize::Storable: respect 'nstore' option not respected
  discards  c26e371   Disable failing Net-Ping tests for GNU/Hurd (see: 709385)
  discards  3b7e3bf   Disable failing Net-Ping tests for GNU/Hurd
  discards  e200582   Update the deprecation warning to point to the Debian packages for modules deprecated in 5.18
  discards  40fa15d   Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
  discards  03b3ed5   Ensure that the IV in struct pmop (for ithreads) is aligned properly.
  discards  600e480   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  d428706   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  8fd0c15   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  c81300e   cpan/Test-Harness: add NAME headings in modules with POD
  discards  67206d5   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  c577240   Disable failing GNU/Hurd tests io/pipe.t
  discards  c35823f   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  2125ec2   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  98bc204   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  02acb3a   Configure CPAN::Distribution with correct name of html2text
  discards  2a0e91a   Document that CCFLAGS should include $Config{ccflags}
  discards  ff54df8   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  54177de   List packaged patches in patchlevel.h
  discards  256bde3   Skip tests specific to the upstream Git repository
  discards  2c37844   Squelch locale warnings in Debian package maintainer scripts
  discards  b6b02c0   Point users to Debian packages of deprecated core modules
  discards  524f09f   Apply patches from upstream fixing FTBFS on sparc relating to pmop alignment (Closes: #708792)
  discards  9250867   Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
  discards  c84b28c   Ensure that the IV in struct pmop (for ithreads) is aligned properly.
  discards  3dd84c3   releasing version 5.18.0-1
  discards  d2406ed   Override lintian warning wrong-path-for-interpreter for a perl module
  discards  2e8be62   Override lintian warning doc-package-depends-on-main-package as perl-doc really depends on perl
  discards  2373fc9   Additional bug closers
  discards  bb7fc81   update Breaks version for libpod-simple-perl
  discards  17413a1   copyright reviewed against 5.18.0
  discards  3341997   change version to 5.18.0-1 (UNRELEASED) New upstream release
  discards  c772b11   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  9824f96   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  044e1a2   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  78a8f89   cpan/Test-Harness: add NAME headings in modules with POD
  discards  f9d9dde   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  51915cb   Disable failing GNU/Hurd tests io/pipe.t
  discards  2ebf02e   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  1db7b14   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  b31d861   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  2611b69   Configure CPAN::Distribution with correct name of html2text
  discards  6e28a07   Document that CCFLAGS should include $Config{ccflags}
  discards  76ef016   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  4bf6aea   List packaged patches in patchlevel.h
  discards  91e07c1   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  0575977   Skip tests specific to the upstream Git repository
  discards  8b16ad8   Configure CPANPLUS to use the site directories by default.
  discards  60d376f   Squelch locale warnings in Debian package maintainer scripts
  discards  369fd66   Point users to Debian packages of deprecated core modules
  discards  491129e   Make perlivp skip include directories in /usr/local
  discards  7065644   Document the Net::SMTP 'Port' option
  discards  ef9d509   Prune the list of libraries wanted to what we actually need.
  discards  4f26c18   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  8dd0165   Tweak @INC ordering for Debian
  discards  e96fdb8   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  064cdc1   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  b5006b7   Debian policy doesn't install .packlist files for core or vendor.
  discards  612015a   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  86e730a   Fiddle with *PREFIX and variables written to the makefile
  discards  4bcdaff   Don't install .packlist or perllocal.pod for perl or vendor
  discards  a34834c   EU:MM: Set location of libperl.a to /usr/lib
  discards  ca1805a   Set umask approproately for site install directories
  discards  bd123a0   Respect umask during installation
  discards  03e8bb5   Note that libperl-dev package is required for embedded linking
  discards  fd686ab   Remove Errno version check due to upgrade problems with long-running processes.
  discards  54a6c4d   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  eaa1cca   Replace generic man(1) instructions with Debian-specific information.
  discards  aba9024   Remove overly restrictive DB_File version check.
  discards  30e17fa   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  fe80419   record new upstream branch created by importing perl_5.18.0.orig.tar.bz2
  discards  41bdf5f   Import perl_5.18.0.orig.tar.bz2
  discards  68db42c   releasing version 5.18.0~rc1-1
  discards  dd9a651   rename debian/libperl5.17* to debian/libperl5.18*
  discards  5745b59   update packaging for 5.18
  discards  d401ae0   change version to 5.18.0~rc1-1 New upstream release candidate.
  discards  533b7d0   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  6caefd7   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  a1097ab   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  42da879   cpan/Test-Harness: add NAME headings in modules with POD
  discards  d4454f1   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  490e93a   Disable failing GNU/Hurd tests io/pipe.t
  discards  04d872d   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  1321a50   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  2562b06   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  01b95c9   Configure CPAN::Distribution with correct name of html2text
  discards  fb0e207   Document that CCFLAGS should include $Config{ccflags}
  discards  cbfa6e5   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  2613b46   List packaged patches in patchlevel.h
  discards  3181dba   Skip tests specific to the upstream Git repository
  discards  34228e1   Squelch locale warnings in Debian package maintainer scripts
  discards  93a1fcb   Point users to Debian packages of deprecated core modules
  discards  64427e9   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  5b2133f   Configure CPANPLUS to use the site directories by default.
  discards  b7e3b32   Make perlivp skip include directories in /usr/local
  discards  123470a   Document the Net::SMTP 'Port' option
  discards  46d7d25   Prune the list of libraries wanted to what we actually need.
  discards  68a1092   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  b8e6f57   Tweak @INC ordering for Debian
  discards  5742fec   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  71d2261   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  c70510e   Debian policy doesn't install .packlist files for core or vendor.
  discards  49ae64a   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  d911d29   Fiddle with *PREFIX and variables written to the makefile
  discards  bd6b303   Don't install .packlist or perllocal.pod for perl or vendor
  discards  5ed5ad3   EU:MM: Set location of libperl.a to /usr/lib
  discards  b0d280c   Set umask approproately for site install directories
  discards  0b270a8   Respect umask during installation
  discards  ca622ed   Note that libperl-dev package is required for embedded linking
  discards  71315c9   Remove Errno version check due to upgrade problems with long-running processes.
  discards  09fd505   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  d4d03c4   Replace generic man(1) instructions with Debian-specific information.
  discards  dc39b1d   Remove overly restrictive DB_File version check.
  discards  f1c1911   record new upstream branch created by importing perl_5.18.0~rc1.orig.tar.bz2
  discards  a5e9884   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  93e3914   Import perl_5.18.0~rc1.orig.tar.bz2
  discards  17b8b62   Use the DESTDIR mechanism for installation
  discards  a26f9ee   Fix a few false positive format-security warnings from gcc.
  discards  23f3950   Fix -Wformat-security issues
  discards  4da44aa   Explicitly unset 'versiononly', implied by 'usedevel'
  discards  554e85c   Fix a 5.16 reference in README.Debian
  discards  9094b07   Update debian/copyright for 5.17.11.
  discards  712a913   Pass -Dusedevel for test builds of development releases
  discards  ad56c6f   update Breaks versions in debian/control for dual-lived modules
  discards  dbd50ae   Update refs from 5.16 to 5.17
  discards  5c9e1d9   change version to 5.17.11-1 New upstream release
  discards  c07a5d5   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  ace3597   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  e106d1c   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  7aebc53   cpan/Test-Harness: add NAME headings in modules with POD
  discards  a18dbb6   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  1b7e628   Disable failing GNU/Hurd tests io/pipe.t
  discards  08b34f9   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  967f066   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  b05daf3   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  bfa1f51   Configure CPAN::Distribution with correct name of html2text
  discards  ba53c22   Document that CCFLAGS should include $Config{ccflags}
  discards  55d77cb   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  4cd60d5   List packaged patches in patchlevel.h
  discards  1953fb7   Skip tests specific to the upstream Git repository
  discards  c569c46   Squelch locale warnings in Debian package maintainer scripts
  discards  28d508d   Point users to Debian packages of deprecated core modules
  discards  ba5c188   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  62ffafe   Configure CPANPLUS to use the site directories by default.
  discards  2fe9f52   Make perlivp skip include directories in /usr/local
  discards  b015c6b   Document the Net::SMTP 'Port' option
  discards  a94772f   Prune the list of libraries wanted to what we actually need.
  discards  e7aab63   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  2a44b1f   Tweak @INC ordering for Debian
  discards  ebe38a3   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  aca05dc   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  174df74   Debian policy doesn't install .packlist files for core or vendor.
  discards  8b280bf   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  5471ed6   Fiddle with *PREFIX and variables written to the makefile
  discards  d101d2d   Don't install .packlist or perllocal.pod for perl or vendor
  discards  ca6e230   EU:MM: Set location of libperl.a to /usr/lib
  discards  a63058d   Set umask approproately for site install directories
  discards  23fa86f   Respect umask during installation
  discards  0c4b029   Note that libperl-dev package is required for embedded linking
  discards  e5dde17   Remove Errno version check due to upgrade problems with long-running processes.
  discards  af4f70f   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  3f8b870   Replace generic man(1) instructions with Debian-specific information.
  discards  8ba6c16   Remove overly restrictive DB_File version check.
  discards  4741d9f   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  4935924   record new upstream branch created by importing perl_5.17.11.orig.tar.bz2
  discards  7e4dda1   Import perl_5.17.11.orig.tar.bz2
  discards  a9a160c   Provide a more modern description of Perl in the long description of the perl package (Closes: #678307)
  discards  9026a67   Merge tag 'debian/5.14.2-21' into debian-5.16
  discards  ab65352   Update Locale::Maketext patch from 5.14
  discards  f590c02   Fix a double-free bug in Digest::SHA
  discards  5905fc4   add a note about security concerns in Storable
  discards  4c5b19f   Fix misparsing of maketext strings.
  discards  7c28b3b   releasing 5.14.2-21
  discards  9d8d131   Update the Locale::Maketext fix by importing 1.23, to avoid double-escaping problems (see: #695224)
  discards  93f6c83   Encode: Fixed a memory leak that occurred in the UTF-8 encoding.
  discards  ac695b3   Prevent premature hsplit() calls, and only trigger REHASH after hsplit()
  discards  1d95aa9   add a couple missing LEAVEs in perlio_async_run()
  discards  3e75c31   Avoid wraparound when casting unsigned size_t to signed ssize_t.
  discards  0c6c3e5   Fix a double-free bug in Digest::SHA
  discards  7e5ce09   add a note about security concerns in Storable
  discards  97aa10f   Fix misparsing of maketext strings.
  discards  49afe78   add source override for intra-source-package-circular-dependency
  discards  fbb0c7d   Reorder the packages debian/control
  discards  20f8501   start 5.16.3-2
  discards  eb41c2c   releasing version 5.16.3-1
  discards  164d323   New upstream release (5.16.3)
  discards  cd2078c   Fix a double-free bug in Digest::SHA
  discards  622f6d3   CR escaping for P3P and Set-Cookie headers
  discards  851b17b   add a note about security concerns in Storable
  discards  ccf0867   Remove unnecessary overrides in gnukfreebsd and gnuknetbsd hints.
  discards  a06a2aa   Fix misparsing of maketext strings.
  discards  d61ccf9   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  5f32c11   Check for linuxthreads with POSIX semantics
  discards  4ccedae   sockdomain and socktype undef on newly accepted sockets
  discards  bc52352   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  6a3faea   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  8602633   Fix the ASCII fallback string for AE
  discards  a7448ed   cpan/Test-Harness: add NAME headings in modules with POD
  discards  b763e93   cpan/CPAN: add NAME headings in modules with POD
  discards  4dcaf39   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  f7ef0fa   Disable failing GNU/Hurd tests io/pipe.t
  discards  0365891   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  4909cd1   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  3a2ef3f   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  c5cb0e0   Configure CPAN::Distribution with correct name of html2text
  discards  9eb99d7   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  a8c6d3e   Document that CCFLAGS should include $Config{ccflags}
  discards  6b138da   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  d85fdac   List packaged patches in patchlevel.h
  discards  5d6ccc4   Skip tests specific to the upstream Git repository
  discards  ff51413   Squelch locale warnings in Debian package maintainer scripts
  discards  f5f664f   Point users to Debian packages of deprecated core modules
  discards  10c0fb5   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  632b79e   Configure CPANPLUS to use the site directories by default.
  discards  e6d2938   Make perlivp skip include directories in /usr/local
  discards  f621f62   Document the Net::SMTP 'Port' option
  discards  46abdb7   Prune the list of libraries wanted to what we actually need.
  discards  0d05790   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  bc9092f   Tweak @INC ordering for Debian
  discards  254e006   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  52e6075   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  5eef9c8   Debian policy doesn't install .packlist files for core or vendor.
  discards  dce844d   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  0174b46   Fiddle with *PREFIX and variables written to the makefile
  discards  c32a177   Don't install .packlist or perllocal.pod for perl or vendor
  discards  8196f22   EU:MM: Set location of libperl.a to /usr/lib
  discards  27d51e4   Set umask approproately for site install directories
  discards  1b4524d   Respect umask during installation
  discards  add884e   Note that libperl-dev package is required for embedded linking
  discards  8281f19   Remove Errno version check due to upgrade problems with long-running processes.
  discards  adeca29   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  a8a783a   Replace generic man(1) instructions with Debian-specific information.
  discards  09abd71   Remove overly restrictive DB_File version check.
  discards  5bc6e69   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  3f1dad0   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  89a4322   record new upstream branch created by importing perl_5.16.3.orig.tar.bz2
  discards  4c3038b   Import perl_5.16.3.orig.tar.bz2
  discards  51286b4   Include correct branch name in Vcs-Git field
  discards  f3347b1   Fix debian/copyright syntax (thanks, Lintian)
  discards  386a46a   Remove unneeded versioned dependencies on gcc and cpio (Closes: #678138)
  discards  32b051d   Update debian/t/control.t to reflect Module::CoreList version inconsistency and to remove references to non-existent Breaks
  discards  0e00fd6   Merge tag 'debian/5.14.2-20' into debian-5.16
  discards  eb9c66d   Cherry-pick patches from 5.14.2-17, 5.14.2-19 and 5.14.2-20
  discards  5663c08   Encode: Fixed a memory leak that occurred in the UTF-8 encoding.
  discards  f91ff9c   Prevent premature hsplit() calls, and only trigger REHASH after hsplit()
  discards  e262e01   Avoid wraparound when casting unsigned size_t to signed ssize_t.
  discards  209e956   Fix a double-free bug in Digest::SHA
  discards  4b8684c   Fix FTBFS with findutils from experimental by not using deprecated permissions check syntax; thanks to Roland Stigge (Closes: #702562)
  discards  e36294f   Remove Depends/Recommends/Suggests on modules deprecated in 5.12 and 5.14 (Closes: #702094)
  discards  638c598   releasing 5.14.2-20
  discards  d411536   upgrade the Broken versions of the separate libencode-perl package accordingly.
  discards  fa1c85a   Fix an Encode memory leak that occurred in the UTF-8 encoding. (Closes: #702416)
  discards  89405c8   Encode: Fixed a memory leak that occurred in the UTF-8 encoding.
  discards  ca4eb02   start 5.14.2-20
  discards  97ea72a   releasing 5.14.2-19
  discards  0f25679   [SECURITY] CVE-2013-1667: fix a rehashing DoS opportunity against code that uses arbitrary user input as hash keys. (Closes: #702296)
  discards  5d86bf6   Prevent premature hsplit() calls, and only trigger REHASH after hsplit()
  discards  7873569   start 5.14.2-19
  discards  0436f13   releasing 5.14.2-18
  discards  2dc8681   Fix a squeeze regression with STDIN and signal handlers. (Closes: #700171)
  discards  417f9aa   add a couple missing LEAVEs in perlio_async_run()
  discards  b334e20   start 5.14.2-18
  discards  58cd547   releasing 5.14.2-17
  discards  7c05564   Avoid wraparound when casting unsigned size_t to signed ssize_t. (Closes: #698320)
  discards  e36d65b   Avoid wraparound when casting unsigned size_t to signed ssize_t.
  discards  57d29f2   Update the Digest::SHA Breaks: entry for the double free fix.
  discards  8385c9c   Fix a double-free bug in Digest::SHA. (Closes: #698174)
  discards  d2d9e15   Fix a double-free bug in Digest::SHA
  discards  e9c68fc   start 5.14.2-17
  discards  0dfcc8d   releasing 5.16.2-2
  discards  9d59a4b   import detailed changelogs from 5.14.2-15 and 5.14.2-16
  discards  bd33da5   Merge 5.14.2-16 from unstable
  discards  ce9946b   Cherry-pick new patches from 5.14.2-16
  discards  3cb3a1f   add a note about security concerns in Storable
  discards  f3e8078   Fix misparsing of maketext strings.
  discards  e6cce02   CR escaping for P3P and Set-Cookie headers
  discards  f8200f2   releasing version 5.14.2-16
  discards  3b9dafe   Add missing patch names and other metadata
  discards  41d3609   add a note about security concerns in Storable
  discards  9da6928   Fix misparsing of maketext strings.
  discards  18b607e   CR escaping for P3P and Set-Cookie headers
  discards  6990468   bump urgency to medium
  discards  47b5f2d   [SECURITY] add warning to Storable documentation that Storable documents should not be accepted from untrusted sources (Closes: #695223)
  discards  4d351bb   add a note about security concerns in Storable
  discards  180164c   [SECURITY] Fix misparsing of maketext strings which could allow arbitrary code execution from untrusted maketext templates (Closes: #695224)
  discards  8b0df3b   Fix misparsing of maketext strings.
  discards  ae59a8d   [SECURITY] CVE-2012-5526: CGI.pm improper cookie and p3p CRLF escaping (Closes: #693420)
  discards  71a7da7   CR escaping for P3P and Set-Cookie headers
  discards  de84b71   changelog entry
  discards  9e2a869   use gzip -n for reproducible results
  discards  36e673e   Support comments in file lists
  discards  4dbd583   fix a syntax error in debian/copyright
  discards  514e8b9   Support the '**' notation in file lists for matching subdirectories
  discards  44a1b52   clean obsolete comment
  discards  1e15db2   Present Debian bugs consistently in patchlevel.h.
  discards  61eb6f5   Merge tag 'debian/5.14.2-15' into debian-5.16
  discards  e91686b   Cherry-pick new patches from 5.14.2-15
  discards  8ee3dfa   Remove unnecessary overrides in gnukfreebsd and gnuknetbsd hints.
  discards  1b8edaa   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  22b416d   releasing 5.14.2-15
  discards  9e2fed3   Releasing 5.16.2-1
  discards  08af02f   Merge tag 'debian/5.14.2-14' into debian-5.16
  discards  af750aa   update Breaks version for libmodule-corelist-perl
  discards  1e0e3f1   update debian/copyright version (no changes)
  discards  ad39a34   Merge 5.16.2
  discards  b1b4db0   Check for linuxthreads with POSIX semantics
  discards  147b49a   sockdomain and socktype undef on newly accepted sockets
  discards  35ad3c8   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  26c2620   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  4b85e90   Fix the ASCII fallback string for AE
  discards  3a85db9   cpan/Test-Harness: add NAME headings in modules with POD
  discards  21dbd1c   cpan/CPAN: add NAME headings in modules with POD
  discards  0637706   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  ce4d435   Disable failing GNU/Hurd tests io/pipe.t
  discards  0982be0   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  33313bc   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  c2e613e   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  1dac664   Configure CPAN::Distribution with correct name of html2text
  discards  70d455e   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  e73b36a   Document that CCFLAGS should include $Config{ccflags}
  discards  c76ce8a   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  d257650   List packaged patches in patchlevel.h
  discards  d165dcd   Skip tests specific to the upstream Git repository
  discards  653e57c   Squelch locale warnings in Debian package maintainer scripts
  discards  ec1eddb   Point users to Debian packages of deprecated core modules
  discards  010bbe0   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  d22e189   Configure CPANPLUS to use the site directories by default.
  discards  ace84ea   Make perlivp skip include directories in /usr/local
  discards  30c9bc4   Document the Net::SMTP 'Port' option
  discards  e7acc4a   Prune the list of libraries wanted to what we actually need.
  discards  76d25ee   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  64e81a7   Tweak @INC ordering for Debian
  discards  eb6ff89   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  840ca9b   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  e5a1832   Debian policy doesn't install .packlist files for core or vendor.
  discards  d3fe741   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  2791c5a   Fiddle with *PREFIX and variables written to the makefile
  discards  06d0fa2   Don't install .packlist or perllocal.pod for perl or vendor
  discards  3ab53a2   EU:MM: Set location of libperl.a to /usr/lib
  discards  3221b21   Set umask approproately for site install directories
  discards  cdfadb5   Respect umask during installation
  discards  3320912   Note that libperl-dev package is required for embedded linking
  discards  63e091b   Remove Errno version check due to upgrade problems with long-running processes.
  discards  ed1c15a   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  3de3022   Replace generic man(1) instructions with Debian-specific information.
  discards  c77203c   Remove overly restrictive DB_File version check.
  discards  150926b   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  7bdd422   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  7c7f07d   record new upstream branch created by importing perl_5.16.2.orig.tar.bz2
  discards  f6ceeff   Import perl_5.16.2.orig.tar.bz2
  discards  b1c4854   Cherry-pick more fixes from 5.14.3
  discards  41a55c9   Update PerlCheat to 5.14
  discards  0d0e8db   Enforce Any ~~ Object smartmatch precedence
  discards  680efca   Fix the bug numbers of the glob copy hanging issue
  discards  79336c8   <$fh> hangs on a glob copy
  discards  154f2c7   Cherry-pick regression fixes from 5.14.3
  discards  4cc4d26   <$fh> hangs on a glob copy
  discards  39d47b4   /[[:lower:]]/i matches upper case
  discards  df7aadd   regexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/i
  discards  9dc7c33   Regression with /i, latin1 chars.
  discards  bbcc2ed   $tainted ~~ [...] failing
  discards  e36858d   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable. (Closes: #688842) Don't overwrite $Config{lddlflags} or ccdlflags on GNU/kFreeBSD. (Closes: #689713) Fix tainted smart matching. (Closes: #690571)
  discards  549be54   $tainted ~~ [...] failing
  discards  51233d4   Remove unnecessary overrides in gnukfreebsd and gnuknetbsd hints.
  discards  0b575df   Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
  discards  660b051   start 5.14.2-15
  discards  cdc13ab   Releasing 5.14.2-14
  discards  f9aae61   [SECURITY] CVE-2012-5195: fix a heap buffer overrun with the 'x' string repeat operator. (Closes: #689314)
  discards  a62ad82   avoid calling memset with a negative count
  discards  beea5c2   start 5.14.2-14
  discards  8a434e7   releasing version 5.14.2-13
  discards  59e468b   Add Breaks/Replaces/Provides for new dual-lived libsocket-perl (Closes: #679154)
  discards  aa1af2e   Apply patch fixing IPC::Open3 when command is '-' (Closes: #683894)
  discards  5e7b5cf   IPC::Open3::open3(..., '-') broken
  discards  8d959d2   releasing version 5.16.1-1
  discards  5f87508   update debian/copyright version (no changes)
  discards  02febc6   Update Breaks/Provides/Replaces
  discards  9cefaa7   Merge 5.16.1
  discards  0e44a2b   Check for linuxthreads with POSIX semantics
  discards  5b12490   sockdomain and socktype undef on newly accepted sockets
  discards  1e00260   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  d4a339e   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  17dc72b   Fix the ASCII fallback string for AE
  discards  b43006f   cpan/Test-Harness: add NAME headings in modules with POD
  discards  83b060e   cpan/CPAN: add NAME headings in modules with POD
  discards  ad2c9c0   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  8bbecdb   Disable failing GNU/Hurd tests io/pipe.t
  discards  102ed3d   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  d038be4   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  0b55608   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  574e3b4   Configure CPAN::Distribution with correct name of html2text
  discards  cf93190   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  e6d44ad   Document that CCFLAGS should include $Config{ccflags}
  discards  e652c34   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  88b2978   List packaged patches in patchlevel.h
  discards  4cd5db0   Skip tests specific to the upstream Git repository
  discards  6ae8979   Squelch locale warnings in Debian package maintainer scripts
  discards  9a24b7e   Point users to Debian packages of deprecated core modules
  discards  3dc3ae1   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  9477dfb   Configure CPANPLUS to use the site directories by default.
  discards  945c9ce   Make perlivp skip include directories in /usr/local
  discards  97b3c6c   Document the Net::SMTP 'Port' option
  discards  4ad2692   Prune the list of libraries wanted to what we actually need.
  discards  3b8046d   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  61e8b8d   Tweak @INC ordering for Debian
  discards  b7b3c82   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  93cc0d0   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  7d461ed   Debian policy doesn't install .packlist files for core or vendor.
  discards  793de04   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  b51164e   Fiddle with *PREFIX and variables written to the makefile
  discards  8d608f7   Don't install .packlist or perllocal.pod for perl or vendor
  discards  441029c   EU:MM: Set location of libperl.a to /usr/lib
  discards  2e61752   Set umask approproately for site install directories
  discards  ffaa111   Respect umask during installation
  discards  22afdf1   Note that libperl-dev package is required for embedded linking
  discards  0742076   Remove Errno version check due to upgrade problems with long-running processes.
  discards  3398e9d   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  02b6cec   Replace generic man(1) instructions with Debian-specific information.
  discards  0bad4e3   Remove overly restrictive DB_File version check.
  discards  6b1863a   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  24a4274   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  60ee58a   record new upstream branch created by importing perl_5.16.1.orig.tar.bz2
  discards  f9fc02b   Import perl_5.16.1.orig.tar.bz2
  discards  88ce07c   Merge 5.14.2-11 and 5.14.2-12 from unstable
  discards  f678d6b   releasing version 5.14.2-12
  discards  4f78a05   Add minimal Copyright fields to debian/copyright paragraphs that were missing them, to fix Lintian warnings about missing required fields
  discards  ae7eb24   Update Standards-Version (no changes)
  discards  3a9d5fc   Disable another previously-failing kFreeBSD threads test
  discards  579ea4a   sockdomain and socktype undef on newly accepted sockets
  discards  27a9b71   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  7f3693f   properly propagate tainted errors
  discards  9e57320   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  2facef4   Don't use _POSIX_PATH_MAX as a fallback PATH_MAX
  discards  8aa68c5   Use Text::ParseWords instead of shellwords.pl
  discards  42ba911   Fix POD formatting in Term-Cap and Pod-Parser
  discards  9e12dd1   Update references to the FSF's postal address
  discards  6a3c870   Fix the ASCII fallback string for AE
  discards  f2ed995   cpan/Term-UI: add NAME headings in modules with POD
  discards  599f9ae   cpan/Test-Harness: add NAME headings in modules with POD
  discards  b7d282c   cpan/CPANPLUS: add NAME headings in modules with POD
  discards  3eb30ae   cpan/CPAN: add NAME headings in modules with POD
  discards  3d2c834   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  9b2278a   Disable failing GNU/Hurd tests io/pipe.t
  discards  c578230   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  90eb1a1   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  5d0f379   Skip interval timer tests in Time::HiRes on GNU/Hurd
  discards  f5a9fe9   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  1971bff   enable LFS on GNU/Hurd
  discards  793297f   Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
  discards  d03efbd   Add GNU/Hurd hints for NDBM_File
  discards  b5c60ba   Close the eval "require $module" security hole in Digest->new($algorithm)
  discards  215f7a1   Configure CPAN::Distribution with correct name of html2text
  discards  85ec2ed   Fix typos in several pod/perl*.pod files
  discards  7d81980   Improve general GNU hints, needed for GNU/Hurd.
  discards  dc9a1cb   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  08babb1   Document that CCFLAGS should include $Config{ccflags}
  discards  2c96446   Re-enable thread tests on kFreeBSD
  discards  03d7f72   releasing 5.16.0-1 to experimental
  discards  cae4773   Fix undefined reasons when skipping git tests
  discards  d93923d   Check for linuxthreads with POSIX semantics
  discards  c70b6b3   sockdomain and socktype undef on newly accepted sockets
  discards  65d34f3   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  5caf8b7   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  9ebd6aa   Fix the ASCII fallback string for AE
  discards  d1b954c   cpan/Test-Harness: add NAME headings in modules with POD
  discards  4ca940c   cpan/CPAN: add NAME headings in modules with POD
  discards  41c1136   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  5a7f2ca   Disable failing GNU/Hurd tests io/pipe.t
  discards  71c50e3   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  00d8cb3   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  86f146b   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  efd3908   Configure CPAN::Distribution with correct name of html2text
  discards  23f4056   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  cc3a50d   Document that CCFLAGS should include $Config{ccflags}
  discards  25ab19a   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  6a3a4a4   List packaged patches in patchlevel.h
  discards  35efa73   Skip tests specific to the upstream Git repository
  discards  be46ec4   Fix test failure with t/op/getpid.t on kFreeBSD
  discards  2b0a6ff   Check for linuxthreads with POSIX semantics
  discards  a9dc9c6   Review copyright for 5.16.0
  discards  a91101a   New upstream release
  discards  da1451b   Merge new upstream release
  discards  6aedb90   sockdomain and socktype undef on newly accepted sockets
  discards  ea63cb7   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  a3ed91e   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  cc27635   Fix the ASCII fallback string for AE
  discards  2c0bccd   cpan/Test-Harness: add NAME headings in modules with POD
  discards  20ad834   cpan/CPAN: add NAME headings in modules with POD
  discards  0369dbb   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  d4cd9fd   Disable failing GNU/Hurd tests io/pipe.t
  discards  f90660e   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  5e405d4   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  ba379ee   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  ac56372   Configure CPAN::Distribution with correct name of html2text
  discards  b0731c4   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  01016cc   Document that CCFLAGS should include $Config{ccflags}
  discards  052fbd8   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  b781afa   Squelch locale warnings in Debian package maintainer scripts
  discards  3e6782f   List packaged patches in patchlevel.h
  discards  50b1e8e   Point users to Debian packages of deprecated core modules
  discards  ea68edf   Skip tests specific to the upstream Git repository
  discards  c06c75e   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  ac7b911   Configure CPANPLUS to use the site directories by default.
  discards  f60ee67   Make perlivp skip include directories in /usr/local
  discards  888ad21   Document the Net::SMTP 'Port' option
  discards  4f98179   Prune the list of libraries wanted to what we actually need.
  discards  e900991   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  ce7b3a2   Tweak @INC ordering for Debian
  discards  4ac88f5   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  47befca   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  a4fc645   Debian policy doesn't install .packlist files for core or vendor.
  discards  306efc0   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  10e7908   Fiddle with *PREFIX and variables written to the makefile
  discards  1dc6b26   Don't install .packlist or perllocal.pod for perl or vendor
  discards  67c146e   EU:MM: Set location of libperl.a to /usr/lib
  discards  ae38c79   Set umask approproately for site install directories
  discards  41e56ab   Respect umask during installation
  discards  24b8a5c   Note that libperl-dev package is required for embedded linking
  discards  e40ad19   Remove Errno version check due to upgrade problems with long-running processes.
  discards  b09e2a5   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  14134be   Replace generic man(1) instructions with Debian-specific information.
  discards  8bf6013   Remove overly restrictive DB_File version check.
  discards  d520641   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  90264f1   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  06af34f   record new upstream branch created by importing perl_5.16.0.orig.tar.bz2
  discards  0daf4ab   Import perl_5.16.0.orig.tar.bz2
  discards  ebc2b69   releasing 5.14.2-11
  discards  0d48124   Remove empty Copyright lines from debian/copyright to appease Config::Model.
  discards  c122e0d   Temporarily disable thread tests on kFreeBSD to work around libc breakage.
  discards  d205270   Temporarily disable thread tests on kFreeBSD to work around libc breakage
  discards  065e013   Add patch from Daniel Kahn Gillmor fixing propagation of socket type information (Closes: #659075)
  discards  3c50c71   sockdomain and socktype undef on newly accepted sockets
  discards  d02b24d   copyright reviewed for RC2
  discards  592e0cf   Add patch from Daniel Kahn Gillmor fixing propagation of socket type information (Closes: #659075)
  discards  80f70cd   sockdomain and socktype undef on newly accepted sockets
  discards  d4ee736   Merge 5.16.0~rc2
  discards  e9d67ff   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  35da7c5   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  49637d9   Fix the ASCII fallback string for AE
  discards  2113800   cpan/Test-Harness: add NAME headings in modules with POD
  discards  13f34e4   cpan/CPAN: add NAME headings in modules with POD
  discards  afbb4f9   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  816047a   Disable failing GNU/Hurd tests io/pipe.t
  discards  add098e   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  92878e8   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  63503a5   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  4806738   Configure CPAN::Distribution with correct name of html2text
  discards  e464556   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  e73ea08   Document that CCFLAGS should include $Config{ccflags}
  discards  8d303c8   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  71d16b4   List packaged patches in patchlevel.h
  discards  1a91ae8   Skip tests specific to the upstream Git repository
  discards  fccf315   Squelch locale warnings in Debian package maintainer scripts
  discards  df867bd   Point users to Debian packages of deprecated core modules
  discards  5609ffe   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  da43f64   Configure CPANPLUS to use the site directories by default.
  discards  d823283   Make perlivp skip include directories in /usr/local
  discards  464f992   Document the Net::SMTP 'Port' option
  discards  2e255d6   Prune the list of libraries wanted to what we actually need.
  discards  9f70d15   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  1426bf8   Tweak @INC ordering for Debian
  discards  fc986e4   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  a3f24fe   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  e113721   Debian policy doesn't install .packlist files for core or vendor.
  discards  afbb947   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  788267a   Fiddle with *PREFIX and variables written to the makefile
  discards  f7f4b53   Don't install .packlist or perllocal.pod for perl or vendor
  discards  6165447   EU:MM: Set location of libperl.a to /usr/lib
  discards  bb66bb4   Set umask approproately for site install directories
  discards  91466cf   Respect umask during installation
  discards  cc689a5   Note that libperl-dev package is required for embedded linking
  discards  2a474ee   Remove Errno version check due to upgrade problems with long-running processes.
  discards  9fa9c02   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  61cadbb   Replace generic man(1) instructions with Debian-specific information.
  discards  16e9ee1   Remove overly restrictive DB_File version check.
  discards  64b7052   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  fee030f   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  f7b3bcb   record new upstream branch created by importing perl_5.16.0~rc2.orig.tar.bz2
  discards  1144743   Import perl_5.16.0~rc2.orig.tar.bz2
  discards  80c34f2   don't check unicore/To/Isc.pl
  discards  5411b9e   add new files to perl-base to keep it self-contained
  discards  ad3e544   Tweak the Module::CoreList fix
  discards  f64c06a   Fix Module::CoreList to contain references to the string value '5.016000'
  discards  944e634   remove references to old files from debian/perl-base.files
  discards  333e1e5   add Provides/Replaces/Breaks for new libcpan-meta-requirements-perl
  discards  d3bff44   don't Provide/Replace/Break removed modules libdevel-dprof-perl, libperl4-corelibs-perl, libshell-perl
  discards  8ebfe62   update Breaks versions in debian/control for dual-lived modules
  discards  2d07d95   merge patched-debian-5.16 into debian-5.16
  discards  8c2852b   Fix Module::CoreList::version to contain the string value '5.016000'
  discards  ead5284   Fix some failing porter tests
  discards  0fc55f8   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  b0a0f52   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  0724541   Fix the ASCII fallback string for AE
  discards  73c9b5f   cpan/Test-Harness: add NAME headings in modules with POD
  discards  778aad0   cpan/CPAN: add NAME headings in modules with POD
  discards  d9d0d32   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  fab645a   Disable failing GNU/Hurd tests io/pipe.t
  discards  c26f5b5   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  3d5a66f   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  e570686   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  a8434b1   Configure CPAN::Distribution with correct name of html2text
  discards  8e907c8   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  6fb9981   Document that CCFLAGS should include $Config{ccflags}
  discards  b45d15b   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  540b076   List packaged patches in patchlevel.h
  discards  5f43c8d   Skip tests specific to the upstream Git repository
  discards  6c4e09e   rename libperl5.14 to libperl5.16
  discards  54c916d   update debian/copyright
  discards  48b785c   update version number for perl-major-upgrade trigger
  discards  993539b   New upstream release candidate, 5.16.0-RC0
  discards  a4668c1   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  30db1f7   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  0b9b1d0   Fix the ASCII fallback string for AE
  discards  ccbccda   cpan/Test-Harness: add NAME headings in modules with POD
  discards  fdb5dfa   cpan/CPAN: add NAME headings in modules with POD
  discards  679456a   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  7988abb   Disable failing GNU/Hurd tests io/pipe.t
  discards  cbfa950   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  78ccba9   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  9bfa0ad   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  c7f5879   Configure CPAN::Distribution with correct name of html2text
  discards  efd7569   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  03e9e5e   Document that CCFLAGS should include $Config{ccflags}
  discards  f7f6e7b   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  da8fac7   List packaged patches in patchlevel.h
  discards  f62dd9d   Skip tests specific to the upstream Git repository
  discards  2addc0f   Squelch locale warnings in Debian package maintainer scripts
  discards  06af415   Point users to Debian packages of deprecated core modules
  discards  ff979be   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  bc99d06   Configure CPANPLUS to use the site directories by default.
  discards  6fbb1f1   Make perlivp skip include directories in /usr/local
  discards  1fd1b16   Document the Net::SMTP 'Port' option
  discards  ce61b77   Prune the list of libraries wanted to what we actually need.
  discards  9c69c63   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  55b38f5   Tweak @INC ordering for Debian
  discards  337a2de   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  f8b3eb5   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  484cdfb   Debian policy doesn't install .packlist files for core or vendor.
  discards  c8840c4   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  6a4ba54   Fiddle with *PREFIX and variables written to the makefile
  discards  e1ed0f8   Don't install .packlist or perllocal.pod for perl or vendor
  discards  9603ac0   EU:MM: Set location of libperl.a to /usr/lib
  discards  171a11c   Set umask approproately for site install directories
  discards  341b51b   Respect umask during installation
  discards  9c00396   Note that libperl-dev package is required for embedded linking
  discards  53f4425   Remove Errno version check due to upgrade problems with long-running processes.
  discards  bebc3d8   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  579eb2b   Replace generic man(1) instructions with Debian-specific information.
  discards  cfa4b7b   Remove overly restrictive DB_File version check.
  discards  6555e74   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  65cf8f3   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  fae4836   record new upstream branch created by importing perl_5.16.0~rc0.orig.tar.bz2
  discards  0168ce7   Import perl_5.16.0~rc0.orig.tar.bz2
  discards  7806b90   releasing version 5.14.2-10
  discards  0aea349   Add Conflicts with mono-gac (<< 2.10.8.1-3) to perl-base and perl-modules (Closes: #665384)
  discards  d3c4cf9   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  caeea3b   Invoke x-terminal-emulator rather than xterm in perl5db.pl
  discards  0cf0cb8   properly propagate tainted errors (Closes: #663158)
  discards  e6d732e   properly propagate tainted errors
  discards  45bbce9   releasing 5.14.2-9 to unstable
  discards  a7b4ea1   fix a typo in the changelog
  discards  a853535   Alternative implementation of dpkg-buildflags cleansing
  discards  7c88dfd   TODO before uploading: 'perl -V:ccflags' should regain -fstack-protector
  discards  bc35323   Make EU::MM pass LD through to recursive Makefile.PL invocations. (Closes: #660195)
  discards  7970b82   Make EU::MM pass LD through to recursive Makefile.PL invocations
  discards  798194a   Revert "Remove Breaks on deprecated libshell-perl (See #659869)"
  discards  3ae22bf   Remove Breaks on deprecated libshell-perl (See #659869)
  discards  879a9c8   Make debian/t/control.t work with +dfsg repacked tarballs
  discards  75e486a   Update the DEP-5 URL in debian/copyright now that it is finally stabilized.
  discards  cbfd4c6   Modify Config_heavy.pm after the build to remove dpkg-buildflags effects
  discards  882a400   No longer disable the 'pie' build flags: the implementation was overwriting DEB_BUILD_MAINT_OPTIONS altogether.
  discards  2147a1b   Add Breaks on ftpmirror for the same reason (Closes: #659799)
  discards  b324c42   Add Breaks on various packages which had 5.12/5.14 compatibility bugs fixed
  discards  603a3ba   releasing version 5.14.2-8
  discards  122beeb   Don't use _POSIX_PATH_MAX as a fallback PATH_MAX (Closes: #656869)
  discards  faf5868   Don't use _POSIX_PATH_MAX as a fallback PATH_MAX
  discards  b89bd8a   Remove lintian override for perl4 corelibs (fixed)
  discards  0f34be3   explicitly disable the 'pie' flags until somebody finds a way to make them work with the build system
  discards  269fabf   Use dpkg-buildflags (when available) to enable hardened builds. (Closes: #657853)
  discards  9b6f03c   Add missing Origin and Patch-Name fields to shellwords patch
  discards  0dd3072   Use Text::ParseWords instead of shellwords.pl
  discards  6c5853f   Fix CGI.pm to not use the deprecated shellwords.pl library
  discards  4e64aa0   Use Text::ParseWords instead of shellwords.pl
  discards  b4984c9   Make perl-base and perl-modules conflict with defoma (<< 0.11.12)
  discards  a4a7d16   Pass system zlib information to the Compress-Raw-Zlib build system with environment variables instead of patching the source.
  discards  2472b3a   Fix POD formatting in Term-Cap and Pod-Parser
  discards  ff6e101   Update references to the FSF's postal address
  discards  00440a0   Fix the ASCII fallback string for AE
  discards  6da16d6   cpan/Term-UI: add NAME headings in modules with POD
  discards  606150b   cpan/Test-Harness: add NAME headings in modules with POD
  discards  9349a01   cpan/CPANPLUS: add NAME headings in modules with POD
  discards  169833d   cpan/CPAN: add NAME headings in modules with POD
  discards  200a05e   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  acc00cf   Disable failing GNU/Hurd tests io/pipe.t
  discards  fd135b9   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  21acd74   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  e1db587   Skip interval timer tests in Time::HiRes on GNU/Hurd
  discards  8079d66   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  63b330e   enable LFS on GNU/Hurd
  discards  f7ebefe   Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
  discards  bbbf6ec   Add GNU/Hurd hints for NDBM_File
  discards  83f11e2   Close the eval "require $module" security hole in Digest->new($algorithm)
  discards  73d97d9   Configure CPAN::Distribution with correct name of html2text
  discards  de648e4   RT 64804: tainting with index() of a constant
  discards  7ad7e3c   Fix typos in several pod/perl*.pod files
  discards  4663b05   Make h2ph correctly search gcc include directories
  discards  cb5f4f3   Improve general GNU hints, needed for GNU/Hurd.
  discards  59d5d96   List packaged patches in patchlevel.h
  discards  5a8a1ed   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  ecbdb77   Fix failing tilde test when run under a UID without a passwd entry
  discards  e2f4138   Document that CCFLAGS should include $Config{ccflags}
  discards  5ce0d0e   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  e31ba0a   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  0a46786   Skip tests specific to the upstream Git repository
  discards  debc11c   Squelch locale warnings in Debian package maintainer scripts
  discards  8a086cd   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  d9d28a9   Point users to Debian packages of deprecated core modules
  discards  b8ab15d   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  43e7999   Configure CPANPLUS to use the site directories by default.
  discards  6e1b3ce   Pass system zlib information to the Compress-Raw-Zlib build system with environment variables.
  discards  90a0047   update comment about Compress-Raw-Bzip2 location
  discards  1342963   Include some notes in debian/rules about not using perl more than necessary
  discards  73bd671   releasing version 5.14.2-7
  discards  08e64e9   Add Homepage field pointing to dev.perl.org (Closes: #657274)
  discards  6003244   add extra lintian override for cpanp-run-perl manpage
  discards  12cd864   improve changelog entry for last change
  discards  af2351f   Remove special-case override for non-overridable no-copyright-file
  discards  c6da555   Fix POD formatting in Term-Cap and Pod-Parser (fixes Lintian warnings)
  discards  51c41fb   Fix POD formatting in Term-Cap and Pod-Parser
  discards  5b787ce   Add Lintian override for missing manpage for perldoc stub
  discards  4377b4d   Update references to the FSF's postal address (fixes Lintian warnings)
  discards  739777c   Update references to the FSF's postal address
  discards  27b1fb9   upload line number in shellwords/perl4 lintian override
  discards  2714ce7   Fix AE ligature fallback handling in Pod::Man (thanks to Russ Allbery for the fix) (Closes: #652851)
  discards  d775d53   Fix the ASCII fallback string for AE
  discards  e9b6c2d   Add missing POD descriptions in modules from CPAN, to fix Lintian warnings (Closes: #650448, #650450, #650451, #650452)
  discards  837a1e3   cpan/Term-UI: add NAME headings in modules with POD
  discards  535bda3   cpan/Test-Harness: add NAME headings in modules with POD
  discards  318096c   cpan/CPANPLUS: add NAME headings in modules with POD
  discards  ccb240f   cpan/CPAN: add NAME headings in modules with POD
  discards  6cdd0cd   Re-enable tests dist/threads/t/libc.t, ext/Socket/t/socketpair.t on GNU/Hurd fixed by changes in hurd (20111206-1) Re-enable test cpan/autodie/t/recv.t on GNU/Hurd fixed by changes in eglibc (2.13-22)
  discards  f85a394   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  2b23ab0   Disable failing GNU/Hurd tests io/pipe.t
  discards  8c628d2   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  26acf89   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  f9ac3dc   starting 5.14.2-7
  discards  4bd6123   releasing 5.14.2-6
  discards  7b35131   Disable various tests which fail on GNU/Hurd (see #648623)
  discards  6ac130f   Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  discards  0d7d01e   Disable failing GNU/Hurd tests io/pipe.t
  discards  ccdda2f   Disable failing GNU/Hurd tests dist/threads/t/libc.t
  discards  92d5b18   Disable failing GNU/Hurd tests cpan/autodie/t/recv.t
  discards  6e58a3a   Disable failing GNU/Hurd tests dist/threads/t/stack.t
  discards  8d51892   Disable failing GNU/Hurd tests op/sigdispatch.t
  discards  a4f510c   Disable failing GNU/Hurd tests ext/Socket/t/socketpair.t
  discards  6a817e3   Skip interval timer tests in Time::HiRes on GNU/Hurd
  discards  40c26f6   Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  discards  752d852   Update Lintian override for perl-module-uses-perl4-libs-without-dep to reflect new path to CGI.pm
  discards  f7f2b4c   bump doc-base Breaks to Conflicts
  discards  e4fd346   Add versioned Conflicts on update-inetd (<< 4.41) (Closes: #649177)
  discards  180b9d6   debian/rules: correctly handle subject line wraps in patch headers.
  discards  f0cfde2   start 5.4.12-6
  discards  f2bd4a2   releasing version 5.14.2-5
  discards  5f84adf   Update versioned Breaks for doc-base to << 0.10.3; this version improves the resilience of the postinst during a major perl upgrade (Closes: #648954)
  discards  1c9a728   Update versioned Breaks for dual-lived modules with updates in 5.14.2 (libmodule-corelist-perl, libencode-perl)
  discards  ce16443   Add Conflicts: libjson-pp-perl (<< 2.27200-2) to perl package to fix file conflict with dual-lived module (Closes: #648897)
  discards  eb8e43c   Upload to unstable
  discards  97cc12e   releasing version 5.14.2-2
  discards  ff33840   Enable LFS on GNU/Hurd (thanks, Pino Toscano) (Closes: #645790)
  discards  1005f4f   enable LFS on GNU/Hurd
  discards  3883554   Apply GNU/Hurd fixes from Pino Toscano
  discards  439649c   Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
  discards  cc36fb4   Add GNU/Hurd hints for NDBM_File
  discards  4e20a1b   Merge commit 'debian/5.12.4-6' into debian-5.14
  discards  6bce6b0   Fix unsafe use of eval in Digest->new();
  discards  4b6a732   Close the eval "require $module" security hole in Digest->new($algorithm)
  discards  dfed91e   release 5.12.4-6
  discards  d12d121   add CVE to changelog
  discards  c014dca   fix hanging bracket
  discards  4d004fb   Fix unsafe use of eval in Digest->new()
  discards  75d354e   Close the eval "require $module" security hole in Digest->new($algorithm)
  discards  ce3b94e   release 5.14.2-1
  discards  69dc85d   Merge commit 'debian/5.12.4-5' into debian-5.14
  discards  8781b59   Update CPAN::Distribution to use html2text rather than html2text.pl; thanks to Andreas Marschke for the patch (Closes: #640479)
  discards  ca66b95   Configure CPAN::Distribution with correct name of html2text
  discards  a02c805   release 5.12.4-5
  discards  8f96128   Override Lintian warnings relating to perl4 libraries
  discards  377f986   Replace 5.14.1 with 5.14.2 in debian/released-versions
  discards  42e65c4   Bump version number in debian/copyright
  discards  3d8b461   Merge new upstream release
  discards  c6b1fdd   Fix typos in several pod/perl*.pod files
  discards  d6fd759   Improve general GNU hints, needed for GNU/Hurd.
  discards  9ba88d7   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  f0e3a51   Document that CCFLAGS should include $Config{ccflags}
  discards  ff28153   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  e25298a   RT 64804: tainting with index() of a constant
  discards  37969e2   Make h2ph correctly search gcc include directories
  discards  cf92810   List packaged patches in patchlevel.h
  discards  9266292   Fix failing tilde test when run under a UID without a passwd entry
  discards  0c91624   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  2be2eed   Skip tests specific to the upstream Git repository
  discards  718e9cb   Squelch locale warnings in Debian package maintainer scripts
  discards  f66e857   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  c2bd205   Point users to Debian packages of deprecated core modules
  discards  9825086   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  66517b1   Configure CPANPLUS to use the site directories by default.
  discards  4c7e04f   Make perlivp skip include directories in /usr/local
  discards  90c7967   Disable zlib bundling in Compress::Raw::Zlib
  discards  ab32eba   Document the Net::SMTP 'Port' option
  discards  0635669   Prune the list of libraries wanted to what we actually need.
  discards  fbb5f07   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  11633e5   Tweak @INC ordering for Debian
  discards  55a7184   Disable some threads tests on m68k for now due to missing TLS.
  discards  7465b6d   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  704f601   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  ab89a31   Debian policy doesn't install .packlist files for core or vendor.
  discards  a46a710   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  148e271   Fiddle with *PREFIX and variables written to the makefile
  discards  44c7521   Don't install .packlist or perllocal.pod for perl or vendor
  discards  334ac01   EU:MM: Set location of libperl.a to /usr/lib
  discards  492e0d6   Set umask approproately for site install directories
  discards  0d1ab4f   Respect umask during installation
  discards  d70e88b   Note that libperl-dev package is required for embedded linking
  discards  973bed4   Remove Errno version check due to upgrade problems with long-running processes.
  discards  e9fd6e7   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  16ebe1f   Replace generic man(1) instructions with Debian-specific information.
  discards  0d1acf7   Remove overly restrictive DB_File version check.
  discards  4b63b9a   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  f624a9f   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  961f85f   record new upstream branch created by importing perl_5.14.2.orig.tar.bz2
  discards  5f99bf7   Import perl_5.14.2.orig.tar.bz2
  discards  eb9b1ed   Fix typos in several pod/perl*.pod files (Closes: #637816)
  discards  3cf9245   Fix typos in several pod/perl*.pod files
  discards  87288a7   [ Niko Tyni ] [ Dominic Hargreaves ] Update CPAN::Distribution to use html2text rather than html2text.pl; thanks to Andreas Marschke for the patch (Closes: #640479)
  discards  c64b4d1   Configure CPAN::Distribution with correct name of html2text
  discards  e348649   Fix a memory leak in Carp::shortmess. (Closes: #638676)
  discards  fe0866b   Carp (actually caller) leaking memory
  discards  be4631b   start 5.14.1-3
  discards  3d63f28   Fix a memory leak in Carp::shortmess. (Closes: #638676)
  discards  caf3a75   Carp (actually caller) leaking memory
  discards  224c5fb   start 5.12.4-5
  discards  6db9709   add CVE reference to changelog
  discards  86148a1   add CVE reference to changelog
  discards  f0e866f   release 5.14.1-2
  discards  42842f0   Merge commit 'debian/5.12.4-4' into debian-5.14
  discards  cf8a9fc   Improve general GNU hints, fixing build failures on GNU/Hurd. Patch by Pino Toscano. (Closes: #636609)
  discards  585a9a3   Improve general GNU hints, needed for GNU/Hurd.
  discards  051966f   Fix decode_xs n-byte heap-overflow security bug in Unicode.xs (Closes: #637376)
  discards  d9368a2   Fix decode_xs n-byte heap-overflow security bug in Unicode.xs
  discards  fae6cf6   Add note about recommended git version
  discards  4b45077   update patches with newer git, to avoid playing ping-pong with subject line lengths
  discards  764466c   Set urgency to medium
  discards  0beb07f   Add Origin: information to debian/patches/fixes/encode-heap-overflow.diff
  discards  2e6e1e8   Fix decode_xs n-byte heap-overflow security bug in Unicode.xs
  discards  961aa78   release 5.12.4-4
  discards  5ca0b39   Fix decode_xs n-byte heap-overflow security bug in Unicode.xs (Closes: #637376)
  discards  602decd   Fix decode_xs n-byte heap-overflow security bug in Unicode.xs
  discards  a9074a6   start 5.12.4-4
  discards  e498756   Amend the fixes/hurd-hints metadata.
  discards  e4af27d   Improve general GNU hints, needed for GNU/Hurd.
  discards  23ab6c4   retroactively include the bug number in the changelog
  discards  2d79b69   releasing 5.12.4-3
  discards  4afd00a   [ Dominic Hargreaves ] [ Niko Tyni ] Improve general GNU hints, fixing build failures GNU/Hurd. Patch by Pino Toscano.
  discards  44159ea   Author: Pino Toscano <pino at debian.org> Bug-Debian: http://bugs.debian.org/636609
  discards  862b8af   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages (thanks, Niko) (Closes: #627821)
  discards  a180c2b   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  2ca2dd8   Apply patch from Niko documenting the correct use of CCFLAGS in ExtUtils::MakeMaker (see: #628522)
  discards  83801e4   Document that CCFLAGS should include $Config{ccflags}
  discards  9dc6370   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages (thanks, Niko) (Closes: #627821)
  discards  65924c9   Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  discards  ee8e5dc   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD (see: #628493, thanks Niko)
  discards  942a16b   Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  discards  6c7534b   Apply patch from Niko documenting the correct use of CCFLAGS in ExtUtils::MakeMaker (see: #628522)
  discards  cf728e4   Document that CCFLAGS should include $Config{ccflags}
  discards  98c89e7   restore 5.12.4-2 changelog in its entirety
  discards  fcf129e   * Promote libclass-isa-perl and libswitch-perl from Recommends to   Depends, to improve partial upgrades from squeeze to wheezy   (see: #629472) * Demote libpod-plainer-perl from Recommends to Suggests, based on   analysis of its usage in Debian (see: #629472)
  discards  159e6cd   start 5.14.1-2
  discards  3e784fa   fix bracketing typo in changelog
  discards  8484e53   fix build-dep related lintian error
  discards  52813b7   start 5.12.4-3
  discards  e53402a   release 5.14.1-1
  discards  3a56538   Merge 5.12.4-2 from unstable.
  discards  0d7cbe6   release
  discards  b17fc25   Fix tainting with index() of a constant. (Closes: #291450)
  discards  5f9254b   RT 64804: tainting with index() of a constant
  discards  daa5bc3   Match bzip2 archives in debian/watch.
  discards  81e99d3   No longer prune -lnsl and -lutil in debian/config.over, this was obsoleted by a related change in 5.6.1-7 (!)
  discards  d011f79   Break older versions of doc-base to avoid a Storable binary incompatibility issue in partial upgrades. (Closes: #633076)
  discards  c02f17b   Merge 5.12.4-1 from unstable.
  discards  47bbadf   Rebase the patches onto the upstream branch with a merged 5.12.4
  discards  52c3b3e   Make h2ph correctly search gcc include directories
  discards  7ef9f80   List packaged patches in patchlevel.h
  discards  f14752f   Fix failing tilde test when run under a UID without a passwd entry
  discards  274ddf7   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  d483de4   Skip tests specific to the upstream Git repository
  discards  f8c40c7   Squelch locale warnings in Debian package maintainer scripts
  discards  25cff1d   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  a082e55   Point users to Debian packages of deprecated core modules
  discards  3486ca8   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  82938a0   Configure CPANPLUS to use the site directories by default.
  discards  3f87e93   Disable zlib bundling in Compress::Raw::Zlib
  discards  d744a17   Make perlivp skip include directories in /usr/local
  discards  87bf57b   Document the Net::SMTP 'Port' option
  discards  6781ddb   Prune the list of libraries wanted to what we actually need.
  discards  b2d375b   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  58045b5   Tweak @INC ordering for Debian
  discards  3976d2d   Disable some threads tests on m68k for now due to missing TLS.
  discards  2909694   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  04c92c7   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  f08bf78   Debian policy doesn't install .packlist files for core or vendor.
  discards  4b45a5e   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  88f68d3   Fiddle with *PREFIX and variables written to the makefile
  discards  f796be7   Don't install .packlist or perllocal.pod for perl or vendor
  discards  2ae43cc   EU:MM: Set location of libperl.a to /usr/lib
  discards  0fee378   Set umask approproately for site install directories
  discards  d03b22b   Respect umask during installation
  discards  012b88b   Note that libperl-dev package is required for embedded linking
  discards  1da9ff6   Remove Errno version check due to upgrade problems with long-running processes.
  discards  4e8e2d2   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  b078aaf   Replace generic man(1) instructions with Debian-specific information.
  discards  865eb48   record new upstream branch
  discards  2ed4eaa   Remove overly restrictive DB_File version check.
  discards  9aff662   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  09e9466   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  152375d   Merge commit 'upstream/5.12.4' into upstream-debian-5.14
  discards  5a0073b   Drop patchlevel-debian.h from MANIFEST
  discards  dbd2d5a   Make h2ph correctly search gcc include directories
  discards  8a97d8a   List packaged patches in patchlevel.h
  discards  70258d9   Fix tainting with index() of a constant. (Closes: #291450)
  discards  cd1136b   RT 64804: tainting with index() of a constant
  discards  55e0f8a   Force /usr/lib/<triplet> into $Config{libpth} even if doesn't exist yet.
  discards  9b9f50f   start 5.12.4-2
  discards  676f041   reintroduce commit 1b9468fa36 that got lost in the 5.12.4 merge
  discards  3182e11   Update lengthen time-out time for t/re/re.t.
  discards  f0ba0f9   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  41e9b71   Make h2ph correctly search gcc include directories
  discards  e00bc1a   List packaged patches in patchlevel.h
  discards  4f22eff   Fix failing tilde test when run under a UID without a passwd entry
  discards  9f0c23f   h2ph fix for gcc 4.5
  discards  b8797de   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  be628c0   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  afc76dc   LC_NUMERIC documentation fixes
  discards  dcf3e55   Squelch locale warnings in Debian package maintainer scripts
  discards  37566f8   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  8797fda   Point users to Debian packages of deprecated core modules
  discards  0624be5   Fix CPANPLUS test failures when HOME doesn't exist
  discards  dd6ba3c   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  f4a4808   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  e206215   Configure CPANPLUS to use the site directories by default.
  discards  956a30a   Disable zlib bundling in Compress::Raw::Zlib
  discards  562b375   Make perlivp skip include directories in /usr/local
  discards  f7a80de   Document the Net::SMTP 'Port' option
  discards  0237d10   Prune the list of libraries wanted to what we actually need.
  discards  87c60ff   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  53e7e10   Tweak @INC ordering for Debian
  discards  8ad79da   Disable some threads tests on m68k for now due to missing TLS.
  discards  0ff3ab6   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  61e5787   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  19eb9f3   Add a './perl.static -Ilib -V' invocation to the end of the build (cherry picked from commit 7b7bb187011fc45158f92eaa48f3d51235c89309)
  discards  6221c36   Add Depends on libc6-dev | libc-dev to libperl-dev (Closes: #631308)
  discards  6bdd86c   Don't use LD_RUN_PATH for multiarch directories (Closes: #631096) (thanks, Ahmed El-Mahmoudy)
  discards  1967e0a   Fix failing tilde test when run under a UID without a passwd entry
  discards  94ce2cc   Make h2ph correctly search gcc include directories
  discards  6f5f8c4   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  0c28984   List packaged patches in patchlevel.h
  discards  5e03752   Skip tests specific to the upstream Git repository
  discards  7577c63   Squelch locale warnings in Debian package maintainer scripts
  discards  5421837   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  b58d328   Point users to Debian packages of deprecated core modules
  discards  4d4ff39   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  b6d0b52   Configure CPANPLUS to use the site directories by default.
  discards  b449da1   Disable zlib bundling in Compress::Raw::Zlib
  discards  0a54535   Make perlivp skip include directories in /usr/local
  discards  c62af57   Document the Net::SMTP 'Port' option
  discards  48043c9   Prune the list of libraries wanted to what we actually need.
  discards  0e1a121   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  d7a8515   Tweak @INC ordering for Debian
  discards  fdc6406   Disable some threads tests on m68k for now due to missing TLS.
  discards  df2873e   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  2a61a01   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  a6e7c98   release
  discards  5fb56a8   bump Module::Corelist version for 5.12.4
  discards  346e85f   Merge branch 'debian-5.12.4' into debian-5.12
  discards  7b7bb18   Add a './perl.static -Ilib -V' invocation to the end of the build
  discards  e3a27f9   Add Depends on libc6-dev | libc-dev to libperl-dev (Closes: #631308)
  discards  aa9f64b   Don't use LD_RUN_PATH for multiarch directories (Closes: #631096) (thanks, Ahmed El-Mahmoudy)
  discards  99ad034   Update lengthen time-out time for t/re/re.t.
  discards  e9140a4   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  5df57ff   Make h2ph correctly search gcc include directories
  discards  01ebaa1   List packaged patches in patchlevel.h
  discards  c724cc1   Fix failing tilde test when run under a UID without a passwd entry
  discards  bc42836   Correct the version of Module::CoreList that was released with v5.12.3
  discards  31b05b2   fix unwanted taint laundering in lc(), uc() et al.
  discards  03d32f6   h2ph fix for gcc 4.5
  discards  058d689   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  f4bc266   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  70699e1   LC_NUMERIC documentation fixes
  discards  d66141c   Squelch locale warnings in Debian package maintainer scripts
  discards  d7726c9   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  8acc7a9   Point users to Debian packages of deprecated core modules
  discards  79f4960   Fix CPANPLUS test failures when HOME doesn't exist
  discards  a78eae8   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  a4131d5   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  61ab250   Configure CPANPLUS to use the site directories by default.
  discards  3ae60e6   Disable zlib bundling in Compress::Raw::Zlib
  discards  443c08f   Make perlivp skip include directories in /usr/local
  discards  aa52004   Document the Net::SMTP 'Port' option
  discards  184d737   Prune the list of libraries wanted to what we actually need.
  discards  8486070   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  e4d18d8   Tweak @INC ordering for Debian
  discards  b7b37fc   Disable some threads tests on m68k for now due to missing TLS.
  discards  9373fa2   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  1b9468f   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  948a9e8   Drop patchlevel-debian.h from MANIFEST
  discards  3baf4e5   Update lengthen time-out time for t/re/re.t.
  discards  91fa4c4   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  0302214   Make h2ph correctly search gcc include directories
  discards  8a66710   List packaged patches in patchlevel.h
  discards  cebb894   Remove the Debian/Ubuntu specific multiarch path fix
  discards  80accd5   update debian/released-versions for 5.12.4
  discards  b4dcdd8   New upstream release 5.12.4.
  discards  0e4b7d4   Fix failing tilde test when run under a UID without a passwd entry
  discards  e9048e4   Update lengthen time-out time for t/re/re.t.
  discards  ca0c062   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  9569ceb   Make h2ph correctly search gcc include directories
  discards  3a21cb6   List packaged patches in patchlevel.h
  discards  faf23e1   h2ph fix for gcc 4.5
  discards  ee31fae   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  6223202   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  5810f6f   LC_NUMERIC documentation fixes
  discards  59ff158   Squelch locale warnings in Debian package maintainer scripts
  discards  43f087a   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  77e50e1   Point users to Debian packages of deprecated core modules
  discards  f9f6bb8   Fix CPANPLUS test failures when HOME doesn't exist
  discards  8d90f18   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  fcbbfa8   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  d7a8de1   Configure CPANPLUS to use the site directories by default.
  discards  d658e65   Disable zlib bundling in Compress::Raw::Zlib
  discards  862cbb1   Make perlivp skip include directories in /usr/local
  discards  6e5ff0d   Document the Net::SMTP 'Port' option
  discards  b54844a   Prune the list of libraries wanted to what we actually need.
  discards  70c1d53   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  52f7854   Tweak @INC ordering for Debian
  discards  a153a1c   Disable some threads tests on m68k for now due to missing TLS.
  discards  4a62ead   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  b65ffba   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  8c75d1e   Debian policy doesn't install .packlist files for core or vendor.
  discards  00acb17   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  40d1aba   Fiddle with *PREFIX and variables written to the makefile
  discards  293c438   Don't install .packlist or perllocal.pod for perl or vendor
  discards  a4514d3   EU:MM: Set location of libperl.a to /usr/lib
  discards  6bff567   Set umask approproately for site install directories
  discards  e1d6ca5   Respect umask during installation
  discards  d294e50   Note that libperl-dev package is required for embedded linking
  discards  88dfbf1   Remove Errno version check due to upgrade problems with long-running processes.
  discards  b772f8c   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  0a9dbf2   Replace generic man(1) instructions with Debian-specific information.
  discards  1b3ed98   Remove overly restrictive DB_File version check.
  discards  269908b   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  7a19bc5   Set location of CPAN::Config to /etc/perl as /usr may not be writable.
  discards  fcbbbb8   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  0c840d8   record new upstream branch created by importing perl_5.12.4.orig.tar.bz2
  discards  89475a2   Import perl_5.12.4.orig.tar.bz2
  discards  e4378d9   Remove a stale perlcc reference from the libperl-dev long description.
  discards  9738ce7   Remove a stale perlcc reference from the libperl-dev long description.
  discards  c0bab10   clean away old perl-suid cruft
  discards  d8a5209   clean away old perl-suid cruft
  discards  07565cb   Support the 'build-arch' and 'build-indep' debian/rules targets as synonyms for 'build'.
  discards  6ed6f71   Remove obsolete phony targets from debian/rules
  discards  1cf97fa   Reorder debian/changelog a bit to document upstream fixes better
  discards  30d973f   Bump debian/released-versions
  discards  7160d40   no copyright or license changes spotted with 5.14.1
  discards  606c79e   update libmodule-corelist-perl Breaks: version
  discards  376919e   New upstream version 5.14.1
  discards  c17dc7b   Make h2ph correctly search gcc include directories
  discards  93f512b   List packaged patches in patchlevel.h
  discards  6671a12   Fix failing tilde test when run under a UID without a passwd entry
  discards  642dff4   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  e538ff5   Skip tests specific to the upstream Git repository
  discards  0f42c2e   Squelch locale warnings in Debian package maintainer scripts
  discards  1293e48   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  3d96873   Point users to Debian packages of deprecated core modules
  discards  e1a4753   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  d34a070   Configure CPANPLUS to use the site directories by default.
  discards  0296ba5   Disable zlib bundling in Compress::Raw::Zlib
  discards  8ae6bc8   Debian policy doesn't install .packlist files for core or vendor.
  discards  37248d9   Make perlivp skip include directories in /usr/local
  discards  8bbc93c   Document the Net::SMTP 'Port' option
  discards  1daf937   Prune the list of libraries wanted to what we actually need.
  discards  a77b92b   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  3e439e3   Tweak @INC ordering for Debian
  discards  7a50e56   Disable some threads tests on m68k for now due to missing TLS.
  discards  5ae9816   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  5fbd35f   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  ebb93ed   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  34a344d   Fiddle with *PREFIX and variables written to the makefile
  discards  270fcce   Don't install .packlist or perllocal.pod for perl or vendor
  discards  7a4121e   EU:MM: Set location of libperl.a to /usr/lib
  discards  f3de952   Set umask approproately for site install directories
  discards  2fe67d9   Respect umask during installation
  discards  fd94097   Note that libperl-dev package is required for embedded linking
  discards  a1f5eb0   Remove Errno version check due to upgrade problems with long-running processes.
  discards  34f6de5   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  feaaa76   Replace generic man(1) instructions with Debian-specific information.
  discards  0eed3be   Remove overly restrictive DB_File version check.
  discards  e52cc65   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  33ab15f   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  8920be9   record new upstream branch created by importing perl_5.14.1.orig.tar.bz2
  discards  b0f0271   Import perl_5.14.1.orig.tar.bz2
  discards  d67eddc   Add upstream commit information to debian/patches/fixes/re.t_sh4_timeout.diff
  discards  101fcc9   Add patch meta information to fixes/hurd-ccflags and fixes/extutils-cbuilder-cflags
  discards  ef16489   Update lengthen time-out time for t/re/re.t.
  discards  e4badb3   regexp.h: work around -Werror compile failure of XS in linux perf tool
  discards  ed5f9bf   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  1eee243   Make h2ph correctly search gcc include directories
  discards  9942fbc   List packaged patches in patchlevel.h
  discards  f0d578e   Fix failing tilde test when run under a UID without a passwd entry
  discards  f3b8dfc   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  6349377   Skip tests specific to the upstream Git repository
  discards  822413f   Squelch locale warnings in Debian package maintainer scripts
  discards  3f96063   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  74a99f8   Split up patch debian/extutils_hacks.diff into several logically distinct patches (relates to: #624508)
  discards  e8bd7ed   Point users to Debian packages of deprecated core modules
  discards  5ad41ee   Update lengthen time-out time for t/re/re.t.
  discards  b4ac641   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  4b26c4a   regexp.h: work around -Werror compile failure of XS in linux perf tool
  discards  ee26342   Configure CPANPLUS to use the site directories by default.
  discards  2e4819d   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  7f82260   Disable zlib bundling in Compress::Raw::Zlib
  discards  da84825   Make h2ph correctly search gcc include directories
  discards  594ffb2   Make perlivp skip include directories in /usr/local
  discards  7727005   List packaged patches in patchlevel.h
  discards  b2d6200   Document the Net::SMTP 'Port' option
  discards  5030ff9   Fix failing tilde test when run under a UID without a passwd entry
  discards  ad89672   Prune the list of libraries wanted to what we actually need.
  discards  8fc3ee0   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  99f9a19   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  4307906   Skip tests specific to the upstream Git repository
  discards  4a89a7c   Squelch locale warnings in Debian package maintainer scripts
  discards  02ae8dc   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  db7ab56   Tweak @INC ordering for Debian
  discards  4792514   Disable some threads tests on m68k for now due to missing TLS.
  discards  8fd2d78   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  e49e249   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  70c92aa   Debian policy doesn't install .packlist files for core or vendor.
  discards  96219d4   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  697a783   Fiddle with *PREFIX and variables written to the makefile
  discards  a78996c   Don't install .packlist or perllocal.pod for perl or vendor
  discards  345be10   EU:MM: Set location of libperl.a to /usr/lib
  discards  2fa6267   Set umask approproately for site install directories
  discards  35aa93c   Respect umask during installation
  discards  f364cd6   Note that libperl-dev package is required for embedded linking
  discards  e44b453   Lengthen time-out in t/re/re.t; fixes FTBFS on sh4 (Closes: #626125)
  discards  4a1ba36   Update lengthen time-out time for t/re/re.t.
  discards  f09687e   Revert obsolete patches: - debian/arm_optim.diff - debian/devel-ppport-ia64-optim.diff - fixes/processPL.diff (Closes: #626094)
  discards  085acdd   regexp.h: work around -Werror compile failure of XS in linux perf tool
  discards  a5e037d   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  4c24366   Make h2ph correctly search gcc include directories
  discards  a6cf436   List packaged patches in patchlevel.h
  discards  3e5df8d   Fix failing tilde test when run under a UID without a passwd entry
  discards  ff8ee9b   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  f6e5bc6   Skip tests specific to the upstream Git repository
  discards  7cf2ebf   Squelch locale warnings in Debian package maintainer scripts
  discards  14482cf   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  81ae98a   Point users to Debian packages of deprecated core modules
  discards  fa5711a   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  5a148bb   Configure CPANPLUS to use the site directories by default.
  discards  a47fb9c   Disable zlib bundling in Compress::Raw::Zlib
  discards  23269ae   Make perlivp skip include directories in /usr/local
  discards  fc12364   Update lengthen time-out time for t/re/re.t.
  discards  cb2cf6b   Update Vcs-* references
  discards  e10b383   document preferred format.signature config (cherry picked from commit c421405f391087fc09ca99a792f75001326f4650)
  discards  c37b7cc   Note removal of perl-suid in README.Debian (cherry picked from commit c8fb374037390a98322400f62a828f67d4b3c4cf)
  discards  a33f775   Add upstream bug and commit information to debian/patches/fixes/hurd-ccflags.diff
  discards  57fa717   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  db6d833   Update lengthen time-out time for t/re/re.t.
  discards  1aebc50   Make h2ph correctly search gcc include directories
  discards  bb5bf4b   List packaged patches in patchlevel.h
  discards  355ba22   Fix failing tilde test when run under a UID without a passwd entry
  discards  a8dfda3   Correct the version of Module::CoreList that was released with v5.12.3
  discards  059f19a   fix unwanted taint laundering in lc(), uc() et al.
  discards  2b8f178   h2ph fix for gcc 4.5
  discards  9341db7   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  66ea408   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  2226762   LC_NUMERIC documentation fixes
  discards  6e3e18d   Squelch locale warnings in Debian package maintainer scripts
  discards  136f1ab   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  b32b827   close/mention correct bugs
  discards  5f65088   Add bug reference to debian/libperl_embed_doc.diff
  discards  82044b5   Update lengthen time-out time for t/re/re.t.
  discards  91075a2   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  59d6316   Make h2ph correctly search gcc include directories
  discards  4b32bb7   List packaged patches in patchlevel.h
  discards  99ce60c   Fix failing tilde test when run under a UID without a passwd entry
  discards  f52e109   Correct the version of Module::CoreList that was released with v5.12.3
  discards  3c2a303   fix unwanted taint laundering in lc(), uc() et al.
  discards  660853d   Point users to Debian packages of deprecated core modules
  discards  cfbefa2   h2ph fix for gcc 4.5
  discards  1cbb5e8   Fix CPANPLUS test failures when HOME doesn't exist
  discards  c789d5e   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  6a2d69f   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  2a1e5cf   LC_NUMERIC documentation fixes
  discards  7939b7b   Squelch locale warnings in Debian package maintainer scripts
  discards  0bca2a7   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  14cab4c   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  07598a7   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  7d3671e   Configure CPANPLUS to use the site directories by default.
  discards  fae1739   Disable zlib bundling in Compress::Raw::Zlib
  discards  d42206b   Make perlivp skip include directories in /usr/local
  discards  915292c   Document the Net::SMTP 'Port' option
  discards  c55795f   Prune the list of libraries wanted to what we actually need.
  discards  140583f   Debian policy doesn't install .packlist files for core or vendor.
  discards  451b998   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  b2be3dd   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  066ca2f   Tweak @INC ordering for Debian
  discards  0747348   Disable some threads tests on m68k for now due to missing TLS.
  discards  e823389   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  6f8a03f   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  2f081ce   Fiddle with *PREFIX and variables written to the makefile
  discards  f5a4da9   Don't install .packlist or perllocal.pod for perl or vendor
  discards  0a76be8   EU:MM: Set location of libperl.a to /usr/lib
  discards  60dce4a   Set umask approproately for site install directories
  discards  b50fc3e   Respect umask during installation
  discards  b6e6769   Note that libperl-dev package is required for embedded linking
  discards  d0b9f00   Update Vcs-* references
  discards  36a45ea   Merge branch 'debian-5.12' of git+ssh://git.debian.org/git/perl/perl-git-dpm into debian-5.12
  discards  14d3a65   Fix up some unintended changes from extutils_hacks split
  discards  7fbe527   Update lengthen time-out time for t/re/re.t.
  discards  9a23c34   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  1b8346d   Make h2ph correctly search gcc include directories
  discards  a8fa896   List packaged patches in patchlevel.h
  discards  db06bf1   Fix failing tilde test when run under a UID without a passwd entry
  discards  57fe482   Correct the version of Module::CoreList that was released with v5.12.3
  discards  b7c831c   fix unwanted taint laundering in lc(), uc() et al.
  discards  a375812   h2ph fix for gcc 4.5
  discards  dccb6a0   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  f5f307b   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  98af619   LC_NUMERIC documentation fixes
  discards  a82416c   Squelch locale warnings in Debian package maintainer scripts
  discards  482069f   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  54afaac   Point users to Debian packages of deprecated core modules
  discards  4719ec0   Fix CPANPLUS test failures when HOME doesn't exist
  discards  8c0eb95   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  4e33816   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  ea32ccd   Configure CPANPLUS to use the site directories by default.
  discards  ae2f4cf   Disable zlib bundling in Compress::Raw::Zlib
  discards  decc885   Make perlivp skip include directories in /usr/local
  discards  3802e9a   Document the Net::SMTP 'Port' option
  discards  39540ba   Prune the list of libraries wanted to what we actually need.
  discards  f7c5209   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  7843feb   Tweak @INC ordering for Debian
  discards  a259518   Disable some threads tests on m68k for now due to missing TLS.
  discards  769f3e9   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  c9785b1   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  d0a6249   Debian policy doesn't install .packlist files for core or vendor.
  discards  b67a21c   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  9f013fe   Fiddle with *PREFIX and variables written to the makefile
  discards  2da196d   Don't install .packlist or perllocal.pod for perl or vendor
  discards  bc59a05   Split up patch debian/extutils_hacks.diff into several logically distinct patches (relates to: #626094)
  discards  0f73f04   Update lengthen time-out time for t/re/re.t.
  discards  51326f7   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  8e0c57a   Make h2ph correctly search gcc include directories
  discards  c673ddd   List packaged patches in patchlevel.h
  discards  d74e1df   Fix failing tilde test when run under a UID without a passwd entry
  discards  f8fb886   Correct the version of Module::CoreList that was released with v5.12.3
  discards  aed3db6   fix unwanted taint laundering in lc(), uc() et al.
  discards  87e9162   h2ph fix for gcc 4.5
  discards  fc643ac   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  0bb7910   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  b60edd8   LC_NUMERIC documentation fixes
  discards  efb850d   Squelch locale warnings in Debian package maintainer scripts
  discards  37ebd7a   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  c931ab9   Point users to Debian packages of deprecated core modules
  discards  b9bbcde   Fix CPANPLUS test failures when HOME doesn't exist
  discards  e9f81f1   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  fe38b66   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  05753fb   Configure CPANPLUS to use the site directories by default.
  discards  dd5f9a4   Disable zlib bundling in Compress::Raw::Zlib
  discards  0669f5b   Make perlivp skip include directories in /usr/local
  discards  3d68e3d   Document the Net::SMTP 'Port' option
  discards  e8af2d0   Prune the list of libraries wanted to what we actually need.
  discards  879fe22   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  b1397b7   Tweak @INC ordering for Debian
  discards  54fa341   Disable some threads tests on m68k for now due to missing TLS.
  discards  db7e80e   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  1d48fae   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  e409e7e   Debian policy doesn't install .packlist files for core or vendor.
  discards  0e61cdb   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  d49bc74   Fiddle with *PREFIX and variables written to the makefile
  discards  e8184c2   Don't install .packlist or perllocal.pod for perl or vendor
  discards  272a322   EU:MM: Set location of libperl.a to /usr/lib
  discards  0d893e3   Set umask approproately for site install directories
  discards  f7d2032   Respect umask during installation
  discards  05033ad   Note that libperl-dev package is required for embedded linking
  discards  3c2d283   Support the 'build-arch' and 'build-indep' debian/rules targets as synonyms for 'build'.
  discards  6ed47a3   Remove obsolete phony targets from debian/rules
  discards  112a913   test version
  discards  8ef9c88   revert obsolete patch fixes/processPL.diff
  discards  aa690e8   Update lengthen time-out time for t/re/re.t.
  discards  4284e57   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  53d90da   Make h2ph correctly search gcc include directories
  discards  1adb331   List packaged patches in patchlevel.h
  discards  78f4735   Fix failing tilde test when run under a UID without a passwd entry
  discards  dcc72c6   Correct the version of Module::CoreList that was released with v5.12.3
  discards  7776804   fix unwanted taint laundering in lc(), uc() et al.
  discards  6cf56cd   h2ph fix for gcc 4.5
  discards  8736006   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  1dbbceb   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  1cf372d   LC_NUMERIC documentation fixes
  discards  6bff0c4   Squelch locale warnings in Debian package maintainer scripts
  discards  4026165   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  eaaf325   Point users to Debian packages of deprecated core modules
  discards  ebe28a7   Fix CPANPLUS test failures when HOME doesn't exist
  discards  27a4ab8   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  e519e0e   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  066ca0b   Configure CPANPLUS to use the site directories by default.
  discards  3ab3847   Disable zlib bundling in Compress::Raw::Zlib
  discards  b4c9419   Make perlivp skip include directories in /usr/local
  discards  687bb37   Revert obsolete patch debian/devel-ppport-ia64-optim.diff
  discards  6f637f4   Update lengthen time-out time for t/re/re.t.
  discards  06baa15   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  42e0697   Make h2ph correctly search gcc include directories
  discards  7ef2384   List packaged patches in patchlevel.h
  discards  6760d1e   Fix failing tilde test when run under a UID without a passwd entry
  discards  c483587   Correct the version of Module::CoreList that was released with v5.12.3
  discards  9fa0625   fix unwanted taint laundering in lc(), uc() et al.
  discards  d2d2fa8   h2ph fix for gcc 4.5
  discards  962841e   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  1d99349   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  042d6ca   LC_NUMERIC documentation fixes
  discards  e44677d   Squelch locale warnings in Debian package maintainer scripts
  discards  6df136c   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  809e343   Point users to Debian packages of deprecated core modules
  discards  4a45beb   Fix CPANPLUS test failures when HOME doesn't exist
  discards  68addf1   Revert obsolete patch debian/arm_optim.diff
  discards  523d5bf   Update lengthen time-out time for t/re/re.t.
  discards  75e76dd   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  9c07448   Make h2ph correctly search gcc include directories
  discards  b14c3de   List packaged patches in patchlevel.h
  discards  b08a543   Fix failing tilde test when run under a UID without a passwd entry
  discards  ada46d5   Correct the version of Module::CoreList that was released with v5.12.3
  discards  731badc   fix unwanted taint laundering in lc(), uc() et al.
  discards  f5cdbc9   h2ph fix for gcc 4.5
  discards  ed62198   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  80f7535   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  e740def   LC_NUMERIC documentation fixes
  discards  786da2a   Squelch locale warnings in Debian package maintainer scripts
  discards  5269468   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  4231c56   Point users to Debian packages of deprecated core modules
  discards  c421405   document preferred format.signature config
  discards  7d1a934   Lengthen time-out in t/re/re.t; fixes FTBFS on sh4 (Closes: #626125)
  discards  810d2d1   Update lengthen time-out time for t/re/re.t.
  discards  c8fb374   Note removal of perl-suid in README.Debian
  discards  fe3b8ff   [ Niko Tyni ] [ Dominic Hargreaves ] work around -Werror compile failure of XS in linux perf tool (Closes: #628512)
  discards  41077a7   regexp.h: work around -Werror compile failure of XS in linux perf tool
  discards  0e91537   Add 5.12.3 and 5.14.0 to debian/released-versions
  discards  72d7ea6   note minimum git-dpm version
  discards  da1089b   Multiarch related fixes
  discards  2b5bc37   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  c228dae   Make h2ph correctly search gcc include directories
  discards  36a7836   Remove the Debian/Ubuntu specific multiarch path fix
  discards  a1816eb   Don't include the .diff patch name suffix in 'perl -V' output
  discards  b5a10a1   update the example pre-commit hook in README.source
  discards  2100011   Fix MANIFEST sorting in debian/patchlevel
  discards  252150d   List packaged patches in patchlevel.h
  discards  53f0389   Don't include the .diff patch name suffix in 'perl -V' output
  discards  795aa6c   update the example pre-commit hook in README.source
  discards  e623340   Multiarch related fixes
  discards  56bf10f   Fix ODBM_File failures on Ubuntu natty [multiarch]
  discards  b66f244   Make h2ph correctly search gcc include directories
  discards  41c067b   Fix MANIFEST sorting in debian/patchlevel
  discards  40ea312   List packaged patches in patchlevel.h
  discards  2576a9a   Exclude debian/.git-dpm from the source package
  discards  17e45ff   Exclude debian/.git-dpm from the source package
  discards  08af49c   Update the changelog about the package maintainer tests
  discards  f0e9257   Initialize git-dpm
  discards  b735807   List packaged patches in patchlevel.h
  discards  6fba998   Fix failing tilde test when run under a UID without a passwd entry
  discards  35c630a   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  8eb732e   Skip tests specific to the upstream Git repository
  discards  7a59975   Squelch locale warnings in Debian package maintainer scripts
  discards  d0f310c   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  7187e57   Point users to Debian packages of deprecated core modules
  discards  464c651   Downgrade the optimization of sv.c on arm due to a gcc-4.4 bug
  discards  d9adb1f   Work around an ICE on ia64
  discards  8fd41c2   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  996c815   Configure CPANPLUS to use the site directories by default.
  discards  9eeeb8f   Disable zlib bundling in Compress::Raw::Zlib
  discards  f981abf   Make perlivp skip include directories in /usr/local
  discards  8883f82   Always use PERLRUNINST when building perl modules.
  discards  ff1fcfa   Document the Net::SMTP 'Port' option
  discards  017da9a   Prune the list of libraries wanted to what we actually need.
  discards  99afb5c   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  f96aeda   Tweak @INC ordering for Debian
  discards  b2dac44   Disable some threads tests on m68k for now due to missing TLS.
  discards  07aebbd   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  dcdb478   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  5714772   Debian policy doesn't install .packlist files for core or vendor.
  discards  9bb7e97   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  2ac8aea   Various debian-specific ExtUtils changes
  discards  62c51df   Remove Errno version check due to upgrade problems with long-running processes.
  discards  ac6f50e   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  cc4b7ff   Replace generic man(1) instructions with Debian-specific information.
  discards  5272e8c   Remove overly restrictive DB_File version check.
  discards  acc36e7   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  f156cda   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  2098964   Initialize git-dpm
  discards  11d8bbc   List packaged patches in patchlevel.h
  discards  5ed8173   Fix failing tilde test when run under a UID without a passwd entry
  discards  d8c3255   Correct the version of Module::CoreList that was released with v5.12.3
  discards  37e1d25   fix unwanted taint laundering in lc(), uc() et al.
  discards  63c4308   h2ph fix for gcc 4.5
  discards  8c026d1   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  f1e729d   Fix sprintf not to ignore LC_NUMERIC with constants
  discards  015ba97   LC_NUMERIC documentation fixes
  discards  ff023d1   Squelch locale warnings in Debian package maintainer scripts
  discards  7bae771   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  3eee50c   Point users to Debian packages of deprecated core modules
  discards  2699f7d   Downgrade the optimization of sv.c on arm due to a gcc-4.4 bug
  discards  9d08c5f   Fix CPANPLUS test failures when HOME doesn't exist
  discards  9377d7e   Work around an ICE on ia64
  discards  71e2a1f   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  a5c9af0   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  5717313   Configure CPANPLUS to use the site directories by default.
  discards  e10710d   Disable zlib bundling in Compress::Raw::Zlib
  discards  392c3da   Make perlivp skip include directories in /usr/local
  discards  8a6ba54   Always use PERLRUNINST when building perl modules.
  discards  0a8d750   Document the Net::SMTP 'Port' option
  discards  74e1411   Prune the list of libraries wanted to what we actually need.
  discards  e8ab267   Adjust Module::Build manual page extensions for the Debian Perl policy
  discards  c3d7b48   Tweak @INC ordering for Debian
  discards  c96ec99   Disable some threads tests on m68k for now due to missing TLS.
  discards  43ce407   Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  discards  247adef   Remove standard libs from LD_RUN_PATH as per Debian policy.
  discards  b30dd56   Debian policy doesn't install .packlist files for core or vendor.
  discards  92fa930   Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  discards  1639304   Various debian-specific ExtUtils changes
  discards  f950082   Remove Errno version check due to upgrade problems with long-running processes.
  discards  a265c82   Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  discards  0c5f0c9   Replace generic man(1) instructions with Debian-specific information.
  discards  c0a6598   Remove overly restrictive DB_File version check.
  discards  0573d8f   Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  discards  525d07d   Set location of CPAN::Config to /etc/perl as /usr may not be writable.
  discards  e3e8fab   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  discards  a35d95c   Add date and author information to debian/patches
  discards  378ec7a   Add a note about a git pre-commit hook in README.source
  discards  d08f31b   Switch to git-dpm for managing debian/patches
  discards  cc399e6   Add date and author information to debian/patches
  discards  d140d18   Add a note about a git pre-commit hook in README.source
  discards  d9db941   export all the patches for 5.14.0-2
  discards  e7bc9c2   Switch to git-dpm for managing debian/patches
  discards  01d4561   export all the patches
  discards  db9c638   Merge commit 'refs/top-bases/master'
  discards  ce97576   Merge branch 'debian/patchlevel' into refs/top-bases/master
  discards  056f5b5   Merge remote-tracking branch 'debian-5.12/master'
  discards  061d9a2   Merge commit 'refs/top-bases/master'
  discards  de26b61   Merge branch 'debian/patchlevel' into refs/top-bases/master
  discards  817ee6c   Generate patchlevel at build time
  discards  a878945   Merge commit 'refs/top-bases/debian/patchlevel' into debian/patchlevel
  discards  4c3ab17   List packaged patches in patchlevel.h
  discards  5b04cd0   Merge remote-tracking branch 'refs/remotes/origin/master' into HEAD
  discards  c5465d9   Merge branch 'fixes/correct-module-corelist-version' into refs/top-bases/master
  discards  07cddab   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  2a7105e   Merge commit '3721b321b1fd8ef123ea849a07e00f9bc9cc6798' into fixes/casing-taint-cve-2011-1487
  discards  3721b32   Merge remote-tracking branch 'refs/remotes/origin/fixes/casing-taint-cve-2011-1487' into HEAD
  discards  474dda9   Merge remote-tracking branch 'refs/remotes/origin/top-bases/fixes/casing-taint-cve-2011-1487' into refs/top-bases/fixes/casing-taint-cve-2011-1487
  discards  1267cca   Merge branch 'fixes/h2ph-gcc-4.5' into refs/top-bases/master
  discards  2f817dd   Merge commit '293140d0cff083e7495992586b3b3140e68336d3' into fixes/h2ph-gcc-4.5
  discards  9179a8f   Merge branch 'fixes/concat-stack-corruption' into refs/top-bases/master
  discards  77ba2d2   Merge branch 'fixes/lc-numeric-sprintf' into refs/top-bases/master
  discards  344d772   Merge branch 'fixes/lc-numeric-docs' into refs/top-bases/master
  discards  f9af775   Merge branch 'fixes/cpanplus-without-home' into refs/top-bases/master
  discards  17e449a   Merge commit 'refs/top-bases/fixes/cpanplus-without-home' into fixes/cpanplus-without-home
  discards  94ea0e4   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  bff08d1   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  026c776   Merge remote-tracking branch 'refs/remotes/origin/top-bases/master' into refs/top-bases/master
  discards  695677f   Move the copyright tests to debian/t/
  discards  0791e54   Re-add an autodie exception, lost in the previous merge
  discards  9e2790b   Merge commit 'refs/top-bases/fixes/correct-module-corelist-version' into fixes/correct-module-corelist-version
  discards  778d37a   Merge commit 'refs/top-bases/fixes/concat-stack-corruption' into fixes/concat-stack-corruption
  discards  52667cf   Merge commit 'refs/top-bases/fixes/lc-numeric-sprintf' into fixes/lc-numeric-sprintf
  discards  0514531   revert to upstream
  discards  e5c1510   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  48c351e   Merge commit 'refs/top-bases/fixes/casing-taint-cve-2011-1487' into fixes/casing-taint-cve-2011-1487
  discards  293140d   Merge commit 'refs/top-bases/fixes/h2ph-gcc-4.5' into fixes/h2ph-gcc-4.5
  discards  080a5e4   Merge commit 'refs/top-bases/fixes/lc-numeric-docs' into fixes/lc-numeric-docs
  discards  df7dd9f   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  fcb2057   Merge remote-tracking branch 'debian-5.12/master'
  discards  d2a7f8d   fix a missing stderr redirection
  discards  d5b9936   start 5.14.0-2
  discards  099ea48   Move the special Module-CoreList library path into debian/t/control.t itself
  discards  741cb3b   Move debian/check-control to debian/t/control.t
  discards  9a4320f   start 5.12.3-8
  discards  0d50eae   Merge remote-tracking branch 'refs/remotes/origin/master' into HEAD
  discards  7a6467f   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  a2c507b   Merge remote-tracking branch 'refs/remotes/origin/fixes/casing-taint-cve-2011-1487' into HEAD
  discards  dc41bc1   Merge branch 'fixes/tainted-errno' into refs/top-bases/fixes/casing-taint-cve-2011-1487
  discards  92fb8fa   Merge branch 'fixes/h2ph-gcc-4.5' into refs/top-bases/master
  discards  bf7d7c4   Merge commit 'eb1964a0ffd3c37d1d542712f746015ebd47e548' into fixes/h2ph-gcc-4.5
  discards  c59dd26   Merge branch 'fixes/cgi-multiline-header' into refs/top-bases/master
  discards  f4475c5   Merge branch 'fixes/fcgi-test' into refs/top-bases/master
  discards  0830fa1   Merge remote-tracking branch 'refs/remotes/origin/fixes/fcgi-test' into HEAD
  discards  1acabf2   Merge branch 'fixes/arm-alignment' into refs/top-bases/master
  discards  06e82aa   Merge commit 'ac400d99fc3845dfe9f4efeaf3ffd02b04ea5e6b' into fixes/arm-alignment
  discards  895b387   Merge branch 'fixes/format-write-crash' into refs/top-bases/master
  discards  427fd8c   Merge remote-tracking branch 'refs/remotes/origin/fixes/format-write-crash' into HEAD
  discards  d3832ef   Merge branch 'fixes/tell-crash' into refs/top-bases/master
  discards  7e22f1e   Merge remote-tracking branch 'refs/remotes/origin/fixes/tell-crash' into HEAD
  discards  5b2e34a   Merge branch 'fixes/safe-upgrade' into refs/top-bases/master
  discards  4c791f2   Merge remote-tracking branch 'refs/remotes/origin/fixes/safe-upgrade' into HEAD
  discards  e192104   Merge branch 'fixes/tainted-errno' into refs/top-bases/master
  discards  d1495fe   Merge remote-tracking branch 'refs/remotes/origin/fixes/tainted-errno' into HEAD
  discards  c1f5f4f   Merge branch 'fixes/crash-on-undefined-destroy' into refs/top-bases/master
  discards  77445b9   Merge remote-tracking branch 'refs/remotes/origin/fixes/crash-on-undefined-destroy' into HEAD
  discards  bc78281   Merge branch 'fixes/hppa-thread-eagain' into refs/top-bases/master
  discards  3085af4   Merge remote-tracking branch 'refs/remotes/origin/fixes/hppa-thread-eagain' into HEAD
  discards  98aede9   Merge branch 'fixes/trie-logic-match' into refs/top-bases/master
  discards  aa29130   Merge remote-tracking branch 'refs/remotes/origin/fixes/trie-logic-match' into HEAD
  discards  59a6097   Merge branch 'fixes/positive-gpos' into refs/top-bases/master
  discards  65a497b   Merge remote-tracking branch 'refs/remotes/origin/fixes/positive-gpos' into HEAD
  discards  3c5287a   Merge branch 'fixes/archive-tar-instance-error' into refs/top-bases/master
  discards  0319bca   Merge remote-tracking branch 'refs/remotes/origin/fixes/archive-tar-instance-error' into HEAD
  discards  88d5526   Merge branch 'fixes/hurd_cppsymbols' into refs/top-bases/master
  discards  52b0fd3   Merge remote-tracking branch 'refs/remotes/origin/fixes/hurd_cppsymbols' into HEAD
  discards  c7c39eb   Merge branch 'fixes/abstract-sockets' into refs/top-bases/master
  discards  c423905   Merge remote-tracking branch 'refs/remotes/origin/fixes/abstract-sockets' into HEAD
  discards  368aefd   Merge branch 'fixes/anon-tmpfile-dir' into refs/top-bases/master
  discards  f546448   Merge remote-tracking branch 'refs/remotes/origin/fixes/anon-tmpfile-dir' into HEAD
  discards  3083f18   Merge branch 'fixes/kfreebsd-filecopy-pipes' into refs/top-bases/master
  discards  a2ee938   Merge remote-tracking branch 'refs/remotes/origin/fixes/kfreebsd-filecopy-pipes' into HEAD
  discards  7fe9c21   Merge branch 'fixes/kfreebsd_cppsymbols' into refs/top-bases/master
  discards  f373f99   Merge remote-tracking branch 'refs/remotes/origin/fixes/kfreebsd_cppsymbols' into HEAD
  discards  493222f   Merge branch 'fixes/pod2man-index-backslash' into refs/top-bases/master
  discards  cf9c6f4   Merge remote-tracking branch 'refs/remotes/origin/fixes/pod2man-index-backslash' into HEAD
  discards  4f97261   Merge branch 'fixes/assorted_docs' into refs/top-bases/master
  discards  6391eb1   Merge remote-tracking branch 'refs/remotes/origin/fixes/assorted_docs' into HEAD
  discards  623856a   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  9a354f4   Merge remote-tracking branch 'refs/remotes/origin/debian/use_gdbm' into HEAD
  discards  2cd424a   Merge branch 'debian/perl_synopsis' into refs/top-bases/master
  discards  520a85d   Merge remote-tracking branch 'refs/remotes/origin/debian/perl_synopsis' into HEAD
  discards  7c175da   manual merge of debian-5.10/master
  discards  5f275dc   Merge commit 'refs/top-bases/master'
  discards  41fde7d   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  bb79dec   revert fixes/cgi-multiline-header to upstream fix
  discards  ac400d9   revert fixes/arm-alignment to upstream fix
  discards  c18efdf   manual merge dropping fixes/tainted-errno from .topdeps
  discards  8198585   Merge commit 'refs/top-bases/master'
  discards  905a09f   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  65e7a6f   Merge commit 'refs/top-bases/fixes/casing-taint-cve-2011-1487' into fixes/casing-taint-cve-2011-1487
  discards  b2329c6   manual merge of refs/remotes/debian-5.10/top-bases/master
  discards  a6d56f0   manual merge of debian-5.10/refs/top-bases/fixes/casing-taint-cve-2011-1487
  discards  4dc49e2   Merge commit 'refs/top-bases/master'
  discards  c3c78f6   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  0db6e3d   fix TopGit dependency
  discards  af4f182   bump release date
  discards  a3c99d6   Merge commit 'refs/top-bases/master'
  discards  042085c   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/master
  discards  b3db282   catch the perl 4 libraries too
  discards  7fb5f04   Merge commit 'refs/top-bases/master'
  discards  e0d6045   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/master
  discards  7384650   reflect 5.14 deprecations and removals
  discards  0fe31af   release
  discards  c5bd78e   integrate mrtg Breaks from 5.12
  discards  fc6beec   Add Recommends/Breaks/Provides/Replaces for new deprecated modules
  discards  75e17b1   add 5.12.3-7 changelog
  discards  96df760     * Add Breaks, Replaces, Provides for new dual-lived modules     libshell-perl, libdevel-dprof-perl   * Add Replaces, Provides for new deprecation module     libperl4-corelibs-perl
  discards  60a3237   use more standard reference to bug that we aren't closing
  discards  8b655b2   release
  discards  e0af758   upstream bug ref for DB_File clean
  discards  7b8664e   upstream bug ref for DB_File clean
  discards  07189e1     * Fix failing tilde test when run under a UID without a passwd entry     (Closes: #624850)
  discards  a5ff450   no copyright changes for 5.14.0
  discards  1bc7bcc   bump Replaces libmodule-corelist-perl version for final release
  discards  d2384bb   changelog for final 5.14.0 release
  discards  c979683   Merge commit 'refs/top-bases/master'
  discards  1f11a3b   Merge branch 'fixes/module-build-home-directory' into refs/top-bases/master
  discards  ae34057   Merge commit 'refs/top-bases/fixes/module-build-home-directory' into fixes/module-build-home-directory
  discards  fdc49fe   Merge branch 'fixes/extutils-cbuilder-cflags' into refs/top-bases/master
  discards  6db9f8c   Merge commit 'refs/top-bases/fixes/extutils-cbuilder-cflags' into fixes/extutils-cbuilder-cflags
  discards  186816c   Merge branch 'debian/skip-upstream-git-tests' into refs/top-bases/master
  discards  45c52fd   Merge branch 'debian/squelch-locale-warnings' into refs/top-bases/master
  discards  310392c   Merge commit 'refs/top-bases/debian/skip-upstream-git-tests' into debian/skip-upstream-git-tests
  discards  3d7cdf9   Merge commit 'refs/top-bases/debian/squelch-locale-warnings' into debian/squelch-locale-warnings
  discards  67adedf   Merge branch 'fixes/hurd-ccflags' into refs/top-bases/master
  discards  8aa26f0   Merge commit 'refs/top-bases/fixes/hurd-ccflags' into fixes/hurd-ccflags
  discards  157c4d4   Merge commit 'refs/top-bases/debian/deprecate-with-apt' into debian/deprecate-with-apt
  discards  8ab6e93   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/master
  discards  aaebb72   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  185c5fc   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/master
  discards  f94788b   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  a290544   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  07d46a3   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  5150637   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  783758a   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  da8ba25   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  970fee2   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  a0411c6   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  92481b8   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  1797b62   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  fc4b4b1   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  60ca9d2   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  184bf88   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  a9d9027   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  6365510   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  c17e05c   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  d29a955   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  c9ef94d   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  03a038b   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  c76db8a   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  ca01072   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  ca2cf77   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  365900a   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  3968c37   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  40eb97b   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  144a7e2   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  5c891e4   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  2b68a43   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  c90fe54   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  f8c4761   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  b8fd066   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  f5edc70   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  6615fe5   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  4feb34e   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  be1e1f9   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  baec343   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  043b1e9   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  a7e62fd   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  ec26b2c   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  c9aa004   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  ec21fa3   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  f0f2965   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  bd3e269   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  0ee5611   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  e75ac12   Merge branch 'upstream' into refs/top-bases/master
  discards  33e157d   Imported Upstream version 5.14.0
  discards  bcbce97   Add Breaks: mrtg (<< 2.16.3-3.1) (relates to: #625695)
  discards  24fa19d   Merge commit 'refs/top-bases/master'
  discards  2b4a0ab   Merge branch 'fixes/module-build-home-directory' into refs/top-bases/master
  discards  b0cc0a5   Merge commit 'refs/top-bases/fixes/module-build-home-directory' into fixes/module-build-home-directory
  discards  92ce161   Changelog entry for the copyright updates.
  discards  f2066c1   Make the new-build target check for copyright information staleness
  discards  bb40a7b   Mention the upstream version that debian/copyright was last checked with
  discards  c4a195f   include the Debian package version number in the patch export commit message
  discards  188d637   check the syntax of debian/copyright in the new-build target
  discards  7279b19   Collect and/or duplicate all the licenses at the end of debian/copyright
  discards  e903516   Make debian/copyright fully DEP-5 compliant.
  discards  9a98740   debian/copyright update for the rest
  discards  0b923cd   update copyright info for debian/
  discards  c3613a8   debian/copyright update for pod/
  discards  5d72f98   debian/copyright update for ext/
  discards  32c1c6d   debian/copyright update for dist/
  discards  2bc917b   debian/copyright updates for cpan/
  discards  4fd26c7   Reorder the Unicode license in debian/copyright as per the DEP-5 style.
  discards  f6c9720   Update the Unicode terms of use in debian/copyright
  discards  3872e14   update debian/copyright for the easy parts
  discards  51c2b43   merge a debian/copyright typo fix from 5.10 commit ef8d8ef9e761173
  discards  f615171   add myself to debian/copyright
  discards  6540952   Adjust debian/check-control to work with strict version checks
  discards  e283e74   Adjust debian/check-control to work with strict version checks
  discards  d326591   Adjust debian/check-control to work with strict version checks
  discards  aba51a0   add changelogs from 5.12.3-5 and 5.12.3-6
  discards  4284a70   Merge branch 'fixes/module-build-home-directory' into refs/top-bases/master
  discards  2633dd6   Merge commit 'refs/top-bases/master'
  discards  1f25ea4   New TopGit dependency: fixes/module-build-home-directory
  discards  5fcdf31   add myself to debian/copyright
  discards  f95444f   Merge branch 'fixes/module-build-home-directory' into refs/top-bases/master
  discards  2eba3b1   Merge commit 'refs/top-bases/master'
  discards  f39a963   add reference to upstream bug
  discards  0ee8709   Merge commit 'refs/top-bases/master'
  discards  1d182a3   Merge branch 'fixes/module-build-home-directory' into refs/top-bases/master
  discards  a3b7252   fix another occurrence of the same bug
  discards  840e55f   changelog for missing home directory fix
  discards  51eee95   Merge commit 'refs/top-bases/master'
  discards  5505124   Merge branch 'fixes/module-build-home-directory' into refs/top-bases/master
  discards  dbb0622   New TopGit dependency: fixes/module-build-home-directory
  discards  e34ad7b   Fix failing tilde test when run under a UID without a passwd entry
  discards  8863ed2   add TopGit information for fixes/module-build-home-directory
  discards  b19ce88   Upload to unstable.
  discards  21d7904   ready for release
  discards  25415d7   run debian/check-control last to better spot any errors
  discards  603cc80   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  62b1bb5   Merge commit 'refs/top-bases/master'
  discards  f6c4dc5   add upstream bug number to the test as in the 5.10 branch
  discards  333f155   merge a debian/copyright typo fix from 5.10 commit ef8d8ef9e761173
  discards  9a6c743   fix a missing stderr redirection
  discards  3704441   correct libmodule-corelist-perl Breaks version following previous change
  discards  f6b8bf4   Module::Corelist changelog update
  discards  5875b1c   Merge branch 'fixes/correct-module-corelist-version' into refs/top-bases/master
  discards  9a8ba06   Merge commit 'refs/top-bases/master'
  discards  250d4aa   New TopGit dependency: fixes/correct-module-corelist-version
  discards  5768309   Correct the version of Module::CoreList that was released with v5.12.3
  discards  e8c8ab3     * Correct various Breaks version numbers and add Breaks, Replaces,     Provides for new or missing dual-lived modules:     - libmath-complex-perl     - libextutils-command-perl     - libdigest-perl     - libextutils-install-perl
  discards  c87f1b8   add changelog for debian/check-control
  discards  f806b93   Check the versioned Breaks and the Provides lists when preparing a new build
  discards  e0237f7   Merge branch 'fixes/extutils-cbuilder-cflags' into refs/top-bases/master
  discards  b6e3951   Merge commit 'refs/top-bases/master'
  discards  5807830   Add dependency on the fixes/extutils-cbuilder-cflags branch
  discards  87d659c   Rename debian/libperl5.12* to debian/libperl5.14*
  discards  db2d629   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  41131d0   Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  discards  127673d   add TopGit information for fixes/extutils-cbuilder-cflags
  discards  50da418   add debian revision to version number
  discards  42d9a96   Break libautodie-perl at 2.10.01 instead of 2.1001
  discards  1bc9cb0   check debian/control last so any errors stay visible
  discards  b96f032   Add Breaks/Replaces/Provides for new/missing dual life modules
  discards  d457171   Check the versioned Breaks and the Provides lists when preparing a new build
  discards  f988ab9   Update the Breaks versions for most of the bundled modules.
  discards  942277d   Remove obsolete DynaLoader glob from perl-base.files
  discards  3b8faf5   Move feature.pm to perl-base
  discards  0a5db35   Remove dependencies on patch branches included upstream.
  discards  3c21e3d   Merge branch 'debian/skip-upstream-git-tests' into refs/top-bases/master
  discards  a82d032   Merge commit 'refs/top-bases/master'
  discards  e4ee642   add dependency on the debian/skip-upstream-git-tests branch
  discards  b2e1064   Skip tests specific to the upstream Git repository
  discards  3c6b270   New upstream release candidate.
  discards  2dc568b   Merge commit 'refs/top-bases/master'
  discards  5f1793e   Merge branch 'merge-5.14.0rc1' into HEAD
  discards  7a8b69f   Merge commit 'refs/top-bases/merge-5.14.0rc1' into merge-5.14.0rc1
  discards  ecd6ada   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/merge-5.14.0rc1
  discards  fe12ff2   Merge commit 'refs/top-bases/fixes/casing-taint-cve-2011-1487' into fixes/casing-taint-cve-2011-1487
  discards  132d925   Merge branch 'fixes/h2ph-gcc-4.5' into refs/top-bases/merge-5.14.0rc1
  discards  40285b5   Merge commit 'refs/top-bases/fixes/h2ph-gcc-4.5' into fixes/h2ph-gcc-4.5
  discards  1b4f645   Merge branch 'fixes/concat-stack-corruption' into refs/top-bases/merge-5.14.0rc1
  discards  5ed57f3   Merge commit 'refs/top-bases/fixes/concat-stack-corruption' into fixes/concat-stack-corruption
  discards  68300b5   Merge branch 'fixes/lc-numeric-sprintf' into refs/top-bases/merge-5.14.0rc1
  discards  7530bb3   Merge commit 'refs/top-bases/fixes/lc-numeric-sprintf' into fixes/lc-numeric-sprintf
  discards  0ba2f38   Merge branch 'fixes/lc-numeric-docs' into refs/top-bases/merge-5.14.0rc1
  discards  e1c81db   Merge commit 'refs/top-bases/fixes/lc-numeric-docs' into fixes/lc-numeric-docs
  discards  266d2f2   Merge branch 'debian/squelch-locale-warnings' into refs/top-bases/merge-5.14.0rc1
  discards  21a1af1   Merge commit 'refs/top-bases/debian/squelch-locale-warnings' into debian/squelch-locale-warnings
  discards  d9ae711   Merge branch 'fixes/hurd-ccflags' into refs/top-bases/merge-5.14.0rc1
  discards  53f9a86   Merge commit 'refs/top-bases/fixes/hurd-ccflags' into fixes/hurd-ccflags
  discards  8b8c08d   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/merge-5.14.0rc1
  discards  9775ce9   Merge commit 'refs/top-bases/debian/deprecate-with-apt' into debian/deprecate-with-apt
  discards  7d78456   Merge branch 'debian/arm_optim' into refs/top-bases/merge-5.14.0rc1
  discards  21abd8e   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  ee92383   Merge branch 'fixes/cpanplus-without-home' into refs/top-bases/merge-5.14.0rc1
  discards  cf78027   Merge commit 'refs/top-bases/fixes/cpanplus-without-home' into fixes/cpanplus-without-home
  discards  06f472a   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/merge-5.14.0rc1
  discards  035face   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  251dcea   Merge branch 'fixes/autodie-flock' into refs/top-bases/merge-5.14.0rc1
  discards  d0f29f4   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  bad675c   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/merge-5.14.0rc1
  discards  de69086   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  b2f9729   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/merge-5.14.0rc1
  discards  930f268   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  bbec1e1   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/merge-5.14.0rc1
  discards  e0cbd52   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  a0f868d   Merge branch 'debian/perlivp' into refs/top-bases/merge-5.14.0rc1
  discards  7d305b1   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  9f7194a   Merge branch 'fixes/processPL' into refs/top-bases/merge-5.14.0rc1
  discards  b6306af   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  4266b85   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/merge-5.14.0rc1
  discards  05be2dc   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  d444fe9   Merge branch 'debian/prune_libs' into refs/top-bases/merge-5.14.0rc1
  discards  7f7a344   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  cc1cdfd   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/merge-5.14.0rc1
  discards  b73e9e8   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  ebcf2cb   Merge branch 'debian/mod_paths' into refs/top-bases/merge-5.14.0rc1
  discards  2c5c114   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  184dedf   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/merge-5.14.0rc1
  discards  57c554f   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  cecd05a   Merge branch 'debian/libnet_config_path' into refs/top-bases/merge-5.14.0rc1
  discards  7fad73a   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  15ad25c   Merge branch 'debian/ld_run_path' into refs/top-bases/merge-5.14.0rc1
  discards  db937cc   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  b0e3590   Merge branch 'debian/instmodsh_doc' into refs/top-bases/merge-5.14.0rc1
  discards  51e049a   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  ee72e21   Merge branch 'debian/fakeroot' into refs/top-bases/merge-5.14.0rc1
  discards  63485ca   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  6584384   Merge branch 'debian/extutils_hacks' into refs/top-bases/merge-5.14.0rc1
  discards  b2ca7bb   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  e1e9397   Merge branch 'debian/errno_ver' into refs/top-bases/merge-5.14.0rc1
  discards  160f671   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  734d891   Merge branch 'debian/enc2xs_inc' into refs/top-bases/merge-5.14.0rc1
  discards  5d569b0   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  fd6a231   Merge branch 'debian/doc_info' into refs/top-bases/merge-5.14.0rc1
  discards  c4e2172   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  58a4d6b   Merge branch 'debian/db_file_ver' into refs/top-bases/merge-5.14.0rc1
  discards  459b1aa   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  c95b763   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/merge-5.14.0rc1
  discards  595ed6b   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  1b8dae9   Merge branch 'debian/cpan_config_path' into refs/top-bases/merge-5.14.0rc1
  discards  933fe67   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  7dfa7f3   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  bfec54c   Prepare for upgrading all the dependency branches of the master branch
  discards  31c9a12   Temporary branch for merging 5.14.0rc1
  discards  7586517   revert an unwanted permission change for cpan/autodie/lib/Fatal.pm
  discards  cfbab89   Imported Upstream version 5.14.0~rc1
  discards  457a90e   release
  discards  f905279   consistent indentation
  discards  bc4f0d5   merge 5.10.1-20 changelog
  discards  a7b8d46     * Make the package fail to build instead of silently dropping the     DB_File module if -ldb doesn't work. (See #622916)
  discards  03e5a03   changelog for tainting fix
  discards  70ba6ec   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  a1435d3   Merge commit 'refs/top-bases/master'
  discards  4d64fd4   New TopGit dependency: fixes/casing-taint-cve-2011-1487
  discards  368c877   fix unwanted taint laundering in lc(), uc() et al.
  discards  7a693a9   Build-depend on unversioned libdb-dev (see #621383)
  discards  9eff0e9   merge 5.10.1-19 changelog
  discards  4d80557   release with urgency=medium
  discards  c315589     * debian/config.debian: never use <libutil.h>, even if libbsd-dev is     installed. Inspired by a similar Ubuntu change and merged from     perl 5.12.3-3.
  discards  340c2b5   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  cca0b16   Merge commit 'refs/top-bases/master'
  discards  c81907c   add TopGit subject information
  discards  c304a6d   Make the package fail to build instead of silently dropping the DB_File module if -ldb doesn't work. (See #622916)
  discards  c853ec1   Merge branch 'fixes/casing-taint-cve-2011-1487' into refs/top-bases/master
  discards  64e9797   Merge commit 'refs/top-bases/master'
  discards  8e2adbf   [SECURITY] CVE-2011-1487: taint laundering in lc, uc, et al. (Closes: #622817)
  discards  f741adf   CVE-2011-1487: lc/uc(first) fail to taint the returned string
  discards  47f14a2   add TopGit information for fixes/casing-taint-cve-2011-1487
  discards  218730f     * Revert gcc-4.3 on sparc workaround for #577016 which turned out to     be a kernel bug, now fixed (#581571). gcc-4.3 is no longer available     in sid.
  discards  aad038b   bump Standards-Version
  discards  171b92e   ready for release
  discards  6c89a0e   Add Conflicts, Replaces, Provides for libunicode-collate-perl which is now also packaged separately. (Closes: #599486)
  discards  015b8ec   debian/config.debian: never use <libutil.h>, even if libbsd-dev is installed. Inspired by a similar Ubuntu change.
  discards  076a425   Merge multiarch path fix from 5.10.1-19
  discards  d4c8fa0   Move to libdb5.1. (Closes: #621383)
  discards  62642c7     * debian/config.debian: pass multiarch paths to the build (if     available) so that we're able to find libraries needed to build.     Thanks to Steve Langasek. (Closes: #620189)
  discards  828e9e5   Remove Eugene from Uploaders as requested
  discards  0d7b569   Remove Eugene from Uploaders as requested
  discards  e4b55cb   release
  discards  b774a64   Update Standards-Version to 3.9.1 (no changes)
  discards  01e057d   debian/rules: clean: remove .bak files created in cpan/DB_File/t
  discards  b7e054e   include changelog for unstable changes
  discards  c252242   Don't include full path for md5sum in perl-modules maintainer scripts (thanks, Lintian)
  discards  84114d3   Include the full text of the license statements for BSD-style licenses in debian/copyright, rather than the deprecated practice of referring to an external copy
  discards  8b76629   Add Conflicts, Replaces, Provides for libfile-path-perl which is packaged separately (Closes: #617985)
  discards  431ceea   Include information about preparing the repository for use with topgit in debian/README.source
  discards  709abd3   ready for release
  discards  694a808   add myself to debian/copyright
  discards  ef8d8ef     * Include the full text of the license statements for BSD-style     licenses in debian/copyright, rather than the deprecated practice of     referring to an external copy
  discards  f664be8     * Add Conflicts, Replaces, Provides for libfile-path-perl which is     packaged separately (Closes: #617985)
  discards  101cc6d     * Override Lintian error wrong-path-for-interpreter for     ./usr/share/perl/5.10.1/Class/ISA.pm which is not expected to be     executed
  discards  ca6c6b6   changelog for h2ph fix
  discards  a096de5   Merge commit 'refs/top-bases/master'
  discards  164fde0   Merge branch 'fixes/h2ph-gcc-4.5' into refs/top-bases/master
  discards  6b0f812   New TopGit dependency: fixes/h2ph-gcc-4.5
  discards  17b3bd4   Fix h2ph and test. Needed to build with GCC 4.5.
  discards  7a50c0e     * Include information about preparing the repository for use with     topgit in debian/README.source
  discards  7238479   Activate the 'perl-major-upgrade' trigger on major version upgrades
  discards  602f3d7   Fix inconsistent mix of literal tabs and spaces in debian/perl.postinst
  discards  eded6cd   releasing 5.12.3-1 to experimental
  discards  5af08e0   Use versioned breaks instead of versioned conflicts, as suggested by lintian.
  discards  690d4ed   Update the conflict versions for libmodule-corelist-perl, libmodule-build-perl, and libcgi-pm-perl.
  discards  6175fc3   changelog entry for the debian/enc2xs_inc merge
  discards  7f1c6cc   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  28b4ab5   Merge commit 'refs/top-bases/master'
  discards  0949ba7   update TopGit information for debian/enc2xs_inc
  discards  7965607   Don't traverse the current directory with "enc2xs -C". (Closes: #603686)
  discards  4a00fba   Merge commit 'refs/top-bases/master'
  discards  eb1964a   Merge commit 'refs/top-bases/fixes/h2ph-gcc-4.5' into fixes/h2ph-gcc-4.5
  discards  abfc9ad   Merge branch 'fixes/h2ph-gcc-4.5' into refs/top-bases/master
  discards  707a90a   Merge commit 'refs/top-bases/fixes/concat-stack-corruption' into fixes/concat-stack-corruption
  discards  4e39a96   Merge branch 'fixes/concat-stack-corruption' into refs/top-bases/master
  discards  164ff23   Merge branch 'fixes/lc-numeric-sprintf' into refs/top-bases/master
  discards  d5998e2   Merge commit 'refs/top-bases/fixes/lc-numeric-sprintf' into fixes/lc-numeric-sprintf
  discards  f80b9ac   Merge branch 'fixes/lc-numeric-docs' into refs/top-bases/master
  discards  c2e5c51   Merge commit 'refs/top-bases/fixes/lc-numeric-docs' into fixes/lc-numeric-docs
  discards  1eef190   Merge branch 'debian/squelch-locale-warnings' into refs/top-bases/master
  discards  a873b1e   Merge commit 'refs/top-bases/debian/squelch-locale-warnings' into debian/squelch-locale-warnings
  discards  dc42ff5   Merge commit 'refs/top-bases/fixes/hurd-ccflags' into fixes/hurd-ccflags
  discards  4959300   Merge branch 'fixes/hurd-ccflags' into refs/top-bases/master
  discards  06e4e8d   Merge commit 'refs/top-bases/debian/deprecate-with-apt' into debian/deprecate-with-apt
  discards  1c20238   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/master
  discards  309ad7a   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  14dcbe0   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  48bd9d5   Merge branch 'fixes/cpanplus-without-home' into refs/top-bases/master
  discards  3cf453d   Merge commit 'refs/top-bases/fixes/cpanplus-without-home' into fixes/cpanplus-without-home
  discards  cd311db   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  0fe7633   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/master
  discards  2a611aa   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  bb898d0   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  1c8066c   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  78afa59   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  991cf6e   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  542514f   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  4c81d79   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  de5771d   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  87187f8   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  a6978aa   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  c4177fb   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  1c771f3   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  e4eb8bc   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  0b348dc   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  d66a830   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  26110a8   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  4c547eb   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  5b99f71   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  9ab3f46   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  6269109   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  ca68d64   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  105f0d5   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  bcd560d   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  23c3ab4   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  adf61bf   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  0ded474   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  1b83c5d   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  cdd1b2a   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  df5874a   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  79ae11e   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  8dc090d   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  d668384   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  95c6f5e   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  b3ddf29   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  c66f1d9   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  9f9865e   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  a776f16   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  7ffc726   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  1f4f77f   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  b6e0249   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  8b36e7c   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  cb2c87c   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  d522bd2   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  f53972e   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  fc7440d   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  1d45684   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  325a318   Merge branch 'upstream' into refs/top-bases/master
  discards  ceb8698   Upgrade to upstream version 5.12.3.
  discards  a508b62   Imported Upstream version 5.12.3
  discards  800dd2d   Merge Dominic's libencode-perl work
  discards  b6433b9   releasing 5.10.1-17 with medium urgency
  discards  35187c4   Merge branch 'fixes/cgi-multiline-header' into refs/top-bases/master
  discards  254935a   Merge commit 'refs/top-bases/master'
  discards  444ca09   [SECURITY] CVE-2010-2761 CVE-2010-4410 CVE-2010-4411: fix CGI.pm MIME boundary and multiline header vulnerabilities. (Closes: #606995)
  discards  bdd3f4e   Undo a redundant //s modifier change
  discards  951c154   Remove erroneous documentation change
  discards  0e9f867   add new test files to MANIFEST
  discards  9dab149   [CVE-2010-2761 CVE-2010-4410 CVE-2010-4411] CGI.pm MIME boundary and multiline header vulnerabilities
  discards  08b5dea   add TopGit information for fixes/cgi-multiline-header
  discards  27cac62   start 5.10.1-17
  discards  9f95577     * Add Conflicts, Replaces, Provides for libencode-perl which is     being packaged separately. (Closes: #608385)
  discards  a26927d     * Add Conflicts, Replaces, Provides for libencode-perl which is     being packaged separately. (Closes: #608385)
  discards  abb26fe   releasing 5.12.2-2 to experimental
  discards  f80d5ee   Merge commit 'refs/top-bases/master'
  discards  5ef0dd1   Merge branch 'fixes/h2ph-gcc-4.5' into refs/top-bases/master
  discards  46f4bbb   Fix h2ph header generation with GCC 4.5. Upstream patch by Robin Barker. (Closes: #599933)
  discards  1810014   Fix h2ph and test
  discards  1140855   add TopGit information for fixes/h2ph-gcc-4.5
  discards  68ee7ca   Merge branch 'fixes/concat-stack-corruption' into refs/top-bases/master
  discards  3b4deb7   Merge commit 'refs/top-bases/master'
  discards  97d013f   Merge commit 'refs/top-bases/fixes/concat-stack-corruption' into fixes/concat-stack-corruption
  discards  2dd4ed4   Merge branch 'fixes/lc-numeric-sprintf' into refs/top-bases/master
  discards  9e44c3c   Merge commit 'refs/top-bases/fixes/lc-numeric-sprintf' into fixes/lc-numeric-sprintf
  discards  ab5d4a7   Merge branch 'fixes/lc-numeric-docs' into refs/top-bases/master
  discards  bd9d85a   Merge commit 'refs/top-bases/fixes/lc-numeric-docs' into fixes/lc-numeric-docs
  discards  a75cc8a   Merge 5.10.1-16 from unstable:
  discards  d618c55   releasing 5.10.1-16 to unstable
  discards  4af6b9e   changelog cosmetics
  discards  b4b81b4   Merge branch 'fixes/concat-stack-corruption' into refs/top-bases/master
  discards  abb030c   Merge commit 'refs/top-bases/master'
  discards  dac8a25   Merge branch 'fixes/lc-numeric-sprintf' into refs/top-bases/master
  discards  7c153b9   Merge branch 'fixes/lc-numeric-docs' into refs/top-bases/master
  discards  9117569   Fix stack pointer corruption in pp_concat() with use encoding. (Closes: #596105)
  discards  cdcc240   Fix sprintf not to ignore LC_NUMERIC with constants. (Closes: #601549)
  discards  46b5995   Improve LC_NUMERIC documentation. (Closes: #379329)
  discards  438ae3f   Fix stack pointer corruption in pp_concat() with 'use encoding'
  discards  71ed2fd   add TopGit information for fixes/concat-stack-corruption
  discards  22df111   LC_NUMERIC documentation updates
  discards  612d15d   add TopGit information for fixes/lc-numeric-docs
  discards  0458e59   Don't fold constants in sprintf() if locales are used
  discards  5b13651   add TopGit information for fixes/lc-numeric-sprintf
  discards  ba0d8f4   start 5.10.1-16
  discards  446e83e   Unapply the debian/use_gdbm patch, obsolete since 5.8.4.
  discards  db0231f   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  38486d2   Merge commit 'refs/top-bases/master'
  discards  a01d33b   Unapply gdbm_compat changes
  discards  c0b063c   Merge branch 'debian/squelch-locale-warnings' into refs/top-bases/master
  discards  0c016a5   Merge commit 'refs/top-bases/master'
  discards  6378ff2   Merge commit 'refs/top-bases/debian/squelch-locale-warnings' into debian/squelch-locale-warnings
  discards  6453768   Merge 5.10.1-15 from unstable:
  discards  0e9479f   start 5.12.2-2
  discards  9d52b95   Releasing 5.10.1-15
  discards  0a1562c   Merge commit 'refs/top-bases/master'
  discards  f5820d6   Merge branch 'debian/squelch-locale-warnings' into refs/top-bases/master
  discards  a7d48ea   fix a documentation bug
  discards  6fcef2d   Merge commit 'refs/top-bases/master'
  discards  7cb9bcf   Merge branch 'debian/squelch-locale-warnings' into refs/top-bases/master
  discards  f89c7f9   Squelch useless locale warnings during package maintainer scripts. (Closes: #508764)
  discards  03fdfae   Put the libfile-spec-perl conflict version in line with the separate package, which uses four digits. (Closes: #595121)
  discards  4282489   Squelch locale warnings in Debian package maintainer scripts
  discards  368a9e1   add TopGit information for debian/squelch-locale-warnings
  discards  e2f1902   Downgrade the 'make' recommendation to a suggestion to avoid pulling it in by default after all. (Closes: #596734) (Reopens: #293908)
  discards  6d60234   Include the Text::Tabs license in debian/copyright. Thanks to "v.nix.is". (Closes: #596844)
  discards  fb001d0   start 5.10.1-15
  discards  d393a4e   releasing 5.12.2-1 into experimental
  discards  a8e9de0   changelog entry for 5.12.2
  discards  2b9e626   Merge commit 'refs/top-bases/master'
  discards  c8bec2f   Merge branch 'merge-5.12.2' into HEAD
  discards  8c7766a   Merge commit 'refs/top-bases/merge-5.12.2' into merge-5.12.2
  discards  2339862   Merge commit 'refs/top-bases/fixes/hurd-ccflags' into fixes/hurd-ccflags
  discards  69f7603   Merge branch 'fixes/hurd-ccflags' into refs/top-bases/merge-5.12.2
  discards  de2d2bd   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/merge-5.12.2
  discards  b525de1   Merge commit 'refs/top-bases/debian/deprecate-with-apt' into debian/deprecate-with-apt
  discards  4ebbf53   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  a71ce20   Merge branch 'debian/arm_optim' into refs/top-bases/merge-5.12.2
  discards  657201c   Merge commit 'refs/top-bases/fixes/cpanplus-without-home' into fixes/cpanplus-without-home
  discards  cacb036   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  5c29f67   Merge branch 'fixes/cpanplus-without-home' into refs/top-bases/merge-5.12.2
  discards  5165f2b   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/merge-5.12.2
  discards  4525e42   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  6284ac6   Merge branch 'fixes/autodie-flock' into refs/top-bases/merge-5.12.2
  discards  2b925f1   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  ffac29f   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/merge-5.12.2
  discards  61f8661   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/merge-5.12.2
  discards  4f0d77e   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  39cf175   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  402a789   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/merge-5.12.2
  discards  457f4f8   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  1ac6adf   Merge branch 'debian/perlivp' into refs/top-bases/merge-5.12.2
  discards  1cea0ed   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  0ac92df   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  7e502f3   Merge branch 'fixes/processPL' into refs/top-bases/merge-5.12.2
  discards  d21e1e1   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/merge-5.12.2
  discards  c75bdad   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  2a56416   Merge branch 'debian/use_gdbm' into refs/top-bases/merge-5.12.2
  discards  b8d5ae4   Merge branch 'debian/prune_libs' into refs/top-bases/merge-5.12.2
  discards  a0d35fe   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  947f273   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  f281258   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/merge-5.12.2
  discards  e3f5818   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  ace72c2   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  ea777e1   Merge branch 'debian/mod_paths' into refs/top-bases/merge-5.12.2
  discards  2e83f8a   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/merge-5.12.2
  discards  ac98cdf   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  283d3f2   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  d37478d   Merge branch 'debian/libnet_config_path' into refs/top-bases/merge-5.12.2
  discards  888b1ed   Merge branch 'debian/ld_run_path' into refs/top-bases/merge-5.12.2
  discards  53ac585   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  e5b6015   Merge branch 'debian/instmodsh_doc' into refs/top-bases/merge-5.12.2
  discards  6c57898   Merge branch 'debian/fakeroot' into refs/top-bases/merge-5.12.2
  discards  133c6b0   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  f31cf89   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  7d8244a   Merge branch 'debian/extutils_hacks' into refs/top-bases/merge-5.12.2
  discards  97532f8   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  1ee77c8   Merge branch 'debian/errno_ver' into refs/top-bases/merge-5.12.2
  discards  e025c5c   Merge branch 'debian/enc2xs_inc' into refs/top-bases/merge-5.12.2
  discards  569e37e   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  d89a1f3   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  282a8e0   Merge branch 'debian/doc_info' into refs/top-bases/merge-5.12.2
  discards  eb6a589   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  ec5e072   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  28ee749   Merge branch 'debian/db_file_ver' into refs/top-bases/merge-5.12.2
  discards  bd64c42   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/merge-5.12.2
  discards  5a7d003   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  84c4cf3   Merge branch 'debian/cpan_config_path' into refs/top-bases/merge-5.12.2
  discards  477b51c   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  5084180   Prepare for upgrading all the dependency branches of the master branch
  discards  80a063d   Temporary branch for merging 5.12.2
  discards  c823880   Imported Upstream version 5.12.2
  discards  ada4e66   releasing 5.12.2~rc1-1 into experimental
  discards  b54d291   Upgrade the conflict versions of updated modules.
  discards  1d9ede1   arm alignment fix is now included upstream
  discards  dbe1089   Merge branch 'fixes/arm-alignment' into refs/top-bases/master
  discards  7b61968   Merge commit 'refs/top-bases/master'
  discards  af553cf   Revert to the upstream fix
  discards  d86a032   Merge commit 'refs/top-bases/master'
  discards  470c195   Merge branch 'merge-5.12.2rc1' into HEAD
  discards  bfaad0e   Merge commit 'refs/top-bases/fixes/hurd-ccflags' into fixes/hurd-ccflags
  discards  c6b0f78   Merge commit 'refs/top-bases/merge-5.12.2rc1' into merge-5.12.2rc1
  discards  20237e2   Merge branch 'fixes/hurd-ccflags' into refs/top-bases/merge-5.12.2rc1
  discards  56650ac   Merge branch 'fixes/arm-alignment' into refs/top-bases/merge-5.12.2rc1
  discards  42435ac   Merge commit 'refs/top-bases/fixes/arm-alignment' into fixes/arm-alignment
  discards  5241a48   Merge commit 'refs/top-bases/debian/deprecate-with-apt' into debian/deprecate-with-apt
  discards  d10072e   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/merge-5.12.2rc1
  discards  4d505dc   Merge branch 'debian/arm_optim' into refs/top-bases/merge-5.12.2rc1
  discards  fe43561   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  1493ef9   Merge commit 'refs/top-bases/fixes/cpanplus-without-home' into fixes/cpanplus-without-home
  discards  9433737   Merge branch 'fixes/cpanplus-without-home' into refs/top-bases/merge-5.12.2rc1
  discards  da1f441   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  db3fd6f   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/merge-5.12.2rc1
  discards  ab28d22   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  a56a591   Merge branch 'fixes/autodie-flock' into refs/top-bases/merge-5.12.2rc1
  discards  c65647c   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/merge-5.12.2rc1
  discards  a36f9c1   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  12e7e1e   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  da77a43   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/merge-5.12.2rc1
  discards  5d2d425   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  1033263   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/merge-5.12.2rc1
  discards  b2b8ab4   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  62ff390   Merge branch 'debian/perlivp' into refs/top-bases/merge-5.12.2rc1
  discards  c4f1b27   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  4bf339e   Merge branch 'fixes/processPL' into refs/top-bases/merge-5.12.2rc1
  discards  e541f53   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/merge-5.12.2rc1
  discards  1c9b0d3   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  183c2bd   Merge branch 'debian/use_gdbm' into refs/top-bases/merge-5.12.2rc1
  discards  0be5eea   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  55e8881   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  1ec9dca   Merge branch 'debian/prune_libs' into refs/top-bases/merge-5.12.2rc1
  discards  2e92a60   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/merge-5.12.2rc1
  discards  2f3cfa6   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  826ad52   Merge branch 'debian/mod_paths' into refs/top-bases/merge-5.12.2rc1
  discards  6bbcd81   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  5eb83c1   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  27962d6   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/merge-5.12.2rc1
  discards  957cc69   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  bded244   Merge branch 'debian/libnet_config_path' into refs/top-bases/merge-5.12.2rc1
  discards  7e11672   Merge branch 'debian/ld_run_path' into refs/top-bases/merge-5.12.2rc1
  discards  539ac5c   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  2ea3e6c   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  eeb6f8f   Merge branch 'debian/instmodsh_doc' into refs/top-bases/merge-5.12.2rc1
  discards  815bd08   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  9c382ea   Merge branch 'debian/fakeroot' into refs/top-bases/merge-5.12.2rc1
  discards  2b54669   Merge branch 'debian/extutils_hacks' into refs/top-bases/merge-5.12.2rc1
  discards  b21e8b1   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  da04e9d   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  3ba32a1   Merge branch 'debian/errno_ver' into refs/top-bases/merge-5.12.2rc1
  discards  954326a   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  8e6c9b2   Merge branch 'debian/enc2xs_inc' into refs/top-bases/merge-5.12.2rc1
  discards  7158ba6   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  692c879   Merge branch 'debian/doc_info' into refs/top-bases/merge-5.12.2rc1
  discards  6459655   Merge branch 'debian/db_file_ver' into refs/top-bases/merge-5.12.2rc1
  discards  f9a395c   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  5266e3c   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/merge-5.12.2rc1
  discards  a623250   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  04a0c9f   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  57726dd   Merge branch 'debian/cpan_config_path' into refs/top-bases/merge-5.12.2rc1
  discards  a17c742   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  c44aac7   Prepare for upgrading all the dependency branches of the master branch
  discards  956aaa2   Temporary branch for merging 5.12.2-RC1
  discards  43eb691   New upstream release candidate.
  discards  cb953c7   Imported Upstream version 5.12.2~rc1
  discards  0cf7f23   update debian/changelog for the 5.10.1-14 merge
  discards  5fdb272   Merge commit 'refs/top-bases/master'
  discards  79c4af6   Merge branch 'fixes/arm-alignment' into refs/top-bases/master
  discards  76b654d   Merge remote branch 'debian-5.10/fixes/arm-alignment' into fixes/arm-alignment
  discards  a2816f8   Merge commit 'refs/top-bases/master'
  discards  808ff72   Merge branch 'fixes/hurd-ccflags' into refs/top-bases/master
  discards  ebd4025   Merge commit 'refs/top-bases/fixes/hurd-ccflags' into fixes/hurd-ccflags
  discards  494da84   add TopGit dependency on fixes/hurd-ccflags
  discards  b8e3989   Merge remote branch 'debian-5.10/master'
  discards  e2ce26d   Releasing with 'medium' urgency due to an RC bug fix.
  discards  435df16   Merge commit 'refs/top-bases/master'
  discards  6883ad6   Merge branch 'fixes/arm-alignment' into refs/top-bases/master
  discards  3bb6e06   Update upstream commit information for fixes/arm-alignment
  discards  82c809a   Merge commit 'refs/top-bases/master'
  discards  3f4df70   Merge branch 'fixes/hurd-ccflags' into refs/top-bases/master
  discards  1d1d241   Fix builds when the name of the current directory contains regexp metacharacters, particularly binNMUs with current sbuild versions. Thanks to Kyle Moffett and Ansgar Burchardt. (Closes: #585678)
  discards  5cd3524   Fix builds on gcc 4.5 by passing PERL_PATCHLEVEL_H_IMPLICIT to cpp. Thanks to Loïc Minier and Paul Brook. (Closes: #588799)
  discards  fbacfcb   Don't override -DDEBIAN on GNU/Hurd, fixing @INC breakage and other things. Thanks to Samuel Thibault. (Closes: #587901)
  discards  5a7fe37   start 5.10.1-14
  discards  b70f084   Make hints/gnu.sh append to $ccflags rather than overriding them
  discards  b536b5f   add TopGit information for fixes/hurd-ccflags
  discards  f029e11   oops, going back to UNRELEASED for now
  discards  46c368f   releasing 5.12.1-2
  discards  daa9142   Remove the libshell-perl recommendation, its deprecation has been postponed for 5.14. (See #580034)
  discards  a226e0c   Merge 5.10.1-13 from unstable.
  discards  68632f4   Merge commit 'refs/top-bases/master'
  discards  38847a6   Merge branch 'fixes/arm-alignment' into HEAD
  discards  813ac36   Merge remote branch 'refs/remotes/sid/top-bases/master' into HEAD
  discards  e1f710e   Merge branch 'fixes/fcgi-test' into HEAD
  discards  012b863   Merge commit 'refs/top-bases/fixes/fcgi-test' into fixes/fcgi-test
  discards  68fa2f1   Merge branch 'fixes/safe-upgrade' into HEAD
  discards  e05e1d6   Merge branch 'fixes/format-write-crash' into HEAD
  discards  63e7267   Merge branch 'fixes/tell-crash' into HEAD
  discards  1e840e7   start 5.12.1-2
  discards  bc6b911   Merge commit 'refs/top-bases/fixes/format-write-crash' into fixes/format-write-crash
  discards  9a00ac9   Merge commit 'refs/top-bases/fixes/arm-alignment' into fixes/arm-alignment
  discards  360bfbb   Merge commit 'refs/top-bases/fixes/safe-upgrade' into fixes/safe-upgrade
  discards  a9ac48a   Merge commit 'refs/top-bases/fixes/tell-crash' into fixes/tell-crash
  discards  a6ac842   add bug number in the changelog
  discards  e4be4c2   releasing 5.10.1-13
  discards  9884f57   Merge branch 'fixes/fcgi-test' into refs/top-bases/master
  discards  2cb2740   Merge commit 'refs/top-bases/master'
  discards  856a729   Fix a test failure in CGI/t/fast.t when FCGI is available.
  discards  862ee8f   Fix a test failure when FCGI is available
  discards  ab5ee1d   add TopGit information for fixes/fcgi-test
  discards  23e452d   Merge branch 'fixes/safe-upgrade' into refs/top-bases/master
  discards  befb9d6   Merge commit 'refs/top-bases/master'
  discards  597a298   Fix the path to safeops.t
  discards  5b08087   Merge branch 'fixes/arm-alignment' into refs/top-bases/master
  discards  c9e665a   Merge commit 'refs/top-bases/master'
  discards  1d55c17   Prevent gcc from optimizing the u32align check away, finally fixing MD5 on armel. Thanks to Marc Pignat.
  discards  4595746   Prevent the compiler from optimizing the u32align check away
  discards  a5a9aa7   add TopGit information for fixes/arm-alignment
  discards  b717e13   Merge branch 'fixes/format-write-crash' into refs/top-bases/master
  discards  f11a950   Merge commit 'refs/top-bases/master'
  discards  daa2672   Fix a format/write crash. (Closes: #579537)
  discards  4603739   add TopGit information for fixes/format-write-crash
  discards  8872485   Update perly.act and perly.tab by running regen_perly.pl on a Lenny system
  discards  fd9bdc6   [perl #22977] Bug in format/write
  discards  a3d4fce   Merge branch 'fixes/tell-crash' into refs/top-bases/master
  discards  bbb4699   Merge commit 'refs/top-bases/master'
  discards  ad65f98   Merge branch 'fixes/safe-upgrade' into refs/top-bases/master
  discards  7fc6877   Fix a tell() crash on bad arguments. (Closes: #578577)
  discards  f03d259   Let tell() report warnings on unopened filehandles
  discards  8e9ce42   Make tell() fail properly if called without an argument and when no previous file was read
  discards  5a4c315   add TopGit information for fixes/tell-crash
  discards  effbf8d   Add conflicts/replaces/provides for the new libswitch-perl, libclass-isa-perl, and libpod-plainer-perl packages. (See #580034)
  discards  94b590a   [SECURITY] CVE-2010-1974: Update to Safe-2.25, fixing code injection and execution vulnerabilities. (Closes: #582978)
  discards  47bc2fb   Update to Safe-2.25 from CPAN
  discards  e5b6a97   add TopGit information for fixes/safe-upgrade
  discards  6cb061c   start 5.10.1-13
  discards  fa1da8f   releasing 5.12.1-1
  discards  e548b0b   Break libmarc-charset-perl (<< 1.2) because the earlier versions were sensitive to Perl ABI changes like use64bitint. (Closes: #579521)
  discards  f4198d4   Add 5.12.1 to the released versions list and remove 5.12.0
  discards  7c00f11   close the deprecation bug in the changelog
  discards  96d2e1a   Merge branch 'debian/deprecate-with-apt' into refs/top-bases/master
  discards  2a22d9f   Merge commit 'refs/top-bases/master'
  discards  07baead   Modify the deprecation warnings to point to the Debian packages instead of CPAN.
  discards  8cc0d76   Start the transition away from the deprecated core modules
  discards  71270d8   Recommend the separate Debian packages of deprecated modules where available.
  discards  92d2008   add TopGit information for debian/deprecate-with-apt
  discards  1b28dc7   upgrade the conflict versions of updated modules.
  discards  629a98f   fixes/term-readline-gnu-conflict now included upstream
  discards  d7fd898   Merge commit 'refs/top-bases/master'
  discards  3bee442   Merge branch 'fixes/term-readline-gnu-conflict' into refs/top-bases/master
  discards  fa6c763   Merge commit 'refs/top-bases/fixes/term-readline-gnu-conflict' into fixes/term-readline-gnu-conflict
  discards  8357850   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  99e9499   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  411c715   Merge commit 'refs/top-bases/fixes/cpanplus-without-home' into fixes/cpanplus-without-home
  discards  546008b   Merge branch 'fixes/cpanplus-without-home' into refs/top-bases/master
  discards  eabd8d1   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  b2faf01   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/master
  discards  d84c956   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  3245083   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  eb3e426   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  4fcb3d3   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  fafad7f   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  e6d6b07   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  217d5bc   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  09f435e   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  a470163   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  28dadcd   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  26cea77   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  4d4f6c7   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  648c18b   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  f1e46e2   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  502aa0f   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  e59ca21   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  7d8b095   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  ecd9b35   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  a3eafd8   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  b61d658   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  d780cc0   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  6864497   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  db59a90   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  3e17923   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  2a59793   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  ffbee04   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  acace84   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  29fc219   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  1b3072f   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  1ccc9fb   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  561c406   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  b45c480   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  2c03728   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  543f20f   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  6cf7240   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  7a68043   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  f551836   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  b07fa33   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  0f29fa0   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  dd0a9cf   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  5aeea16   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  ed97746   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  d76a6d0   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  84e8523   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  4a2e8af   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  be4ad41   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  d0cc86d   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  4f74e5c   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  456aeea   Merge branch 'upstream' into refs/top-bases/master
  discards  ce58176   start 5.12.1-1
  discards  94e17c7   Imported Upstream version 5.12.1
  discards  0fcc9bf   releasing 5.12.0-2
  discards  c0362e0   Merge branch 'fixes/term-readline-gnu-conflict' into refs/top-bases/master
  discards  0ecdee0   Merge commit 'refs/top-bases/master'
  discards  8a81d3f   Fix the new libterm-readline-gnu-perl related failure in perl5db.t and version the build conflict back to (<< 1.17).
  discards  86b5942   Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installed
  discards  44700ae   add TopGit information for fixes/term-readline-gnu-conflict
  discards  fb57069   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  3ffd8fd   Merge commit 'refs/top-bases/master'
  discards  4867922   Downgrade the optimization of sv.c on arm due to a gcc-4.4 bug. (Closes: #580334)
  discards  b5acee8   Downgrade the optimization of sv.c on arm due to a gcc-4.4 bug. (Closes: #580334)
  discards  7b3bee8   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  a29fe7f   use gcc-4.3 on sparc to work around a numeric conversion bug in 4.4. (Closes: #577016)
  discards  23ecdeb   Revert -Dusemorebits but leave -Duse64bitint
  discards  1bd9a73   start 5.12.0-2
  discards  f33b7df   releasing 5.12.0-1 into experimental
  discards  ecc64c3   Set -Dusemorebits on all architectures to support long doubles.
  discards  261bd5d   Point Vcs-* fields to the experimental git repository.
  discards  60c210c   Close some bugs fixed upstream since 5.10.1.
  discards  0036ffb   Build-Conflict with libfile-sharedir-perl to avoid Module-Build test failures due to ABI incompatibilities. (Closes: #577018)
  discards  be25df0   Disable -Duse64bitint on sparc due to test failures.  (Closes: #577016)
  discards  0a837ee   Merge branch 'fixes/cpanplus-without-home' into refs/top-bases/master
  discards  57afc41   Merge commit 'refs/top-bases/master'
  discards  34b7e74   Merge commit 'refs/top-bases/fixes/cpanplus-without-home' into fixes/cpanplus-without-home
  discards  449cab7   New TopGit dependency: fixes/cpanplus-without-home
  discards  d12ede9   add changelog entry for the debian/cpanplus_definstalldirs update
  discards  fa94429   Merge commit 'refs/top-bases/master'
  discards  f855c08   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  88582cb   add changelog entry for the 5.12.0 merge
  discards  e0b32e1   move CPANPLUS::Config::System to the right source directory
  discards  2cd44be   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/master
  discards  53e8a95   Merge commit 'refs/top-bases/master'
  discards  1a3b43e   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  9df925c   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  96786d8   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  748abe4   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  3ef0ac0   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  ecc46e0   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  c110b00   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  989dc9a   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  0810fbd   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  e391562   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  b2b211b   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  7dfd8ec   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  2849d16   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  862808a   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  2d76f7c   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  c99da5d   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  4c1f80f   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  99253be   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  4fd756e   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  c7c6c7e   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  68a7ff8   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  68c4efa   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  5f0f5db   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  88e11a1   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  0a7eff0   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  ed67fd1   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  b1ff77f   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  e680562   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  72d8783   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  a839275   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  86e8806   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  d6c3b00   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  d333a38   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  d00895e   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  ea3d6b4   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  2c0f145   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  c9fb8c7   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  d0268ad   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  0b84151   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  d68187c   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  fd2609d   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  edae9cf   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  b954699   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  32b72eb   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  12d998c   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  a02d428   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  3114ee8   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  de1ddae   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  e08cf8e   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  f99e15f   Merge branch 'upstream' into refs/top-bases/master
  discards  2bdaba7   start 5.12.0-1
  discards  b9a8d5b   Imported Upstream version 5.12.0
  discards  cd6bb07   Add a missing import in CPANPLUS::Internals::Utils
  discards  32eacbe   Add TopGit information for t/fixes/cpanplus-without-home
  discards  f7fd492   Merge the 5.10.1-12 release from sid to experimental
  discards  3459b05   releasing 5.10.1-12
  discards  b3a1513   Upgrade to Standards-Version 3.8.4 with no changes.
  discards  cf99556   releasing 5.12.0~rc3-1 into experimental
  discards  4a44f94   update debian/changelog for 5.12.0-RC3
  discards  e11b6a2   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  4ebcbab   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/master
  discards  c83ebe8   Merge commit 'refs/top-bases/master'
  discards  31c73dc   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  fbdcd95   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  1f78b01   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  ed6f7f6   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  ee13c8f   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  420b5f0   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  080e7e9   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  c876d7c   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  70981b9   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  9f89bb5   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  cdf45b6   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  ade9691   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  e710696   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  e1cb485   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  9e7e92f   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  45e6f3d   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  c3e6dcc   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  5f913d1   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  3dae6d9   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  8a4d679   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  4e8d27b   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  1c6fda0   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  16b890e   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  cde05c4   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  7825c96   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  6e5c52e   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  96e3576   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  8f3a731   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  13f5736   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  f644234   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  d8caa77   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  5468cdd   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  c9b32ab   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  44df2bd   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  df33224   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  afaf238   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  4d44485   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  9ea82e5   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  a71f67f   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  1f02b55   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  eca36ea   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  4da2485   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  bf77035   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  a8a9072   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  6b74bf4   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  685ea91   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  38adfd8   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  2587e55   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  8d95043   Merge branch 'upstream' into refs/top-bases/master
  discards  b776d7d   Use the package upstream version in libperl shlibs files.
  discards  f3d7518   Imported Upstream version 5.12.0~rc3
  discards  51db722   Imported Upstream version 5.12.0~rc2
  discards  88ec517   Merge recent 5.10.1-12 changes
  discards  cdb3c7e   Change the new Replaces entries to read (<< 5.10.1-12)
  discards  e1c541f   Remove B and B::Deparse from perl-base, they haven't worked without the perl package for a long time if ever. (Closes: #576153)
  discards  9f37aca   Use 64 bit integers (-Duse64bitint) on all platforms. (Closes: #310995)
  discards  05aaffa   Use the new debian/check-require script for checking .ph files too.
  discards  ac605f6   remove B and B::Deparse from perl-base, they haven't worked without the perl package since at least etch (5.8.8)
  discards  20bf8b8   remove obsolete unicore files from the perl-base file list
  discards  5ab320f   re.so (and attributes.so) now need to go in perl-base
  discards  2628268   Verify at build time that perl-base stays self contained.
  discards  9c0e6be   Use a wildcard to match both usr/lib and usr/share in perl-base.files
  discards  c9566ef   update libmodule-corelist-perl conflict version
  discards  770eedd   remove obsolete TopGit dependencies
  discards  626406e   Merge branch 'fixes/anon-tmpfile-dir' into refs/top-bases/master
  discards  de82d15   Merge commit 'refs/top-bases/master'
  discards  fa2f210   fix a merge leftover in fixes/anon-tmpfile-dir
  discards  587b2f7   Add unicore/Heavy.pl to perl-base
  discards  5b161bc   Porting/Contract is now perlpolicy.pod
  discards  a265b8d   Last use for .moduledocs (Net/Config.eg) is gone, clean it up
  discards  69dd027   Unversion the libterm-readline-gnu-perl build conflict again due to a new failure mode in lib/perl5db.t.
  discards  0f1a935   suidperl support has been removed upstream, so there's not a perl-suid package anymore.
  discards  e7d16ce   switch from 5.10 to 5.12
  discards  77c540a   Update conflicts/replaces/provides entries for the numerous separately packaged modules.
  discards  55e18c3   Merge commit 'refs/top-bases/master'
  discards  7d7fd7a   start 5.12.0~rc1-1
  discards  6890632   Merge branch 'merge-5.12.0-RC1' into HEAD
  discards  509ef20   Merge commit 'refs/top-bases/merge-5.12.0-RC1' into merge-5.12.0-RC1
  discards  f011b7a   Merge branch 'fixes/archive-tar-instance-error' into refs/top-bases/merge-5.12.0-RC1
  discards  3a17814   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/merge-5.12.0-RC1
  discards  67ba110   clean leftover resulting from the lib/ -> cpan/ move
  discards  e29097d   Accommodate the lib/CPANPLUS -> cpan/CPANPLUS move.
  discards  4f77cc4   Merge commit 'refs/top-bases/merge-5.12.0-RC1' into merge-5.12.0-RC1
  discards  981f62d   Merge branch 'fixes/tainted-errno' into refs/top-bases/merge-5.12.0-RC1
  discards  0bd0b0a   Merge commit 'refs/top-bases/fixes/tainted-errno' into fixes/tainted-errno
  discards  0ea9d56   Merge branch 'fixes/crash-on-undefined-destroy' into refs/top-bases/merge-5.12.0-RC1
  discards  93a3abc   Merge commit 'refs/top-bases/fixes/crash-on-undefined-destroy' into fixes/crash-on-undefined-destroy
  discards  2177de7   Merge branch 'fixes/hppa-thread-eagain' into refs/top-bases/merge-5.12.0-RC1
  discards  86087d3   Merge commit 'refs/top-bases/fixes/hppa-thread-eagain' into fixes/hppa-thread-eagain
  discards  5447db4   Merge branch 'fixes/trie-logic-match' into refs/top-bases/merge-5.12.0-RC1
  discards  d983ceb   Merge commit 'refs/top-bases/fixes/trie-logic-match' into fixes/trie-logic-match
  discards  cd72e95   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/merge-5.12.0-RC1
  discards  6e60c55   Merge commit 'refs/top-bases/debian/devel-ppport-ia64-optim' into debian/devel-ppport-ia64-optim
  discards  961b61f   Merge branch 'fixes/positive-gpos' into refs/top-bases/merge-5.12.0-RC1
  discards  3e89676   Merge commit 'refs/top-bases/fixes/positive-gpos' into fixes/positive-gpos
  discards  7d09b31   Merge branch 'fixes/archive-tar-instance-error' into refs/top-bases/merge-5.12.0-RC1
  discards  8508a61   Merge commit 'refs/top-bases/fixes/archive-tar-instance-error' into fixes/archive-tar-instance-error
  discards  d911737   Merge branch 'fixes/autodie-flock' into refs/top-bases/merge-5.12.0-RC1
  discards  334054c   Merge commit 'refs/top-bases/fixes/autodie-flock' into fixes/autodie-flock
  discards  e4c4031   Merge branch 'fixes/hurd_cppsymbols' into refs/top-bases/merge-5.12.0-RC1
  discards  694cacf   Merge commit 'refs/top-bases/fixes/hurd_cppsymbols' into fixes/hurd_cppsymbols
  discards  c788800   Merge branch 'fixes/abstract-sockets' into refs/top-bases/merge-5.12.0-RC1
  discards  de41e9e   Merge commit 'refs/top-bases/fixes/abstract-sockets' into fixes/abstract-sockets
  discards  8985722   Merge branch 'fixes/anon-tmpfile-dir' into refs/top-bases/merge-5.12.0-RC1
  discards  4279728   Merge commit 'refs/top-bases/fixes/anon-tmpfile-dir' into fixes/anon-tmpfile-dir
  discards  a3914bd   Merge branch 'fixes/kfreebsd-filecopy-pipes' into refs/top-bases/merge-5.12.0-RC1
  discards  4285cf3   Merge commit 'refs/top-bases/fixes/kfreebsd-filecopy-pipes' into fixes/kfreebsd-filecopy-pipes
  discards  9298688   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/merge-5.12.0-RC1
  discards  1d12633   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  2701aa2   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/merge-5.12.0-RC1
  discards  2f0770a   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  72e1eff   Merge branch 'fixes/kfreebsd_cppsymbols' into refs/top-bases/merge-5.12.0-RC1
  discards  e27b347   Merge commit 'refs/top-bases/fixes/kfreebsd_cppsymbols' into fixes/kfreebsd_cppsymbols
  discards  42ddb6c   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/merge-5.12.0-RC1
  discards  473ca47   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  2ac4b34   Merge branch 'fixes/pod2man-index-backslash' into refs/top-bases/merge-5.12.0-RC1
  discards  0403007   Merge commit 'refs/top-bases/fixes/pod2man-index-backslash' into fixes/pod2man-index-backslash
  discards  3129ee2   Merge branch 'debian/perlivp' into refs/top-bases/merge-5.12.0-RC1
  discards  30b14e6   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  449573d   Merge branch 'fixes/processPL' into refs/top-bases/merge-5.12.0-RC1
  discards  a595def   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  c0dcd9f   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/merge-5.12.0-RC1
  discards  1dbe8b3   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  1f25bcd   Merge branch 'fixes/assorted_docs' into refs/top-bases/merge-5.12.0-RC1
  discards  5bd725f   Merge commit 'refs/top-bases/fixes/assorted_docs' into fixes/assorted_docs
  discards  864cced   Merge branch 'debian/use_gdbm' into refs/top-bases/merge-5.12.0-RC1
  discards  3c61e1e   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  6154739   Merge branch 'debian/prune_libs' into refs/top-bases/merge-5.12.0-RC1
  discards  948b4b1   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  5970c30   Merge branch 'debian/perl_synopsis' into refs/top-bases/merge-5.12.0-RC1
  discards  ce46b41   Merge commit 'refs/top-bases/debian/perl_synopsis' into debian/perl_synopsis
  discards  247f775   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/merge-5.12.0-RC1
  discards  3a91aff   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  cea664f   Merge branch 'debian/mod_paths' into refs/top-bases/merge-5.12.0-RC1
  discards  23c2177   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  20d6f6e   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/merge-5.12.0-RC1
  discards  2810730   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  c0257a5   Merge branch 'debian/libnet_config_path' into refs/top-bases/merge-5.12.0-RC1
  discards  75f0e4d   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  dc1ba76   Merge branch 'debian/ld_run_path' into refs/top-bases/merge-5.12.0-RC1
  discards  e578c83   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  52a5ce8   Merge branch 'debian/instmodsh_doc' into refs/top-bases/merge-5.12.0-RC1
  discards  03a6c50   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  bce6ae7   Merge branch 'debian/fakeroot' into refs/top-bases/merge-5.12.0-RC1
  discards  d03c05a   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  fa33d16   Merge branch 'debian/extutils_hacks' into refs/top-bases/merge-5.12.0-RC1
  discards  b4df035   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  b415627   Merge branch 'debian/errno_ver' into refs/top-bases/merge-5.12.0-RC1
  discards  59bc9a7   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  81e6e53   Merge branch 'debian/enc2xs_inc' into refs/top-bases/merge-5.12.0-RC1
  discards  cc629d0   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  5b103a8   Merge branch 'debian/doc_info' into refs/top-bases/merge-5.12.0-RC1
  discards  86e4d42   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  8a77116   Merge branch 'debian/db_file_ver' into refs/top-bases/merge-5.12.0-RC1
  discards  73f23c5   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  abedf86   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/merge-5.12.0-RC1
  discards  ade7359   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  41dd559   Merge branch 'debian/cpan_config_path' into refs/top-bases/merge-5.12.0-RC1
  discards  2267877   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  9a9ee50   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  dea0bd5   Prepare for upgrading all the dependency branches of the master branch
  discards  211c112   Temporary branch for merging 5.12.0-RC1
  discards  2a10ab2   Imported Upstream version 5.12.0-RC1
  discards  c398b53   Move Config_heavy.pl into perl-base and unapply the DynaLoader changes introduced in 5.10.1-5. (Closes: #575308)
  discards  579c73c   Merge branch 'debian/dynaloader-config' into refs/top-bases/master
  discards  b0ac05c   Merge commit 'refs/top-bases/master'
  discards  9d73611   update libnet-perl conflict version too
  discards  925228b   Unapply Debian-specific DynaLoader changes.
  discards  2ab0360   Amend the DynaLoader change to load Config_heavy.pl when available and fall back to expanded values on failure. (Closes: #575308)
  discards  b73191e   Merge branch 'fixes/tainted-errno' into refs/top-bases/master
  discards  41141d6   Merge commit 'refs/top-bases/master'
  discards  89b6339   Fix an errno stringification bug in taint mode. (Closes: #574129)
  discards  3801a1e   Add TopGit information for fixes/tainted-errno
  discards  54e91bf   Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL.
  discards  8140d7f   fix for [perl #61976] Errno ($!) not evaluated to a error message string (5.10.0 in taint mode)
  discards  90872b8   Properly include the 5.10.0 site directories on @INC as per Perl policy. (Closes: #575030)
  discards  8d54d64   Update perl-base conflict versions on libscalar-list-utils-perl and libxsloader-perl.
  discards  8c9589c   changelog entry for the fixes/archive-tar-instance-error fix
  discards  bd86987   Merge commit 'refs/top-bases/master'
  discards  6cd790b   Merge branch 'fixes/archive-tar-instance-error' into refs/top-bases/master
  discards  fcbb177   start 5.10.1-12
  discards  69256a7   Fix the location of an Archive::Tar test file
  discards  393d44d   releasing 5.10.1-11
  discards  c526a06   Include upstream commit information in patchlevel.h.
  discards  2aa0ac3   Merge branch 'fixes/trie-logic-match' into refs/top-bases/master
  discards  2e22309   Merge commit 'refs/top-bases/master'
  discards  44cdcf5   Merge branch 'fixes/positive-gpos' into refs/top-bases/master
  discards  f4d8ea8   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  bb8d0d9   Merge branch 'fixes/hurd_cppsymbols' into refs/top-bases/master
  discards  24760a4   Merge commit 'refs/top-bases/fixes/hurd_cppsymbols' into fixes/hurd_cppsymbols
  discards  34d7144   Merge branch 'fixes/abstract-sockets' into refs/top-bases/master
  discards  c8104b6   Merge branch 'fixes/kfreebsd-filecopy-pipes' into refs/top-bases/master
  discards  b9a2415   Merge branch 'fixes/kfreebsd_cppsymbols' into refs/top-bases/master
  discards  254ec9e   Merge branch 'fixes/pod2man-index-backslash' into refs/top-bases/master
  discards  ce60049   Merge branch 'fixes/assorted_docs' into refs/top-bases/master
  discards  e5dcd26   update TopGit information for fixes/assorted_docs
  discards  57b34e0   update upstream commit information for fixes/kfreebsd-filecopy-pipes
  discards  ff0df6a   update upstream commit information for fixes/autodie-flock
  discards  08dcad1   fix upstream commit information for fixes/positive-gpos
  discards  f696788   update upstream commit information for fixes/pod2man-index-backslash
  discards  89dcf0f   update upstream commit information for fixes/kfreebsd_cppsymbols
  discards  e60a178   add upstream commit information for fixes/abstract-sockets
  discards  9bef567   add upstream commit information for fixes/trie-logic-match
  discards  202282b   cosmetics for README.source
  discards  afa61bc   update README.source to recommend "tg push"
  discards  1ecb197   Revert "arm optimization downgrade" (fixed sometime after gcc 4.0)
  discards  f8ff28a   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  f470b31   Merge commit 'refs/top-bases/master'
  discards  aba5617   Revert ARM optimization changes, not needed with recent versions of gcc
  discards  f987b3c   Update debian/README.source to recommend using quilt in NMUs.
  discards  5c872cc   match bug closing messages in patch descriptions without case sensitivity
  discards  93f43e9   changelog cosmetics
  discards  3f04166   Merge commit 'refs/top-bases/master'
  discards  2b43588   Merge branch 'fixes/hurd_cppsymbols' into refs/top-bases/master
  discards  87fe955   update upstream commit information for fixes/hurd_cppsymbols
  discards  cc3b682   Unapply "ppc/ia64 optimization upgrade" patch (no-op since 5.10.0-5)
  discards  d4079ab   Merge branch 'debian/ppc_ia64_optim' into refs/top-bases/master
  discards  10d816d   Merge commit 'refs/top-bases/master'
  discards  f1cbd1e   Revert again: patching the hints is actually a no-op
  discards  fa3a2ea   Drop the "arm fp non-IEEE rounding" patch
  discards  da71ccc   Merge branch 'debian/arm_fp' into refs/top-bases/master
  discards  d4eb775   Merge commit 'refs/top-bases/master'
  discards  1e59d42   Revert the patch, it is no longer needed
  discards  8cf299d   changelog entry for the debian/ppc_ia64_optim update
  discards  8d2c54c   Merge branch 'debian/ppc_ia64_optim' into refs/top-bases/master
  discards  2098180   Merge commit 'refs/top-bases/master'
  discards  ec5c1d9   update TopGit information for debian/ppc_ia64_optim
  discards  c08773f   Upgrade gcc 4.x optimization back to -O2 on linux/powerpc
  discards  eabb03d   revert patch in favor of a new upstreamed one
  discards  c7a51c9   Unapply obsolete "missing /etc/hosts" patch (fixed in 5.10.1)
  discards  44000be   Merge branch 'debian/missing_hosts' into refs/top-bases/master
  discards  041deeb   Merge commit 'refs/top-bases/master'
  discards  1be45e7   Revert the "missing /etc/hosts" patch, it was fixed upstream in 5.10.1.
  discards  f7667b7   Make perl-base conflict with older versions of safe-rm to unbreak maintainer scripts on partial upgrades. (Closes: #566080)
  discards  8781a1e   Merge branch 'fixes/hurd_cppsymbols' into refs/top-bases/master
  discards  ebea052   Merge commit 'refs/top-bases/master'
  discards  7412298   update TopGit information for fixes/hurd_cppsymbols
  discards  f6746dd   Unapply an obsoleted (and broken) Object::Accessor POD patch.
  discards  4eefa55   Merge branch 'fixes/trie-logic-match' into refs/top-bases/master
  discards  ef1a330   Merge commit 'refs/top-bases/master'
  discards  350117f   Merge branch 'fixes/pod-nitpicks' into refs/top-bases/master
  discards  24e7d14   Unapply the Object::Accessor POD patch, it broke with 5.10.1.
  discards  8201bd7   start 5.10.1-11
  discards  b0f6f62   include perl ticket in the TopGit information
  discards  97f44f4   Upload to experimental to verify that the source format changes work
  discards  e27d3e6   Merge branch 'fixes/crash-on-undefined-destroy' into refs/top-bases/master
  discards  13c0e5f   Merge commit 'refs/top-bases/master'
  discards  78195eb   update TopGit information for fixes/crash-on-undefined-destroy
  discards  72243d4   Don't try to ship Changes5.* or patching.pod in perl-doc anymore, they have been removed upstream for 5.10.1.
  discards  a97bd67   Merge branch 'fixes/trie-logic-match' into refs/top-bases/master
  discards  3678324   Merge commit 'refs/top-bases/master'
  discards  7b5ca26   Merge branch 'fixes/positive-gpos' into refs/top-bases/master
  discards  7c34a1b   Merge branch 'fixes/archive-tar-instance-error' into refs/top-bases/master
  discards  2f5ad70   Merge branch 'fixes/hurd_cppsymbols' into refs/top-bases/master
  discards  925b9fb   Merge branch 'fixes/anon-tmpfile-dir' into refs/top-bases/master
  discards  cd62b3b   Merge branch 'fixes/kfreebsd-filecopy-pipes' into refs/top-bases/master
  discards  fe50dab   Merge branch 'fixes/kfreebsd_cppsymbols' into refs/top-bases/master
  discards  bd262d4   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  be48b57   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  d4f0ffa   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  992dfd1   Merge branch 'debian/perl_synopsis' into refs/top-bases/master
  discards  fa38c99   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  4b6a8dc   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  6f8187b   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  d6f4ac3   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  46d700a   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  3d50faf   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  a2b3fdf   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  5f1c9ae   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  5e0dfe0   remove the obsoleted quilt-series-but-no-build-dep lintian override.
  discards  a59b30f   Include minimal copyright and license information on the Debian packaging in debian/copyright.
  discards  cec67ca   Describe the applied Debian patches in patchlevel.h (and therefore `perl -V' output too.)
  discards  56d7791   update TopGit information for fixes/anon-tmpfile-dir
  discards  2ed7302   update TopGit information for debian/prune_libs
  discards  2e2f194   update TopGit information for debian/errno_ver
  discards  4335043   Merge commit 'refs/top-bases/fixes/hurd_cppsymbols' into fixes/hurd_cppsymbols
  discards  dfb3464   update TopGit information for fixes/kfreebsd_cppsymbols
  discards  3185fc9   update TopGit information for debian/db_file_ver
  discards  911f159   update TopGit information for fixes/enc2xs
  discards  049d511   update TopGit information for fixes/positive-gpos
  discards  33c8e99   update TopGit information for fixes/processPL
  discards  4dcdd39   update TopGit information for debian/module_build_man_extensions
  discards  ec9facc   update TopGit information for fixes/kfreebsd-filecopy-pipes
  discards  7f88f86   update TopGit information for debian/extutils_hacks
  discards  fef8bb8   update TopGit information for debian/perl_synopsis
  discards  d7da88b   update TopGit information for fixes/net_smtp_docs
  discards  0b84b1f   update TopGit information for fixes/archive-tar-instance-error
  discards  2feaabb   update TopGit information for debian/arm_optim
  discards  e1b9ace   update TopGit information for  fixes/trie-logic-match
  discards  2a99fa8   update TopGit information for  debian/arm_thread_stress_timeout
  discards  93ab330   update TopGit information for debian/mod_paths
  discards  f288d56   remove obsolete check-patched target
  discards  53b3003   Switch to dpkg v3 source format.
  discards  431dde5   Make libcgi-fast-perl depend on perl (<< 5.10.2~) because it's now in the core directory. (Closes: #567092)
  discards  e0c4168   Really add the new perl-modules README.Debian. (Closes: #565721)
  discards  74c573f   Add conflicts/replaces/provides for libtime-local-perl. (Closes: #567188)
  discards  aac626c   start 5.10.1-10
  discards  0c5090b   releasing 5.10.1-9
  discards  542d15b   Merge commit 'refs/top-bases/master'
  discards  b13294e   Merge branch 'fixes/crash-on-undefined-destroy' into refs/top-bases/master
  discards  6b1562b   Add conflicts/replaces/provides for libfile-spec-perl. (Closes: #556789)
  discards  870b051   Fix a NULL pointer dereference when looking for a DESTROY method. (Closes: #564074)
  discards  cb9a41e   add TopGit information
  discards  021efdf   Fix a NULL pointer dereference when looking for a DESTROY method
  discards  a96e47e   Other packages should not depend on perl-modules but perl; clarify this in the perl-modules long description and the new README.Debian file. (Closes: #552052)
  discards  863d575   Add a README.Debian file to perl-modules.
  discards  bcd6cec   Move CGI/Fast.pm back to the core directory so that libcgi-pm-perl can override it. (Closes: #563713)
  discards  1cf76c2   start 5.10.1-9
  discards  ac651ba   release 5.10.1-8
  discards  a876d16   Add Conflicts/Replaces/Provides for libthread-queue-perl. (Closes: #556793)
  discards  b511c92   Fix another perl-suid/i386 dependency bug by using dpkg-shlibdeps correctly. (Closes: #556847)
  discards  0a1c7c8   start 5.10.1-8
  discards  a41a3a6   releasing 5.10.1-7
  discards  7b1762a   Merge commit 'refs/top-bases/master'
  discards  1057905   Merge branch 'fixes/hppa-thread-eagain' into refs/top-bases/master
  discards  1ce5f44   Make the threads-shared test suite more robust, fixing failures on hppa. (Closes: #554218)
  discards  ec5363d   add TopGit information
  discards  aa0ee22   make the threads-shared test suite more robust, fixing failures on hppa
  discards  b0e68f0   Set myself as Maintainer and remove Brendan O'Dea from the control file at his request.
  discards  760af93   Only run dpkg-shlibdeps when all the shlibs files have been created. This fixes perl-suid dependencies on i386. (Closes: #552797)
  discards  b255e17   start 5.10.1-7
  discards  a81673b   Prepare to upload 5.10.1-6.
  discards  75cf279   Added a changelog entry for CVE-2009-3626 fix applied.
  discards  1aacaf4   Merge branch 'fixes/trie-logic-match' into refs/top-bases/master
  discards  d321304   Merge commit 'refs/top-bases/master'
  discards  f0aa03b   New TopGit dependency: fixes/trie-logic-match
  discards  80832dc   Apply upstream fix 0abd0d78a73da1c4d13b1c700526b7e5d03b32d4.
  discards  90d21d5   Restored double space in long description of 'perl' binary package.
  discards  ff1bfa0   Effectively revert 3b6f6a89351cd2218ea95848631fa6098fe2522f for a while.
  discards  c9f7df2   Minor improvements in binary packages' descriptions.
  discards  19f5574   Inserted a space for readability.
  discards  fa8040f   Added Eugene V. Lyubimkin to Uploaders.
  discards  3b6f6a8   Move Niko Tyni to 'Maintainer' from 'Uploaders' and Brendan O'Dea to 'Uploaders' from 'Maintainer'.
  discards  82efa34   start 5.10.1-6
  discards  f07c5f4   releasing 5.10.1-5
  discards  ac51ff8   Merge branch 'debian/dynaloader-config' into refs/top-bases/master
  discards  a1ad615   Merge commit 'refs/top-bases/master'
  discards  ac4da98   Make DynaLoader work without Config_heavy.pl again. (Closes: #549170)
  discards  f6bc8ed   add TopGit information for debian/dynaloader-config
  discards  a45f318   Make DynaLoader work without Config_heavy.pl again. (Closes: #549170)
  discards  d62f17c   start 5.10.1-5
  discards  df0197f   ready for upload
  discards  5a4080b   Merge branch 'debian/devel-ppport-ia64-optim' into refs/top-bases/master
  discards  eb7ea3e   Merge commit 'refs/top-bases/master'
  discards  cd18809   Temporarily work around an internal compiler error in Devel::PPPort on ia64+gcc-4.3. (Closes: #548943)
  discards  7291049   start 5.10.1-4
  discards  a6ba386   add Topgit information for debian/devel-ppport-ia64-optim
  discards  1c9a52a   Temporarily work around an internal compiler error in Devel::PPPort on ia64+gcc-4.3. (Closes: #548943)
  discards  ebd4691   Upload to unstable.
  discards  b9ab71e   set the Vcs-* fields back to the original repository
  discards  0fb7fd1   start 5.10.1-3
  discards  f6f64d9   releasing 5.10.1-2
  discards  4f22d63   Merge branch 'fixes/positive-gpos' into refs/top-bases/master
  discards  20621a8   Merge commit 'refs/top-bases/master'
  discards  cace81c   Merge branch 'fixes/archive-tar-instance-error' into refs/top-bases/master
  discards  658671f   add TopGit information for fixes/archive-tar-instance-error
  discards  5fa840a   Fix a crash with \G on first match. (Closes: #545234)
  discards  e9ae0e4   add TopGit information for fixes/positive-gpos
  discards  63ffbc4   Fix RT69056 - postive GPOS leads to segv on first match
  discards  61af731   Separate Archive::Tar instance error strings from each other. (Closes: #539355)
  discards  0af8479   Separate instance error strings from each other
  discards  0a76dc2   Merge commit 'refs/top-bases/master'
  discards  973829e   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  8968543   update TopGit information
  discards  398c504   update debian/changelog for commit 5d783c3
  discards  d27b452   Merge commit 'refs/top-bases/master'
  discards  0cc5970   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  7d44710   start 5.10.1-2
  discards  5d783c3   reinstate Debian change to ExtUtils::MakeMaker for now to allow overriding PREFIX at installation time again. (Closes: #545904)
  discards  2bacc92   actually release 5.10.1-1
  discards  8ed7b29   Merge branch 'fixes/abstract-sockets' into refs/top-bases/master
  discards  59c6194   Merge commit 'refs/top-bases/master'
  discards  bbff279   update TopGit information
  discards  196db04   Fix unpack of abstract socket addrs with nul byte
  discards  ae3c83c   manually patch due to a lost merge with the debian/use_gdbm branch
  discards  7c1392a   releasing 5.10.1-1 to experimental
  discards  79e09c9   Move /usr/share/perl/5.10/unicore/To into perl-base. (See #543149)
  discards  b755192   Merge commit 'refs/top-bases/master'
  discards  46bc51e   Merge branch 'fixes/autodie-flock' into refs/top-bases/master
  discards  737aacb   Merge branch 'fixes/hurd_cppsymbols' into refs/top-bases/master
  discards  91a64fa   Fix autodie on hppa by allowing for flock returning EAGAIN instead of EWOULDBLOCK. (Closes: #543731)
  discards  96d1f9b   add TopGit information for fixes/autodie-flock
  discards  0cee986   Allow for flock returning EAGAIN instead of EWOULDBLOCK on linux/parisc
  discards  39f63da   Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd. Thanks to Samuel Thibault. (Closes: #544307)
  discards  6f59307   add TopGit information for fixes/hurd_cppsymbols
  discards  5e9a3da   Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd.
  discards  c19913d   Preserve local CPANPLUS configuration on upgrades
  discards  61b930a   Merge branch 'fixes/abstract-sockets' into refs/top-bases/master
  discards  3c7f760   Merge commit 'refs/top-bases/master'
  discards  8a23a80   Add support for abstract sockets. Thanks to Lubomir Rintel. (Closes: #329291, #490660)
  discards  5a80eb8   add TopGit information for fixes/abstract-sockets
  discards  ef0ba41   Add support for Abstract namespace sockets
  discards  29de4d3   Replace /usr/share/doc symlinks with separate changelog and copyright files in the arch-independent packages (perl-doc and perl-modules) to make sure they correspond to the right package version. (Closes: #536384, #542137)
  discards  ca80304   Don't test .ph file syntax when DEB_BUILD_OPTIONS contains "nocheck" or "x-perl-notest"
  discards  49f097a   Merge branch 'fixes/anon-tmpfile-dir' into refs/top-bases/master
  discards  cdc1d7f   Merge commit 'refs/top-bases/master'
  discards  445e787   Merge commit 'refs/top-bases/fixes/anon-tmpfile-dir' into fixes/anon-tmpfile-dir
  discards  9809b87   Merge commit 'refs/top-bases/fixes/kfreebsd-filecopy-pipes' into fixes/kfreebsd-filecopy-pipes
  discards  e5d9c47   Merge branch 'fixes/kfreebsd-filecopy-pipes' into refs/top-bases/master
  discards  04fb032   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  414074c   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  123f9f1   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  58337b5   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  8d48651   Merge commit 'refs/top-bases/fixes/kfreebsd_cppsymbols' into fixes/kfreebsd_cppsymbols
  discards  7e89917   Merge branch 'fixes/kfreebsd_cppsymbols' into refs/top-bases/master
  discards  5ae2407   Merge commit 'refs/top-bases/fixes/pod-nitpicks' into fixes/pod-nitpicks
  discards  b22899c   Merge branch 'fixes/pod-nitpicks' into refs/top-bases/master
  discards  027154e   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  038b638   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  247657d   Merge commit 'refs/top-bases/fixes/pod2man-index-backslash' into fixes/pod2man-index-backslash
  discards  c06213f   Merge branch 'fixes/pod2man-index-backslash' into refs/top-bases/master
  discards  47deacf   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  efe32ce   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  47338f0   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  0673fbc   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  90d72c9   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  9918473   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  11f2527   Merge commit 'refs/top-bases/fixes/assorted_docs' into fixes/assorted_docs
  discards  1152bf7   Merge branch 'fixes/assorted_docs' into refs/top-bases/master
  discards  ac9aa48   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  f52c828   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  0dbb0d2   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  f82d102   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  dc45126   Merge commit 'refs/top-bases/debian/ppc_ia64_optim' into debian/ppc_ia64_optim
  discards  f254587   Merge branch 'debian/ppc_ia64_optim' into refs/top-bases/master
  discards  870c443   Merge commit 'refs/top-bases/debian/perl_synopsis' into debian/perl_synopsis
  discards  eb96fc6   Merge branch 'debian/perl_synopsis' into refs/top-bases/master
  discards  776b1b2   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  dc0c4d1   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  177b44e   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  2e994e1   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  9cd16b9   Merge commit 'refs/top-bases/debian/missing_hosts' into debian/missing_hosts
  discards  cd0ef11   Merge branch 'debian/missing_hosts' into refs/top-bases/master
  discards  124c7e6   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  af1d0b1   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  4140700   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  d413a0a   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  6da66ac   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  0ed5b75   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  46bfffc   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  ee1476f   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  6222b65   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  782ff78   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  0839544   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  db7720f   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  33f1210   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  36e797f   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  44be7a9   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  77bbf08   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  3c377c2   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  37a9004   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  08d8b0c   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  f3f8284   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  f04091a   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  4b801e4   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  7578688   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  0ed75ca   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  d1039c7   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  954d99b   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  8c8acdb   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  df89cb6   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  eee775f   Merge branch 'debian/arm_fp' into refs/top-bases/master
  discards  6ac49bb   Merge commit 'refs/top-bases/debian/arm_fp' into debian/arm_fp
  discards  a8681bd   Merge branch 'upstream' into refs/top-bases/master
  discards  7304827   import 5.10.1
  discards  daf8b46   Imported Upstream version 5.10.1
  discards  b6eae66   Add conflicts/replaces/provides for libio-compress-bzip2-perl
  discards  d331f13   Fix libcpan-*plus-perl conflicts.
  discards  af2a278   start work on 5.10.1~rc2-2
  discards  063a599   releasing 5.10.1~rc2-1 into experimental
  discards  4d66053   fix a typo in the build dependencies
  discards  a8a9152   update Vcs-* fields for the experimental repository
  discards  578d93d   Merge branch 'debian/m68k_time_hires'
  discards  85230a3   Merge branch 'debian/m68k_time_hires' into debian/m68k_time_hires_merge
  discards  7d7e204   Convert patch 69_debian_m68k_time_hires into branch debian/m68k_time_hires
  discards  f456b2e   update debian/copyright for the directory renaming in ext/
  discards  36d330f   one more upstream bugfix
  discards  32835a7   update the libmodule-build-perl conflict
  discards  9bab673   Build-Depend on libbz2-dev instead of using the bundled library in ext/Compress-Raw-Bzip2.
  discards  de114da   update debian/copyright for the embedded bzip2 library
  discards  5aeddf1   remove dependencies on branches fixed upstream
  discards  4c5627f   Merge commit 'refs/top-bases/master'
  discards  3fa2ec3   Merge branch 'fixes/config-heavy-location' into refs/top-bases/master
  discards  2b6495e   Merge commit 'refs/top-bases/fixes/config-heavy-location' into fixes/config-heavy-location
  discards  c643995   Merge branch 'fixes/ndbm_file' into refs/top-bases/master
  discards  693ec07   Merge commit 'refs/top-bases/fixes/ndbm_file' into fixes/ndbm_file
  discards  a53cce1   Merge commit 'refs/top-bases/fixes/anon-tmpfile-dir' into fixes/anon-tmpfile-dir
  discards  7021feb   Merge branch 'fixes/anon-tmpfile-dir' into refs/top-bases/master
  discards  7d6a12c   Merge branch 'fixes/kfreebsd-filecopy-pipes' into refs/top-bases/master
  discards  596371c   Merge commit 'refs/top-bases/fixes/kfreebsd-filecopy-pipes' into fixes/kfreebsd-filecopy-pipes
  discards  e452023   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  54bc508   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  1c98d50   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  36edef6   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  39bc401   Merge branch 'fixes/kfreebsd_cppsymbols' into refs/top-bases/master
  discards  8763796   Merge commit 'refs/top-bases/fixes/kfreebsd_cppsymbols' into fixes/kfreebsd_cppsymbols
  discards  e644bc9   Merge commit 'refs/top-bases/fixes/pod-nitpicks' into fixes/pod-nitpicks
  discards  cb66b4e   Merge branch 'fixes/pod-nitpicks' into refs/top-bases/master
  discards  593adf8   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  46e6008   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  5557d6f   Merge commit 'refs/top-bases/fixes/pod2man-index-backslash' into fixes/pod2man-index-backslash
  discards  0f949fd   Merge branch 'fixes/pod2man-index-backslash' into refs/top-bases/master
  discards  d10f829   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  0d8b3a8   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  606a887   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  7005271   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  5e13661   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  515e87c   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  61cc601   Merge commit 'refs/top-bases/fixes/assorted_docs' into fixes/assorted_docs
  discards  f79bd39   Merge branch 'fixes/assorted_docs' into refs/top-bases/master
  discards  effe857   Merge commit 'refs/top-bases/debian/use_gdbm' into debian/use_gdbm
  discards  de1b9ee   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  2710c8b   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  d855ef9   Merge commit 'refs/top-bases/debian/prune_libs' into debian/prune_libs
  discards  e0e28b1   Merge branch 'debian/ppc_ia64_optim' into refs/top-bases/master
  discards  bb654fc   Merge commit 'refs/top-bases/debian/ppc_ia64_optim' into debian/ppc_ia64_optim
  discards  7ba0561   Merge commit 'refs/top-bases/debian/perl_synopsis' into debian/perl_synopsis
  discards  a99c5a2   Merge branch 'debian/perl_synopsis' into refs/top-bases/master
  discards  bd5162e   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  1e6d21f   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  7d912c4   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  b9c38dd   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  a111c2a   Merge branch 'debian/missing_hosts' into refs/top-bases/master
  discards  4fd1077   Merge commit 'refs/top-bases/debian/missing_hosts' into debian/missing_hosts
  discards  2ae4823   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  8689745   Merge commit 'refs/top-bases/debian/m68k_thread_stress' into debian/m68k_thread_stress
  discards  8ee66bc   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  b9870f7   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  681c311   Merge commit 'refs/top-bases/debian/ld_run_path' into debian/ld_run_path
  discards  1260da4   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  1c5e201   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  bb05695   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  537e112   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  3f19ee3   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  fb0b2b9   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  460314e   Merge commit 'refs/top-bases/debian/extutils_hacks' into debian/extutils_hacks
  discards  b45b784   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  7b03a82   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  be2688e   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  5bf9d5d   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  b09ca1b   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  94f9da0   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  d364738   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  0fc461b   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  2f1d0d9   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  939ad19   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  6e373ff   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  675c7f3   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  3378d6c   Merge commit 'refs/top-bases/debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout
  discards  86677b6   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  155ed5b   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  0d9c2fd   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  b35bf37   Merge branch 'debian/arm_fp' into refs/top-bases/master
  discards  9b95d93   Merge commit 'refs/top-bases/debian/arm_fp' into debian/arm_fp
  discards  02e60c1   Merge branch 'upstream' into refs/top-bases/master
  discards  5a29637   jump to 5.10.1-RC2
  discards  bc65f46   Imported Upstream version 5.10.1~rc2
  discards  2c47b0f   close more bugs fixed upstream
  discards  e7fef4e   Merge commit 'refs/top-bases/master'
  discards  a964121   Merge branch 'fixes/config-heavy-location' into refs/top-bases/master
  discards  848c14c   fix Config_heavy.pl location
  discards  aea15c0   add TopGit information
  discards  e0ff67f   install Config_heavy.pl in archlib
  discards  d2fb449   Merge commit 'refs/top-bases/master'
  discards  0f0d7a5   Merge branch 'fixes/ndbm_file' into refs/top-bases/master
  discards  8fa1816   fix missing NDBM_File
  discards  0a27b5a   add TopGit information for fixes/ndbm_file
  discards  acb01fb   Correctly detect NDBM_File availability
  discards  cf5860e   Merge commit 'refs/top-bases/master'
  discards  2f1eaee   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  58aad77   update TopGit information
  discards  d565dcd   restore debian/use_gdbm to explicitly link against -lgdbm_compat
  discards  56f5210   Merge branch 'debian/use_gdbm' into debian/use_gdbm_merge
  discards  d43d35c   Convert patch 50_debian_use_gdbm into branch debian/use_gdbm
  discards  5226b70   changelog entries for bugs closed with 5.10.1
  discards  5a7010e   get the upstream version for control file substitutions from debian/changelog
  discards  063f225   Use dpkg-shlibdeps -S instead of LD_LIBRARY_PATH hacks
  discards  0116f18   Update the search path in the h2ph check. Thanks to Marius Vollmer.
  discards  d0df784   perlthanks is a new symlink to perlbug
  discards  c9d6d7f   add 5.10.1 to debian/released-versions
  discards  5ad9a2c   Added conflicts/replaces/provides for new modules.
  discards  188f047   Updated the conflicts list for the various dual-lived modules.
  discards  3c1ec44   Merge branch 'master_merge' into upstream-patched-new
  discards  ffb0ee7   Merge branch 'master' into master_merge
  discards  1e638d5   Merge branch 'upstream-patched' into upstream-patched-new
  discards  2a14cef   add TopGit information
  discards  2316544   Merge branch 'fixes/anon-tmpfile-dir' into HEAD
  discards  40fb788   Merge branch 'fixes/kfreebsd-filecopy-pipes' into HEAD
  discards  af901e3   Merge branch 'debian/cpanplus_config_path' into HEAD
  discards  25a5faf   Merge branch 'debian/cpanplus_definstalldirs' into HEAD
  discards  d57b481   Merge branch 'fixes/kfreebsd_cppsymbols' into HEAD
  discards  790d328   Merge branch 'fixes/pod-nitpicks' into HEAD
  discards  c373406   Merge branch 'debian/disable-zlib-bundling' into HEAD
  discards  871d0c9   Merge branch 'fixes/pod2man-index-backslash' into HEAD
  discards  f339e30   Merge branch 'debian/perlivp' into HEAD
  discards  aed5e4c   Merge branch 'fixes/processPL' into HEAD
  discards  842d0f7   Merge branch 'fixes/net_smtp_docs' into HEAD
  discards  67d3262   Merge branch 'fixes/assorted_docs' into HEAD
  discards  25a4019   Merge branch 'debian/prune_libs' into HEAD
  discards  6e0e035   Merge branch 'debian/ppc_ia64_optim' into HEAD
  discards  123599e   Merge branch 'debian/perl_synopsis' into HEAD
  discards  4af4865   Merge branch 'debian/module_build_man_extensions' into HEAD
  discards  6dccfbf   Merge branch 'debian/mod_paths' into HEAD
  discards  46dbc21   Merge branch 'debian/missing_hosts' into HEAD
  discards  f9e39ee   Merge branch 'debian/m68k_thread_stress' into HEAD
  discards  7c35015   Merge branch 'debian/libnet_config_path' into HEAD
  discards  cd24d26   Merge branch 'debian/ld_run_path' into HEAD
  discards  b1cc1c2   Merge branch 'debian/instmodsh_doc' into HEAD
  discards  6813b29   Merge branch 'debian/fakeroot' into HEAD
  discards  9e7845b   Merge branch 'debian/extutils_hacks' into HEAD
  discards  284cebe   Merge branch 'debian/errno_ver' into HEAD
  discards  ad8e8ea   Merge branch 'debian/enc2xs_inc' into HEAD
  discards  129dbce   Merge branch 'debian/doc_info' into HEAD
  discards  a361a8c   Merge branch 'debian/db_file_ver' into HEAD
  discards  06d34bf   Merge branch 'debian/cpan_definstalldirs' into HEAD
  discards  319ce2f   Merge branch 'debian/cpan_config_path' into HEAD
  discards  302421d   Merge branch 'debian/arm_thread_stress_timeout' into HEAD
  discards  07b01d6   Merge branch 'debian/arm_optim' into HEAD
  discards  0809d00   add TopGit information for upstream-patched
  discards  e00012b   Merge branch 'fixes/anon-tmpfile-dir' into HEAD
  discards  cae3ef1   Merge branch 'fixes/module-build-compat' into HEAD
  discards  961a279   Merge branch 'fixes/kfreebsd-filecopy-pipes' into HEAD
  discards  3f56bed   Merge branch 'debian/cpanplus_config_path' into HEAD
  discards  d509cfb   Merge branch 'debian/cpanplus_definstalldirs' into HEAD
  discards  e5e9a5a   Merge branch 'fixes/kfreebsd_cppsymbols' into HEAD
  discards  2a7c61d   Merge branch 'fixes/map-memleak' into HEAD
  discards  47869ef   Merge branch 'fixes/compress-raw-zlib-cve-2009-1391' into HEAD
  discards  fb98f24   Merge branch 'fixes/archive-extract-tar' into HEAD
  discards  8e57b3c   Merge branch 'fixes/doc-xs-versioncheck' into HEAD
  discards  672bd27   Merge branch 'fixes/archive-tar-wrong-checksum' into HEAD
  discards  e769654   Merge branch 'fixes/pod2usage-formatting' into HEAD
  discards  c2e5c33   Merge branch 'fixes/archive-tar-error-reporting' into HEAD
  discards  bd68c2c   Merge branch 'fixes/tied-array-crash' into HEAD
  discards  daee57c   Merge branch 'fixes/h2ph-warnings' into HEAD
  discards  5e30417   Merge branch 'fixes/perldoc-see-also' into HEAD
  discards  ab31c47   Merge branch 'fixes/pod-nitpicks' into HEAD
  discards  1c612cb   Merge branch 'debian/disable-zlib-bundling' into HEAD
  discards  4548cfa   Merge branch 'fixes/h2xs-enum' into HEAD
  discards  f9ece51   Merge branch 'fixes/pod2man-index-backslash' into HEAD
  discards  68fd9ed   Merge branch 'fixes/perlembed-docs' into HEAD
  discards  063a4e0   Merge branch 'fixes/h2ph-gcc-fixed' into HEAD
  discards  97300e8   Merge branch 'fixes/setpgrp-stack' into HEAD
  discards  7c26757   Merge branch 'fixes/data-dumper-arguments' into HEAD
  discards  54edfcb   Merge branch 'fixes/h2xs-comments' into HEAD
  discards  573f5d5   Merge branch 'fixes/lvalue-qr-crash' into HEAD
  discards  266b6b0   Merge branch 'fixes/doc-perlfunc-sort' into HEAD
  discards  886d483   Merge branch 'debian/perlivp' into HEAD
  discards  439be81   Merge branch 'fixes/weaken_memleak' into HEAD
  discards  6defdc8   Merge branch 'fixes/utf8_changelog' into HEAD
  discards  df779fc   Merge branch 'fixes/udp_typo' into HEAD
  discards  2160ade   Merge branch 'fixes/syslog_test' into HEAD
  discards  258e514   Merge branch 'fixes/sys_syslog_timeout' into HEAD
  discards  aa72f27   Merge branch 'fixes/qr-memory-leak-2' into HEAD
  discards  9a45373   Merge branch 'fixes/qr-memory-leak-1' into HEAD
  discards  a57ed91   Merge branch 'fixes/processPL' into HEAD
  discards  0ba9425   Merge branch 'fixes/pod2man_perlio' into HEAD
  discards  4646744   Merge branch 'fixes/pod2html_dl' into HEAD
  discards  e8a00ab   Merge branch 'fixes/perlpodspec_typo' into HEAD
  discards  85102ba   Merge branch 'fixes/perlio_via_via' into HEAD
  discards  00b3c69   Merge branch 'fixes/perlio_teardown_prototype' into HEAD
  discards  e02eea9   Merge branch 'fixes/nullok' into HEAD
  discards  ddcf3c5   Merge branch 'fixes/net_smtp_docs' into HEAD
  discards  1faa295   Merge branch 'fixes/memory_debugging' into HEAD
  discards  0761803   Merge branch 'fixes/local_symtab' into HEAD
  discards  0f5aefb   Merge branch 'fixes/kfreebsd_and_hurd_support' into HEAD
  discards  a006b2e   Merge branch 'fixes/isa_fiddling' into HEAD
  discards  e1b885e   Merge branch 'fixes/inplace_sort' into HEAD
  discards  82a21a2   Merge branch 'fixes/h2ph_include_quote' into HEAD
  discards  01b43ba   Merge branch 'fixes/getopt_long_callback' into HEAD
  discards  a3b6902   Merge branch 'fixes/freetmps' into HEAD
  discards  1994aa3   Merge branch 'fixes/fork_rand' into HEAD
  discards  2618f4f   Merge branch 'fixes/find_bydepth_doc' into HEAD
  discards  c19b766   Merge branch 'fixes/file_temp_cleanup' into HEAD
  discards  f9a03b0   Merge branch 'fixes/file_path_rmtree_setuid' into HEAD
  discards  b7543cd   Merge branch 'fixes/file_path_rmtree_chmod' into HEAD
  discards  7bd2e4e   Merge branch 'fixes/eval_doc_nonlazy' into HEAD
  discards  d680881   Merge branch 'fixes/disable_vstring_warning' into HEAD
  discards  2db1c13   Merge branch 'fixes/coredump_indicator' into HEAD
  discards  cb5710d   Merge branch 'fixes/constant_subroutine_warnings' into HEAD
  discards  b8d6c6f   Merge branch 'fixes/cgi_tempdir' into HEAD
  discards  ba2d120   Merge branch 'fixes/cgi_rewrite_typo' into HEAD
  discards  e078b9d   Merge branch 'fixes/bigint_floats' into HEAD
  discards  957034a   Merge branch 'fixes/attributes_unknown_error' into HEAD
  discards  1e50d1d   Merge branch 'fixes/assorted_docs' into HEAD
  discards  76d2f35   Merge branch 'fixes/archive_tar_symlink_unpack' into HEAD
  discards  06e197e   Merge branch 'fixes/access_dash_x' into HEAD
  discards  c88634c   Merge branch 'debian/use_gdbm' into HEAD
  discards  f1e7ccf   Merge branch 'debian/prune_libs' into HEAD
  discards  c6f3f13   Merge branch 'debian/ppc_ia64_optim' into HEAD
  discards  c4b5e74   Merge branch 'debian/perl_synopsis' into HEAD
  discards  f69e909   Merge branch 'debian/module_build_man_extensions' into HEAD
  discards  68ec018   Merge branch 'debian/mod_paths' into HEAD
  discards  213a3a8   Merge branch 'debian/missing_hosts' into HEAD
  discards  d681185   Merge branch 'debian/m68k_time_hires' into HEAD
  discards  23f4feb   Merge branch 'debian/m68k_thread_stress' into HEAD
  discards  a0a6a54   Merge branch 'debian/libnet_config_path' into HEAD
  discards  8166808   Merge branch 'debian/ld_run_path' into HEAD
  discards  ca5fc8a   Merge branch 'debian/instmodsh_doc' into HEAD
  discards  48821aa   Merge branch 'debian/fakeroot' into HEAD
  discards  96e6cbc   Merge branch 'debian/extutils_hacks' into HEAD
  discards  a824ad7   Merge branch 'debian/errno_ver' into HEAD
  discards  638e3b5   Merge branch 'debian/enc2xs_inc' into HEAD
  discards  71107f3   Merge branch 'debian/doc_info' into HEAD
  discards  3c50696   Merge branch 'debian/db_file_ver' into HEAD
  discards  00ed85a   Merge branch 'debian/cpan_definstalldirs' into HEAD
  discards  b4defde   Merge branch 'debian/cpan_config_path' into HEAD
  discards  e86a142   Merge branch 'debian/arm_thread_stress_timeout' into HEAD
  discards  d4af5c8   Merge branch 'debian/arm_optim' into HEAD
  discards  674cc86   gdbm changes probably not needed anymore
  discards  4c23efe   remove obsoleted branches
  discards  0ef281d   Merge commit 'refs/top-bases/fixes/processPL' into fixes/processPL
  discards  14e05c8   Merge branch 'fixes/pod2man-index-backslash' into fixes/pod2man-index-backslash_merge
  discards  cdff80e   Escape backslashes in .IX entries
  discards  ac39f3f   Merge commit 'refs/top-bases/fixes/pod-nitpicks' into fixes/pod-nitpicks
  discards  3730db3   Merge commit 'refs/top-bases/fixes/net_smtp_docs' into fixes/net_smtp_docs
  discards  ae501ab   Merge commit 'refs/top-bases/fixes/kfreebsd_cppsymbols' into fixes/kfreebsd_cppsymbols
  discards  6e85a2c   Merge branch 'fixes/kfreebsd-filecopy-pipes' into fixes/kfreebsd-filecopy-pipes_merge
  discards  051e6ef   add TopGit information for fixes/kfreebsd-filecopy-pipes
  discards  7aae207   Fix File::Copy::copy with pipes on GNU/kFreeBSD
  discards  0fc866e   Merge branch 'fixes/assorted_docs' into fixes/assorted_docs_merge
  discards  1c5108b   update TopGit information
  discards  741056a   Convert patch 19_fix_assorted_docs into branch fixes/assorted_docs
  discards  6d358f7   Merge branch 'fixes/anon-tmpfile-dir' into fixes/anon-tmpfile-dir_merge
  discards  a3cbe4d   add TopGit information for fixes/anon-tmpfile-dir
  discards  44764fd   Do not honor TMPDIR for anonymous temporary files when tainting
  discards  256556a   Honor TMPDIR when open()ing an anonymous temporary file
  discards  5800058   start work on 5.10.1~rc1-1
  discards  38ec00b   Merge branch 'debian/prune_libs' into debian/prune_libs_merge
  discards  1608da7   Convert patch 56_debian_prune_libs into branch debian/prune_libs
  discards  ba8b42d   Merge commit 'refs/top-bases/debian/ppc_ia64_optim' into debian/ppc_ia64_optim
  discards  96ea25a   Merge commit 'refs/top-bases/debian/perlivp' into debian/perlivp
  discards  5495abf   Merge commit 'refs/top-bases/debian/perl_synopsis' into debian/perl_synopsis
  discards  bb1c3eb   Merge commit 'refs/top-bases/debian/module_build_man_extensions' into debian/module_build_man_extensions
  discards  576a774   Merge commit 'refs/top-bases/debian/mod_paths' into debian/mod_paths
  discards  189ee56   Merge commit 'refs/top-bases/debian/missing_hosts' into debian/missing_hosts
  discards  31d58a1   Merge branch 'debian/m68k_thread_stress' into debian/m68k_thread_stress_merge
  discards  0773ffd   Disable ext/threads/shared/t/waithires.t on m68k due to missing TLS.
  discards  dd14ae4   Convert patch 72_debian_m68k_thread_stress into branch debian/m68k_thread_stress
  discards  e2dd500   Merge commit 'refs/top-bases/debian/libnet_config_path' into debian/libnet_config_path
  discards  a250757   Merge branch 'debian/ld_run_path' into debian/ld_run_path_merge
  discards  d75ed19   Convert patch 51_debian_ld_run_path into branch debian/ld_run_path
  discards  244f06a   Merge commit 'refs/top-bases/debian/instmodsh_doc' into debian/instmodsh_doc
  discards  850d5c1   Merge commit 'refs/top-bases/debian/fakeroot' into debian/fakeroot
  discards  85538d3   Merge branch 'debian/extutils_hacks' into debian/extutils_hacks_merge
  discards  867b0ad   Convert patch 52_debian_extutils_hacks into branch debian/extutils_hacks
  discards  6781f51   Merge commit 'refs/top-bases/debian/errno_ver' into debian/errno_ver
  discards  d428dfe   Merge commit 'refs/top-bases/debian/enc2xs_inc' into debian/enc2xs_inc
  discards  986f114   Merge commit 'refs/top-bases/debian/doc_info' into debian/doc_info
  discards  2cd6d4c   Merge commit 'refs/top-bases/debian/disable-zlib-bundling' into debian/disable-zlib-bundling
  discards  1fd2110   Merge commit 'refs/top-bases/debian/db_file_ver' into debian/db_file_ver
  discards  3c03334   Merge commit 'refs/top-bases/debian/cpanplus_definstalldirs' into debian/cpanplus_definstalldirs
  discards  9705bc7   Merge commit 'refs/top-bases/debian/cpanplus_config_path' into debian/cpanplus_config_path
  discards  f3e0634   Merge commit 'refs/top-bases/debian/cpan_definstalldirs' into debian/cpan_definstalldirs
  discards  51033e0   Merge commit 'refs/top-bases/debian/cpan_config_path' into debian/cpan_config_path
  discards  04dd1f4   Merge branch 'debian/arm_thread_stress_timeout' into debian/arm_thread_stress_timeout_merge
  discards  fb95184   Convert patch 73_debian_arm_thread_stress_timeout into branch debian/arm_thread_stress_timeout
  discards  369aa71   Merge commit 'refs/top-bases/debian/arm_optim' into debian/arm_optim
  discards  0ad02d4   Merge commit 'refs/top-bases/debian/arm_fp' into debian/arm_fp
  discards  b5b2cee   Imported Upstream version 5.10.1~rc1
  discards  d428fed   releasing 5.10.0-25
  discards  714b9d2   Merge commit 'refs/top-bases/master'
  discards  2569a86   Merge branch 'fixes/anon-tmpfile-dir' into refs/top-bases/master
  discards  9558989   Move to libdb4.7. (Closes: #536443)
  discards  49912d9   Honor TMPDIR when open()ing an anonymous temporary file. Thanks to Norbert Buchmuller. (Closes: #528544)
  discards  5091437   add TopGit information for fixes/anon-tmpfile-dir
  discards  d6c0099   Do not honor TMPDIR for anonymous temporary files when tainting
  discards  76022a4   Honor TMPDIR when open()ing an anonymous temporary file
  discards  c3bff10   Module::Build::Compat makefiles now support 'distclean'. Thanks to Ryan Niebur. (Closes: #527993)
  discards  50728f3   Merge branch 'fixes/module-build-compat' into refs/top-bases/master
  discards  5d0db20   Merge branch 'fixes/kfreebsd-filecopy-pipes' into refs/top-bases/master
  discards  1524155   Fix File::Copy::copy with pipes on GNU/kFreeBSD. Thanks to Petr Salinger. (Closes: #537555)
  discards  5d2859e   start 5.10.0-25
  discards  6d1378f   add TopGit information for fixes/kfreebsd-filecopy-pipes
  discards  c123ef1   Fix File::Copy::copy with pipes on GNU/kFreeBSD
  discards  720d062   Releasing 5.10.0-24
  discards  3137af5   Merge commit 'refs/top-bases/master'
  discards  0f61f95   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  a2f8f72   Switch to the Right Way of configuring CPANPLUS
  discards  cf58caa   Merge commit 'refs/top-bases/master'
  discards  77ad322   Merge branch 'debian/cpanplus_config_path' into refs/top-bases/master
  discards  4099d9c   Merge branch 'debian/cpanplus_definstalldirs' into refs/top-bases/master
  discards  30e5243   reformat the changelog a bit
  discards  a2961d8   Save local versions of CPANPLUS::Config::System into /etc/perl. (See #533707)
  discards  f9d4c01   Configure CPANPLUS to use the site directories by default. (Closes: #533707)
  discards  fa3c91e   add TopGit information for debian/cpanplus_definstalldirs
  discards  876399b   Configure CPANPLUS to use the site directories by default. (Closes: #533707)
  discards  ded2145   add TopGit information for debian/cpanplus_config_path
  discards  b20fd8d   Save local versions of CPANPLUS::Config::System into /etc/perl.
  discards  7f1d63a   debian/changelog entry for the previous merge
  discards  2445319   Merge commit 'refs/top-bases/master'
  discards  0c155fd   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  6af6d62   Change the default Build.PL flags to match the Makefile.PL ones.
  discards  254f7b8   Merge commit 'refs/top-bases/master'
  discards  c0f45e5   Merge branch 'fixes/kfreebsd_cppsymbols' into refs/top-bases/master
  discards  7ca11b4   Add gcc predefined macros to $Config{cppsymbols} on GNU/kFreeBSD. (Closes: #533098)
  discards  2038f21   Add gcc predefined macros to $Config{cppsymbols} on GNU/kFreeBSD.
  discards  dafdf4d   add TopGit information for fixes/kfreebsd_cppsymbols
  discards  a26c67d   Merge commit 'refs/top-bases/master'
  discards  da88415   Merge commit 'refs/remotes/origin/top-bases/master' into refs/top-bases/master
  discards  d9d5002   Merge earlier work to the urgent security upload.
  discards  92d2c66   start work on 5.10.0-24
  discards  2134f49   releasing 5.10.0-23 with high urgency
  discards  ed22f7e   Merge branch 'fixes/compress-raw-zlib-cve-2009-1391' into refs/top-bases/master
  discards  9ac179e   Add TopGit information
  discards  0badf5e   [SECURITY] CVE-2009-1391: Fix a buffer overflow in Compress::Raw::Zlib. (Closes: #532736)
  discards  0e402df   fix a syntax error in the h2ph check
  discards  f035585   improve the h2ph require check a bit
  discards  c3344c7   minimal fix for CVE-2009-1391
  discards  dc5a41f   Update the test count to accommodate the new distclean test.
  discards  909c671   add TopGit information for fixes/module-build-compat
  discards  1bda074   Module::Build::Compat makefiles now support 'distclean'. (Closes: #527993)
  discards  3bb2192   fix a syntax error in the h2ph check
  discards  f891ac9   Merge commit 'refs/top-bases/master'
  discards  082da2b   Merge branch 'fixes/map-memleak' into refs/top-bases/master
  discards  c86e9d2   Fix a memory leak with the map operator. (Closes: #528332)
  discards  c318365   TopGit information for fixes/map-memleak
  discards  c25d75f   Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set. As Nicholas already noted in a FIXME, assigning to DEFSV should use GvSV instead of GvSVn. This change ensures that, at least under -DPERL_CORE, DEFSV cannot be assigned to and introduces a DEFSV_set macro to allow setting DEFSV. This fixes #53038: map leaks memory.
  discards  d59e424   Merge commit 'refs/top-bases/master'
  discards  83d1277   Merge branch 'fixes/pod-nitpicks' into refs/top-bases/master
  discards  2548f5a   POD fix for Module::Build::Cookbook.
  discards  968552b   Fix a POD error in Module::Build::Cookbook
  discards  1db25c6   improve the h2ph require check a bit
  discards  dd50a54   Change the perl-debug package section and priority to debug/extra.
  discards  9d778e7   Don't try to check nonexistent .ph files: the kFreeBSD port doesn't have <asm/termios.h>. (Closes: #526974)
  discards  40f5329   start 5.10.0-23
  discards  6f18130   ready for upload
  discards  946006c   Merge commit 'refs/top-bases/master'
  discards  a28ad10   Merge branch 'fixes/archive-extract-tar' into refs/top-bases/master
  discards  efc05b4   Make Archive::Extract work with recent versions of GNU tar. (Closes: #526822)
  discards  70a7f0d   add TopGit information
  discards  857972e   Make Archive::Extract work with recent versions of GNU tar
  discards  f5d1636   start 5.10.0-22
  discards  6ce8a6a   ready for uploading
  discards  df026b7   Merge commit 'refs/top-bases/master'
  discards  2a0a65f   Merge branch 'fixes/doc-xs-versioncheck' into refs/top-bases/master
  discards  836f6d0   XS_VERSION_BOOTCHECK may break if $VERSION is a long floating point number, so recommend using a string instead. (Closes: #482139)
  discards  1ffa61c   add TopGit information for fixes/doc-xs-versioncheck
  discards  95122df   Document that XS_VERSION_BOOTCHECK may break if $VERSION is a long enough NV
  discards  f9063ab   Merge commit 'refs/top-bases/master'
  discards  1dbede1   Merge branch 'fixes/archive-tar-wrong-checksum' into refs/top-bases/master
  discards  d12f9be   Merge branch 'fixes/pod2usage-formatting' into refs/top-bases/master
  discards  0820db8   fix a version number typo in 5.10.0-20
  discards  9e3174a   Add TopGit information for fixes/archive-tar-wrong-checksum
  discards  d7dbe2a   Archive::Tar now validates archives created by SunOS and HP-UX tar. (Closes: #516472)
  discards  85900c5   Archive::Tar fails to validate some archives created by SunOS and HP-UX tar.
  discards  44a5f3d   Fix use of -section in Pod::Usage and =over, =back. (Closes: #519785)
  discards  7ee3453   add TopGit information for fixes/pod2usage-formatting
  discards  70ab96b   Use of -section in Pod::Usage and =over,=back
  discards  6f52fb4   Merge commit 'refs/top-bases/master'
  discards  a15c91e   Merge branch 'fixes/archive-tar-error-reporting' into refs/top-bases/master
  discards  413ce6d   Improve Archive::Tar error reporting on short corrupted archives. (Closes: #521613)
  discards  03f49c7   add TopGit information for fixes/archive-tar-error-reporting
  discards  fb7d109   Subject: Improve Archive::Tar error reporting on short corrupted archives Closes: #521613
  discards  2b448fe   Merge branch 'fixes/tied-array-crash' into refs/top-bases/master
  discards  bc42b81   Fix a segmentation fault with array ties. (Closes: #525180)
  discards  8fa34d0   add TopGit information for fixes/tied-array-crash
  discards  0110ecb   Re: [perl #51636] segmentation fault with array ties From: "Vincent Pit" <perl at profvince.com> Message-ID: <56287.147.210.17.175.1205339860.squirrel at 147.210.17.175>
  discards  8d98c6d   [perl #51636] segmentation fault with array ties From: blino at mandriva.com (via RT) <perlbug-followup at perl.org> Message-ID: <rt-3.6.HEAD-25460-1205315984-377.51636-75-0 at perl.org>
  discards  3c079c0   Add a changelog entry for the fixes/perlembed-docs change.
  discards  62099f8   Merge commit 'refs/top-bases/master'
  discards  66567e1   Squelch 'Constant subroutine ... undefined' warnings from .ph files. (Closes: #379757)
  discards  c0daca2   Add a .NOTPARALLEL debian/rules target to explicitly disable parallel builds. (Closes: #523940)
  discards  12058e7   Make the perl package recommend make because /usr/bin/cpan uses it. (Closes: #293908)
  discards  502a92f   start work on 5.10.0-21
  discards  d9eb6a4   Merge branch 'fixes/perlembed-docs' into refs/top-bases/master
  discards  18cf8a9   add TopGit information about upstream commits
  discards  d95279d   Clarify PERL_SYS_INIT3() usage.
  discards  aadc444   Merge branch 'fixes/h2ph-undefined-warnings' into refs/top-bases/master
  discards  441690f   update TopGit information
  discards  888ed25   Merge branch 'fixes/h2ph-undefined-warnings' into refs/top-bases/master
  discards  3b8d20a   add TopGit information
  discards  219a729   Squelch 'Constant subroutine ... undefined' warnings from .ph files
  discards  36dbf2e   Add tests to verify that h2ph output compiles and is warning free
  discards  494f941   Upload to experimental to test the new h2ph checks.
  discards  e21772e   * Add conflicts/replaces/provides for libio-compress-zlib-perl, libio-compress-base-perl, libpod-escapes-perl
  discards  00c67ae   Merge commit 'refs/top-bases/master'
  discards  d7ff508   Add a SEE ALSO section to perldoc.pod. (Closes: #444932)
  discards  44ee5d3   Merge branch 'fixes/perldoc-see-also' into refs/top-bases/master
  discards  572103f   add TopGit information
  discards  5624c91   Add a SEE ALSO section based on suggestions from Dan Jacobson.
  discards  ecc2eac   Merge commit 'refs/top-bases/master'
  discards  a4712c4   Merge branch 'fixes/pod-nitpicks' into refs/top-bases/master
  discards  f05564c   a few upstream fixes for POD errors
  discards  455ecb6   add TopGit patch information
  discards  1d5871b   Remove the obsolete conflict with libapache-mod-perl.
  discards  9ce71f1   one more lintian override for the usr/share/doc symlinks
  discards  69a02c2   Reorganize the changelog
  discards  e916825   small updates to README.source
  discards  bb7c940   Upgrade to Standards-Version 3.8.1.
  discards  ec7c1b7   override a lintian warning because it is looking at a wrong changelog
  discards  d017177   Merge commit 'refs/top-bases/master'
  discards  c761865   Include copyright and license information for the C parts of File::Glob.
  discards  176f487   Include copyright and license information for the Cwd module.
  discards  fb2ebd2   Include copyright and license information for the embedded zlib source in Compress::Raw::Zlib.
  discards  242c8bf   Disable zlib bundling in Compress::Raw::Zlib.
  discards  e0787a7   Add conflicts/replaces/provides for libcompress-zlib-perl and libcompress-raw-zlib-perl.
  discards  007d1f8   fix typo
  discards  77ed8be   Include sysexits.ph. (Closes: #505289)
  discards  98e71d9   Fix h2xs enum handling. (Closes: #502297)
  discards  53c527f   add overrides for /usr/share/doc/perl{-base,} symlinks. (See #522827)
  discards  4e12cd1   Merge branch 'debian/disable-zlib-bundling' into refs/top-bases/master
  discards  7559d41   Disable zlib bundling in Compress::Raw::Zlib
  discards  22da0de   Merge branch 'fixes/h2xs-enum' into refs/top-bases/master
  discards  6415bfe   add TopGit information
  discards  c407825   h2xs incorrectly treats enum values like macros
  discards  c34dc8e   fix perl5.10.0 detached debugging symbols with a hardlink
  discards  7f71932   =Head2 should be =head2
  discards  57910ee   Add a missing =back line
  discards  ca87125   new branch fixes/pod-nitpicks
  discards  f95cbbe   add man page symlinks for perl5.10.0 and sperl5.10.0
  discards  cbf4a4e   Merge branch 'fixes/h2ph-gcc-fixed' into refs/top-bases/master
  discards  85065ab   Merge commit 'refs/top-bases/master'
  discards  df6abaf   add upstream information
  discards  edd2c43   only fix the shlibs permissions when the file is present
  discards  dfa68c6   Merge commit 'refs/top-bases/master'
  discards  e49c335   Merge branch 'fixes/pod2man-index-backslash' into refs/top-bases/master
  discards  0a61b4b   Fix pod2man to escape backslashes in .IX entries. (Closes: #521256)
  discards  c33da72   Escape backslashes in .IX entries
  discards  2ca351d   add man page symlink for perl5.10.0
  discards  4b78014   capitalize Linux in the perl-doc long description
  discards  52d5b28   install shlibs with mode 644
  discards  a0f850a   cosmetic changelog fixes
  discards  934488e   Merge commit 'refs/top-bases/master'
  discards  8e3d104   Merge branch 'fixes/perlembed-docs' into refs/top-bases/master
  discards  fa54ad0   Document PERL_SYS_* macros. (Closes: #522099)
  discards  e8b7f65   TopGit info for fixes/perlembed-docs
  discards  461f3bb   document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used once
  discards  80f47d7   Don't ignore the exit code of 'make distclean'.
  discards  20d8e37   override the quilt-series-but-no-build-dep lintian warning
  discards  1807849   Use ${binary:Version} instead of ${source:Version} for arch:any->any dependencies. Thanks, lintian.
  discards  2b4efcb   no tmp-build branch needed anymore
  discards  a5e1320   Merge commit 'refs/top-bases/master'
  discards  f78ddc0   Merge branch 'fixes/h2ph-gcc-fixed' into refs/top-bases/master
  discards  bf22f3c   fix h2ph to find <syslimits.h> again. (Closes: #522673)
  discards  9718d2e   Make h2ph look in "include-fixed", needed by at least gcc 4.3
  discards  fbe861b   create fixes/h2ph-gcc-fixed
  discards  1968cf5   Test .ph files during the build phase. Thanks to Kees Cook for the patch. (Closes: #511848)
  discards  69f2038   update changelog
  discards  c9526c8   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  dc6a30e   Disable ext/threads/shared/t/waithires.t on m68k due to missing TLS.
  discards  16c83f9   Include copyright and license information for the Unicode database. (Closes: #493421)
  discards  167aea4   consistent bug closing
  discards  c0e92a4   Remove the obsolete replacement of libclass-multimethods-perl.
  discards  9ddd605   Remove the Etch->Lenny upgrade specific conflicts introduced in 5.10.0-14.
  discards  3ff301d   Version the build-conflict with libterm-readline-gnu-perl. (Closes: #498807)
  discards  80179bc   Add conflicts/replaces/provides for libsys-syslog-perl (Closes: #498885)
  discards  6e51813   Add conflicts/replaces/provides for libcpanplus-perl. (Closes: #516289)
  discards  d3f0fa2   Wrap overlong dependency lines in debian/control.
  discards  466fbf8   rename setpgrp-stack to fixes/setpgrp-stack (oops)
  discards  67c62ce   Merge commit 'refs/top-bases/master'
  discards  08afb5a   Merge branch 'setpgrp-stack' into refs/top-bases/master
  discards  c665681   setpgrp() no longer corrupts the stack. (Closes: #512796)
  discards  7ee4a4f   setpgrp() should extend the stack before modifying it
  discards  21799fa   new branch for #512796
  discards  290b23f   Merge commit 'refs/top-bases/master'
  discards  8bb0a93   Merge branch 'fixes/data-dumper-arguments' into refs/top-bases/master
  discards  eb81c6f   Fix Data::Dumper::new() argument checking. (Closes: #512036)
  discards  f1ec5b0    Message-ID: <48763462.7020506 at profvince.com>
  discards  473d4e9   new branch for #512036
  discards  d0bc4eb   Merge commit 'refs/top-bases/master'
  discards  ea2c0ec   Merge branch 'fixes/h2xs-comments' into refs/top-bases/master
  discards  f17cea1   Fix h2xs enum handling with C++ comments. (Closes: #320826)
  discards  1a293fc   Add TopGit info
  discards  2870df4   Fix h2xs enum handling with C++ comments
  discards  15894db   Merge branch 'fixes/lvalue-qr-crash' into refs/top-bases/master
  discards  e1b072f   Merge commit 'refs/top-bases/master'
  discards  794a33c   Fix a crash on binary-or lvalue operation on qr//. (Closes: #483150)
  discards  0e0d7f3   crash on binary-or lvalue operation on qr//
  discards  3f6cc89   From: Niko Tyni <ntyni at debian.org> Subject: crash on binary-or lvalue operation on qr// Closes: #483150
  discards  f80c325   Merge branch 'fixes/doc-perlfunc-sort' into refs/top-bases/master
  discards  7e33347   Merge commit 'refs/top-bases/master'
  discards  c9ba991   Elaborate a confusing cross-reference in 'perldoc -f sort'. (Closes: 405470)
  discards  b9672f1   Change the link to the sort pragma to be more clear. This fixes #62136, reported by rrt at sc3d.org.
  discards  6856d55   prepare for fixing #405470
  discards  6a2e466   fix version number in debian/changelog
  discards  b07118f   update debian/changelog
  discards  27440c8   Merge commit 'refs/top-bases/master'
  discards  2fc9ab4   Merge branch 'debian/perlivp' into refs/top-bases/master
  discards  0f0c06e   Add dependency on the debian/perlivp branch.
  discards  faa2ad4   Subject: Make perlivp skip include directories in /usr/local Closes: 510895
  discards  86f0534   Small improvements to README.source
  discards  0e9dc4b   update debian/changelog
  discards  08f0330   Retire the obsolete debian/hppa_mips_optim branch
  discards  c44040a   Merge branch 'debian/hppa_mips_optim' into refs/top-bases/master
  discards  a3afd2b   Merge commit 'refs/top-bases/master'
  discards  65183d0   Activate delayed-branch optimizations on hppa and mips again
  discards  80612de   Document TopGit usage in README.source
  discards  692666d   Merge branch 'fixes/weaken_memleak' into refs/top-bases/master
  discards  0d6c54f   Merge commit 'refs/top-bases/master'
  discards  be5657d   Merge branch 'fixes/utf8_changelog' into refs/top-bases/master
  discards  e365cf3   Merge branch 'fixes/udp_typo' into refs/top-bases/master
  discards  6182aba   Merge branch 'fixes/syslog_test' into refs/top-bases/master
  discards  1f7dc12   Merge branch 'fixes/sys_syslog_timeout' into refs/top-bases/master
  discards  3d055fa   Merge branch 'fixes/qr-memory-leak-2' into refs/top-bases/master
  discards  3257f66   Merge branch 'fixes/qr-memory-leak-1' into refs/top-bases/master
  discards  2cf06f2   Merge branch 'fixes/processPL' into refs/top-bases/master
  discards  1448463   Merge branch 'fixes/pod2man_perlio' into refs/top-bases/master
  discards  a8d8ab4   Merge branch 'fixes/pod2html_dl' into refs/top-bases/master
  discards  e8f4564   Merge branch 'fixes/perlpodspec_typo' into refs/top-bases/master
  discards  9e3fe63   Merge branch 'fixes/perlio_via_via' into refs/top-bases/master
  discards  e2b998d   Merge branch 'fixes/perlio_teardown_prototype' into refs/top-bases/master
  discards  7859173   Merge branch 'fixes/nullok' into refs/top-bases/master
  discards  dba4001   Merge branch 'fixes/net_smtp_docs' into refs/top-bases/master
  discards  22c9c5f   Merge branch 'fixes/memory_debugging' into refs/top-bases/master
  discards  35cf387   Merge branch 'fixes/local_symtab' into refs/top-bases/master
  discards  cc09a83   Merge branch 'fixes/kfreebsd_and_hurd_support' into refs/top-bases/master
  discards  9967ff8   Merge branch 'fixes/isa_fiddling' into refs/top-bases/master
  discards  7800c4b   Merge branch 'fixes/inplace_sort' into refs/top-bases/master
  discards  9385aa7   Merge branch 'fixes/h2ph_include_quote' into refs/top-bases/master
  discards  0446142   Merge branch 'fixes/getopt_long_callback' into refs/top-bases/master
  discards  6114933   Merge branch 'fixes/freetmps' into refs/top-bases/master
  discards  6244cfe   Merge branch 'fixes/fork_rand' into refs/top-bases/master
  discards  1ca9d8e   Merge branch 'fixes/find_bydepth_doc' into refs/top-bases/master
  discards  16a311d   Merge branch 'fixes/file_temp_cleanup' into refs/top-bases/master
  discards  4844856   Merge branch 'fixes/file_path_rmtree_setuid' into refs/top-bases/master
  discards  449f300   Merge branch 'fixes/file_path_rmtree_chmod' into refs/top-bases/master
  discards  d973111   Merge branch 'fixes/eval_doc_nonlazy' into refs/top-bases/master
  discards  2c97882   Merge branch 'fixes/disable_vstring_warning' into refs/top-bases/master
  discards  f7fb42a   Merge branch 'fixes/coredump_indicator' into refs/top-bases/master
  discards  7dcd9f3   Merge branch 'fixes/constant_subroutine_warnings' into refs/top-bases/master
  discards  9e8d731   Merge branch 'fixes/cgi_tempdir' into refs/top-bases/master
  discards  c9df93a   Merge branch 'fixes/cgi_rewrite_typo' into refs/top-bases/master
  discards  675dec1   Merge branch 'fixes/bigint_floats' into refs/top-bases/master
  discards  328c573   Merge branch 'fixes/attributes_unknown_error' into refs/top-bases/master
  discards  c2bbc7c   Merge branch 'fixes/assorted_docs' into refs/top-bases/master
  discards  a96badd   Merge branch 'fixes/archive_tar_symlink_unpack' into refs/top-bases/master
  discards  3093426   Merge branch 'fixes/access_dash_x' into refs/top-bases/master
  discards  0dd85da   Merge branch 'debian/use_gdbm' into refs/top-bases/master
  discards  33947a7   Merge branch 'debian/prune_libs' into refs/top-bases/master
  discards  79a0e48   Merge branch 'debian/ppc_ia64_optim' into refs/top-bases/master
  discards  431a996   Merge branch 'debian/perl_synopsis' into refs/top-bases/master
  discards  69f7c64   Merge branch 'debian/module_build_man_extensions' into refs/top-bases/master
  discards  78e5085   Merge branch 'debian/mod_paths' into refs/top-bases/master
  discards  8d50369   Merge branch 'debian/missing_hosts' into refs/top-bases/master
  discards  ca9a238   Merge branch 'debian/m68k_time_hires' into refs/top-bases/master
  discards  40a2118   Merge branch 'debian/m68k_thread_stress' into refs/top-bases/master
  discards  d9a78a2   Merge branch 'debian/libnet_config_path' into refs/top-bases/master
  discards  5a81cfc   Merge branch 'debian/ld_run_path' into refs/top-bases/master
  discards  48010e8   Merge branch 'debian/instmodsh_doc' into refs/top-bases/master
  discards  f884f7e   Merge branch 'debian/hppa_mips_optim' into refs/top-bases/master
  discards  f5abf2a   Merge branch 'debian/fakeroot' into refs/top-bases/master
  discards  e49f525   Merge branch 'debian/extutils_hacks' into refs/top-bases/master
  discards  a74611b   Merge branch 'debian/errno_ver' into refs/top-bases/master
  discards  7938849   Merge branch 'debian/enc2xs_inc' into refs/top-bases/master
  discards  7d6caa4   Merge branch 'debian/doc_info' into refs/top-bases/master
  discards  926d71d   Merge branch 'debian/db_file_ver' into refs/top-bases/master
  discards  5feb73f   Merge branch 'debian/cpan_definstalldirs' into refs/top-bases/master
  discards  06a5e87   Merge branch 'debian/cpan_config_path' into refs/top-bases/master
  discards  bc0fe07   Merge branch 'debian/arm_thread_stress_timeout' into refs/top-bases/master
  discards  74604e7   Merge branch 'debian/arm_optim' into refs/top-bases/master
  discards  70ccc0b   add infrastructure for TopGit integration
  discards  61336d5   Add the topgit branch dependencies
  discards  d092742   Convert patch 73_debian_arm_thread_stress_timeout into branch debian/arm_thread_stress_timeout
  discards  971a542   Convert patch 70_debian_hppa_mips_optim into branch debian/hppa_mips_optim
  discards  fc3cfe9   Convert patch 72_debian_m68k_thread_stress into branch debian/m68k_thread_stress
  discards  371c68b   Convert patch 71_debian_module_build_man_extensions into branch debian/module_build_man_extensions
  discards  6b21a0d   Convert patch 69_debian_m68k_time_hires into branch debian/m68k_time_hires
  discards  3aeef0d   Convert patch 68_debian_errno_ver into branch debian/errno_ver
  discards  4ce3349   Convert patch 67_debian_db_file_ver into branch debian/db_file_ver
  discards  036c61b   Convert patch 66_debian_arm_fp into branch debian/arm_fp
  discards  bccb1c0   Convert patch 65_debian_missing_hosts into branch debian/missing_hosts
  discards  8718cc3   Convert patch 63_debian_perl_synopsis into branch debian/perl_synopsis
  discards  e375895   Convert patch 64_debian_arm_optim into branch debian/arm_optim
  discards  d472556   Convert patch 62_debian_enc2xs_inc into branch debian/enc2xs_inc
  discards  d271d78   Convert patch 61_debian_ppc_ia64_optim into branch debian/ppc_ia64_optim
  discards  342f0e9   Convert patch 60_debian_cpan_definstalldirs into branch debian/cpan_definstalldirs
  discards  5008123   Convert patch 59_debian_instmodsh_doc into branch debian/instmodsh_doc
  discards  8320921   Convert patch 58_debian_libnet_config_path into branch debian/libnet_config_path
  discards  5bdebb6   Convert patch 57_debian_cpan_config_path into branch debian/cpan_config_path
  discards  837258d   Convert patch 56_debian_prune_libs into branch debian/prune_libs
  discards  550fb66   Convert patch 54_debian_fakeroot into branch debian/fakeroot
  discards  ea95c82   Convert patch 55_debian_doc_info into branch debian/doc_info
  discards  fa58aff   Convert patch 53_debian_mod_paths into branch debian/mod_paths
  discards  35b6697   Convert patch 51_debian_ld_run_path into branch debian/ld_run_path
  discards  ec07f95   Convert patch 52_debian_extutils_hacks into branch debian/extutils_hacks
  discards  9c41529   Convert patch 50_debian_use_gdbm into branch debian/use_gdbm
  discards  c82746e   Convert patch 29_fix_pod2man_perlio into branch fixes/pod2man_perlio
  discards  855cdb9   Convert patch 39_fix_archive_tar_symlink_unpack into branch fixes/archive_tar_symlink_unpack
  discards  093310a   Convert patch 38_fix_weaken_memleak into branch fixes/weaken_memleak
  discards  f8988f5   Convert patch 37_fix_coredump_indicator into branch fixes/coredump_indicator
  discards  0df41e7   Convert patch 36_fix_file_temp_cleanup into branch fixes/file_temp_cleanup
  discards  b4e1fb5   Convert patch 34_fix_qr-memory-leak-2 into branch fixes/qr-memory-leak-2
  discards  4e39ac0   Convert patch 35_fix_file_path_rmtree_setuid into branch fixes/file_path_rmtree_setuid
  discards  e5a3752   Convert patch 33_fix_qr-memory-leak-1 into branch fixes/qr-memory-leak-1
  discards  fde9e03   Convert patch 32_fix_fork_rand into branch fixes/fork_rand
  discards  5170485   Convert patch 30_fix_freetmps into branch fixes/freetmps
  discards  4563e95   Convert patch 31_fix_attributes_unknown_error into branch fixes/attributes_unknown_error
  discards  d15ff9c   Convert patch 28_fix_inplace_sort into branch fixes/inplace_sort
  discards  5e943ca   Convert patch 27_fix_sys_syslog_timeout into branch fixes/sys_syslog_timeout
  discards  fc43623   Convert patch 26_fix_pod2man_upgrade into branch fixes/pod2man_upgrade
  discards  86eea86   Convert patch 25_fix_cgi_tempdir into branch fixes/cgi_tempdir
  discards  38f3e9f   Convert patch 23_fix_isa_fiddling into branch fixes/isa_fiddling
  discards  353571b   Convert patch 24_fix_access_dash_x into branch fixes/access_dash_x
  discards  349d05a   Convert patch 22_fix_constant_subroutine_warnings into branch fixes/constant_subroutine_warnings
  discards  496e8b3   Convert patch 21_fix_perlpodspec_typo into branch fixes/perlpodspec_typo
  discards  d270f15   Convert patch 20_fix_eval_doc_nonlazy into branch fixes/eval_doc_nonlazy
  discards  311dbcd   Convert patch 19_fix_assorted_docs into branch fixes/assorted_docs
  discards  5c45643   Convert patch 18_fix_bigint_floats into branch fixes/bigint_floats
  discards  01035d2   Convert patch 16_fix_perlio_teardown_prototype into branch fixes/perlio_teardown_prototype
  discards  fbf6a50   Convert patch 17_fix_getopt_long_callback into branch fixes/getopt_long_callback
  discards  df0daa9   Convert patch 15_fix_local_symtab into branch fixes/local_symtab
  discards  aebab27   Convert patch 13_fix_perlio_via_via into branch fixes/perlio_via_via
  discards  bbb1ead   Convert patch 14_fix_kfreebsd_and_hurd_support into branch fixes/kfreebsd_and_hurd_support
  discards  034d702   Convert patch 12_fix_file_path_rmtree_chmod into branch fixes/file_path_rmtree_chmod
  discards  aa83f51   Convert patch 11_fix_disable_vstring_warning into branch fixes/disable_vstring_warning
  discards  8106eda   Convert patch 10_fix_h2ph_include_quote into branch fixes/h2ph_include_quote
  discards  2fda61d   Convert patch 08_fix_udp_typo into branch fixes/udp_typo
  discards  6fb8ff9   Convert patch 09_fix_memory_debugging into branch fixes/memory_debugging
  discards  c3c753f   Convert patch 07_fix_nullok into branch fixes/nullok
  discards  146f847   Convert patch 06_fix_utf8_changelog into branch fixes/utf8_changelog
  discards  c4fd21d   Convert patch 05_fix_find_bydepth_doc into branch fixes/find_bydepth_doc
  discards  a4f0072   Convert patch 04_fix_cgi_rewrite_typo into branch fixes/cgi_rewrite_typo
  discards  965333c   Convert patch 03_fix_syslog_test into branch fixes/syslog_test
  discards  bc570f2   Convert patch 02_fix_pod2html_dl into branch fixes/pod2html_dl
  discards  f68e7fc   Convert patch 01_fix_net_smtp_docs into branch fixes/net_smtp_docs
  discards  851556c   Convert patch 00_fix_processPL into branch fixes/processPL
  discards  687c2b5   Remove debian/patches and patches-applied, they are autogenerated now.
  discards  1aaaffb   Merge branch 'master-non-topgit'
  discards  ee13ad7   Make the master branch TopGit-aware
  discards  bb27206   Rename debian/patches/11_disable_vstring_warning for naming conventions
  discards  d2cac86   Tweak patch descriptions to consistently have a one-line subject
  discards  9ee10c4   ready for upload, release team ACKed the changes
  discards  25ca09c   [SECURITY] "second half of CVE-2007-4829": Archive::Tar no longer follows symlinks when unpacking. Upstream fix backported by Ubuntu. (Closes: #509802)
  discards  9ea24ec   remove the testcases from the Ubuntu patch, they need the test tar files from Archive-Tar_1.39_01 to work
  discards  402c96a   Rename the Archive::Tar patch to suit the naming conventions.
  discards  133722b   add Ubuntu patch for "second half of CVE-2007-4829"
  discards  7ea2eda   manually convert commit 888e3cead09543da88fa6766f7acfc8d5a17dcd1 into 38_fix_weaken_memleak
  discards  613a401   convert commit 3efa07ed1c62484164b727846bd1a98b99eec373 into debian/patches/37_fix_coredump_indicator
  discards  dd7eab7   convert commit aa8c66588586b319924839ce019c7923c2ee3f31 into debian/patches/36_fix_file_temp_cleanup
  discards  888e3ce   DBI memory leak in 5.10.0 due to change 26530
  discards  3efa07e   Fix $? when dumping core. (Closes: #509041)
  discards  17d16cb   Downgrade the perl-doc recommendation to a suggestion. (Closes: #496770, #442805)
  discards  aa8c665   Make File::Temp warn on cleaning up the current working directory at exit instead of bailing out. (Closes: #479317)
  discards  5df9bc8   Knit together the upstream and the master branch history.
  discards  1d6aca2   Merge commit 'debian/5.10.0-18' into debian
  discards  757e797   Merge commit 'debian/5.10.0-17' into debian
  discards  14b8893   Merge commit 'debian/5.10.0-16' into debian
  discards  432d80b   Merge commit 'debian/5.10.0-15' into debian
  discards  362f79d   Merge commit 'debian/5.10.0-14' into debian
  discards  eacbff9   Merge commit 'debian/5.10.0-13' into debian
  discards  9619393   Merge commit 'debian/5.10.0-12' into debian
  discards  80a86f2   Merge commit 'debian/5.10.0-11.1' into debian
  discards  a8c8d07   Merge commit 'debian/5.10.0-11' into debian
  discards  63bd482   Merge commit 'debian/5.10.0-10' into debian
  discards  b4673fa   Merge commit 'debian/5.10.0-9.1' into debian
  discards  20d4a01   Merge commit 'debian/5.10.0-9' into debian
  discards  e2ea0ac   Merge commit 'debian/5.10.0-8' into debian
  discards  311a813   Merge commit 'debian/5.10.0-7' into debian
  discards  70ff5ae   Merge commit 'debian/5.10.0-6' into debian
  discards  74e515e   Merge commit 'debian/5.10.0-5' into debian
  discards  d161906   Merge commit 'debian/5.10.0-4' into debian
  discards  d0a4901   Merge commit 'debian/5.10.0-3' into debian
  discards  b40c030   Merge commit 'debian/5.10.0-2' into debian
  discards  5594422   Merge commit 'debian/5.10.0-1' into debian
  discards  8f59152   update to debian/5.10.0-1
  discards  e525a9e   Merge commit 'upstream/5.10.0' into debian
  discards  f35d05c   unpatch
  discards  25055c9   Merge commit 'debian/5.8.8-12' into debian
  discards  f599457   Merge commit 'debian/5.8.8-11.1' into debian
  discards  95dbb41   Merge commit 'debian/5.8.8-11' into debian
  discards  1d73647   Merge commit 'debian/5.8.8-10' into debian
  discards  206d011   Merge commit 'debian/5.8.8-9' into debian
  discards  0d021cd   Merge commit 'debian/5.8.8-8' into debian
  discards  e86c9e7   Merge commit 'debian/5.8.8-7' into debian
  discards  0bab94c   Merge commit 'debian/5.8.8-6.1' into debian
  discards  cf1caae   Merge commit 'debian/5.8.8-5' into debian
  discards  827711e   Merge commit 'debian/5.8.8-4' into debian
  discards  c619dcb   Merge commit 'debian/5.8.8-3' into debian
  discards  966af69   Merge commit 'debian/5.8.8-2' into debian
  discards  86bef82   Merge commit 'debian/5.8.8-1' into debian
  discards  4f97252   update to debian/5.8.8-1
  discards  7f3b0e2   Merge commit 'upstream/5.8.8' into debian
  discards  ffd7505   unpatch
  discards  90e4d29   Merge commit 'debian/5.8.7-10' into debian
  discards  98ba615   Merge commit 'debian/5.8.7-9' into debian
  discards  9dd3c42   Merge commit 'debian/5.8.7-8' into debian
  discards  1522327   Merge commit 'debian/5.8.7-7' into debian
  discards  ccedb8f   Merge commit 'debian/5.8.7-6' into debian
  discards  a7ecde6   Merge commit 'debian/5.8.7-5' into debian
  discards  c3e76d1   Merge commit 'debian/5.8.7-4' into debian
  discards  f94bf2f   Merge commit 'debian/5.8.7-3' into debian
  discards  b3d256a   Merge commit 'debian/5.8.7-2' into debian
  discards  71b696c   Merge commit 'debian/5.8.7-1' into debian
  discards  d250cb8   update to debian/5.8.7-1
  discards  00b375b   Merge commit 'upstream/5.8.7' into debian
  discards  71db8ba   unpatch
  discards  fcfc4d9   Merge commit 'debian/5.8.6-1' into debian
  discards  b73a65e   update to debian/5.8.6-1
  discards  ca8de4c   Merge commit 'upstream/5.8.6' into debian
  discards  653bb14   unpatch
  discards  abbf43f   Merge commit 'debian/5.8.4-8' into debian
  discards  5ecffd2   update to debian/5.8.4-8
  discards  570b3ba   Merge commit 'upstream/5.8.4' into debian
  discards  d01ba5f   unpatch
  discards  a2c9249   finalize changelog
  discards  f7905d3   convert commit b2f78918e3932f7d9ed30ab819b979726afad8d9 into debian/patches/35_fix_file_path_rmtree_setuid
  discards  b2f7891   [SECURITY] CVE-2005-0448 revisited: File::Path::rmtree no longer allows creating of setuid files. (Closes: #286905)
  discards  9199354   reword changelog
  discards  e833574   fix blead change number
  discards  487475a   ready for upload
  discards  2aa298e   improve patch description
  discards  9ea1f6b   convert commit 41f066b41253e1ec36fa0faa046ac7f89baf4f6b into debian/patches/34_fix_qr-memory-leak-2
  discards  befbfe9   convert commit 77aa369fa4e4d41b997f8967c76d623b6f4739c5 into debian/patches/33_fix_qr-memory-leak-1
  discards  41f066b   Fix memory leak with qr//. (Closes: #503975)
  discards  77aa369   Fix memory leak in // caused by single-char character class
  discards  612d269   Stop t/op/fork.t relying on rand(). (Closes: #317843)
  discards  02c5b59   convert commit 9a95f78a94c894fce6174f8e714c91c2e53f2f57 into debian/patches/73_debian_arm_thread_stress_timeout
  discards  9a95f78   Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts. (Closes: #501970)
  discards  9c7071e   Add conflicts/replaces/provides for podlators-perl. (Closes: #503123)
  discards  9ff23d6   Fix 'Unknown error' messages with attribute.pm. (Closes: #488088)
  discards  6ad403c   update timestamp
  discards  e92cdb5   convert commit 0466936dd19c8c97f915057a8a1dc404ae7c1e16 into debian/patches/30_fix_freetmps
  discards  0466936   Revert an incorrect substitution optimization introduced in 5.10.0. (Closes: #501178)
  discards  6a84fed   ready for upload
  discards  93d8fb4   reword the changelog
  discards  454e434   revert the fuzz change to unclutter the debdiff
  discards  112bc7e   convert commit 90b30fe128d8b02e6b51ef8b863890a05abb9714 into debian/patches/29_fix_pod2man_perlio
  discards  90b30fe   Make Pod::Man use the PerlIO UTF-8 output layer when --utf8 is enabled. (See #500210)
  discards  138a346   revert the utf8 documentation change
  discards  8255ef1   cosmetics to unclutter the debdiff
  discards  6640565   escape POD markup
  discards  9cd89aa   ready for upload
  discards  a35d1da   Discuss the above issue in the Pod::Man and pod2man documentation.
  discards  b7d1f88   fixing fuzz in the pod2man patch
  discards  8658b05   revert the perldoc "pod2man --utf8" change from 5.10.0-14. The --utf8 option may output incorrect UTF-8 for POD documents that don't specify an explicit =encoding. (Reopens: #492037)
  discards  db8500f   ready for upload
  discards  5ea8d5b   Pod::Man no longer remaps the code point for non-breaking space. (Closes: #500210)
  discards  428f568   changelog cosmetics
  discards  2dee97a   convert commit 83f09de3c840f8ff2c459911b7c4a254b87c9cb6 into debian/patches/28_fix_inplace_sort
  discards  e054991   convert commit da0452b7d71ca533c07eb7ac4157bf964026e7a2 into debian/patches/27_fix_sys_syslog_timeout
  discards  f70e05d   Fix memory corruption with in-place sorting. (Closes: #498769)
  discards  a417db3   Fix Sys::Syslog slowness when logging with non-native mechanisms. (Closes: #498776)
  discards  dff05d5   new changelog
  discards  bace024   ready for uploading
  discards  67a461d   convert commit a12be664cf60d6e8a64e30fe7f6191ff7b61c30d into debian/patches/73_debian_perldoc_utf8
  discards  a12be66   Make /usr/bin/perldoc invoke pod2man with the "--utf8" option if it detects a new enough Pod::Man version. (Closes: #492037)
  discards  f7edbd7   fix two tests that broke with the Pod::Man upgrade
  discards  a2c177f   additional Pod::Man fixes
  discards  51cbad9   convert commit b86b17803d4c88ca8558cd2d8f346e12174f4730 into debian/patches/26_fix_pod2man_upgrade
  discards  b86b178   Upgrade to Pod::Man 2.18 to get the 'pod2man --utf8' functionality in lenny. (Closes: #480997)
  discards  466e290   Improve Etch->Lenny upgrades by making perl-base conflict with those XS module packages in Etch that lacked the required perlapi-* dependency. (Closes: #494779)
  discards  b9e8479   changelog cosmetics
  discards  ef50ede   convert commit d3a91077b1db36d03fbaf21d9fb19b8a79ff2500 into debian/patches/72_debian_m68k_thread_stress
  discards  d3a9107   Disable ext/threads/shared/t/stress.t on m68k for now. (Closes: #495826)
  discards  fcd9f4e   convert commit 5f00d3782c15dd69005ddd6663e1c4f09aa4a0ea into debian/patches/25_fix_cgi_tempdir
  discards  5f00d37   Fix tainted usage of $ENV{TMPDIR} as an sprintf format in CGI.pm. (Closes: #494679)
  discards  7c12e83   Make perl-base Pre-Depend on dpkg (>= 1.14.20), whose Essential scripts don't break when liblocale-gettext-perl and perl-base aren't binary compatible. (Closes: #488300)
  discards  8cd6623   new changelog
  discards  ea22f3d   ready for release
  discards  f5c95ea   Fix the libpod-simple-perl conflict version number. (Closes: #494272)
  discards  6ad539e   replace perl-modules (<< 5.10.0-12) instead of (<= 5.10.0-11.1) to account for intermediate versions like the one in Ubuntu
  discards  afe2673   undo the patch rename to make things easier for the release team
  discards  ad4a493   remove an outdated changelog entry
  discards  3bfa20d   update the replaces field to account for versions released later
  discards  bf6d525   the release team has acked the remaining non-documentation changes
  discards  e501fa9   renumber the patches
  discards  09e19d1   Merge the 5.10.0-11.1 NMU.
  discards  efe5f3c   leave the podlators fixes for a later upload
  discards  c45309e   Revert the CGI.pm fix, it's in the libcgi-pm-perl package for those who need it
  discards  dd9deba   Imported Debian patch 5.10.0-11.1
  discards  6ad9e1a   set to UNRELEASED for now
  discards  a881d4d   Rename debian/patches/12_fix_bigint_floats to keep the sequence monotonically increasing.
  discards  77cafba   ready for uploading once 5.10.0-11 gets in lenny
  discards  af62f74   merge 5.10.0-11 security upload
  discards  01f6f53   changelog finalizing
  discards  59e9d12   convert commit be25eec7b11e479f4f97ac0220c7163e77cb8a7f into debian/patches/12_fix_file_path_rmtree_chmod
  discards  be25eec   File::Path::rmtree() no longer makes symlink targets world-writable. Patch by Ben Hutchings. (Closes: #487319)
  discards  874b041   Add conflicts/replaces/provides for libextutils-parsexs-perl. (Closes: #485416)
  discards  a0561ea   add upstream information
  discards  de78ad5   Bugfix release targeted for lenny.
  discards  79e4498   Move /usr/share/perl/5.10/unicore/lib into perl-base. (Closes: #480533)
  discards  3666988   convert commit fa5a5c5a33288b3486178d9433a6e182fdac246d into debian/patches/27_fix_perlio_refcount
  discards  fa5a5c5   Fix a reference counting bug in PerlIO::via that broke the svk package. (Closes: #479698)
  discards  d12bfc6   Update the description of the perl-base package. Thanks to Justin B Rye. (Closes: #484681, #144193)
  discards  c0a6214   improve the patch description
  discards  19b553c   podlators-2.1.0 is now in blead
  discards  50ce2b4   convert commit 8262f75788ac640326820fb80a742f5f3c364ada into debian/patches/26_fix_pod2man_utf8
  discards  8262f75   Update to Pod::Man 2.17 from podlators-2.1.0 to get the new "pod2man --utf8" functionality. (Closes: #480997)
  discards  c04bb87   rearrange groff special characters as per the official upstream fix
  discards  2dd577c   Update upstream status for the podlators patches.
  discards  753a0e8   convert commit a6bef2d0017d49f98f71903da11cc6946ab4c2e8 into debian/patches/25_fix_access_dash_x
  discards  a6bef2d   Make the '-x' test work with 'use filetest q/access/'. (Closes: #483734)
  discards  828fa55   convert commit 419b20b2ab8832228d2448a77975b3fc60efb424 into debian/patches/24_fix_cgi_uploads
  discards  419b20b   Fix broken file uploads with CGI.pm caused by an accidental stringifying of a file handle. (Closes: #483144)
  discards  0e4cfb8   Remove the __LONG_MAX__ kludge introduced in 5.8.1-1, it shouldn't be needed anymore and emits warnings. (Closes: #480428)
  discards  d0658b2   Update debian/patches/23_fix_isa_fiddling with commit e9d9ca9b4049a251796221e7e6118e51f05ad79a.
  discards  e9d9ca9   Fix the underlying cause of #480480.
  discards  9793d83   Fix building with DEB_BUILD_OPTIONS=noopt. (Closes: #482110)
  discards  c89ffa9   convert commit ab55dbe2278c2a501fa6f160a42931ca50617099 into debian/patches/23_fix_isa_fiddling
  discards  ab55dbe   Fix crashes on @ISA fiddling. (Closes: #480480)
  discards  eb4d4a1   patch forwarded upstream
  discards  fb8d4d9   triaged that all the mentioned bugs really are fixed
  discards  3907113   Add conflicts/replaces/provides for libpod-simple-perl. (Closes: #481956)
  discards  490e810   convert commit bf4c8fbae2955f38eae6e1cbbf43422865d4fa84 into debian/patches/22_fix_constant_subroutine_warnings
  discards  bf4c8fb   Fix 'constant subroutine SEEK_* redefined' warnings when using the Fcntl and POSIX modules together. (Closes: #479957)
  discards  6a2e54b   convert commit 4a117463e602c0e8a77fa99a4d9fdce116f39116 into debian/patches/21_fix_perlpodspec_typo
  discards  4a11746   Fix a typo in perlpodspec.pod. (Closes: #447830)
  discards  96a4628   convert commit 214886583c8ba7f02223d8e89d32cc343803e06e into debian/patches/20_fix_eval_doc_nonlazy
  discards  4e5541a   convert commit 3d1cf190aa293dc84b1b12b6161763aa56b1909d into debian/patches/19_fix_assorted_docs
  discards  7934a7d   convert commit 7a9f9bc11b4f99a3b3eee4cfa7592b02901d5fdd into debian/patches/18_fix_pod2man_escaped_dashes
  discards  e107e97   convert commit 94406aae7c3d5a2310313582eda2300d0b908ca9 into debian/patches/17_fix_pod2man_dot_headings
  discards  4ab1b5a   convert commit 74ea5c19c31633c46e853d80e5da6c986b941dfc into debian/patches/16_fix_perlio_teardown_prototype
  discards  173d57d   convert commit 66f016a689108c7fee3cc1f9554e25047e26af04 into debian/patches/15_fix_local_symtab
  discards  77a7dab   convert commit 0ed4aa2eee504fa5689a6b0a37eb7269b2c6d56b into debian/patches/14_fix_kfreebsd_and_hurd_support
  discards  a33d721   convert commit e4dcae3854890c886c30540643fbf29fa0cc14cc into debian/patches/13_fix_getopt_long_callback
  discards  6e55f69   convert commit c8bd10b105eac55b96c1b807cdd884ef8f4a68f6 into debian/patches/12_fix_bigint_floats
  discards  c5cc8d9   Add Vcs-Git and Vcs-Browser information in debian/control.
  discards  789c2e9   add TODO items
  discards  c5715c7   Add upstream integration status information into debian/patches where applicable.
  discards  2148865   Mention the relation between 'eval "require Foo"' and PERL_DL_NONLAZY in the 'perldoc -f eval' documentation . (See #479711).
  discards  3d1cf19   Integrate some documentation fixes from upstream. (Closes: #357663, #443733, #412542)
  discards  7a9f9bc   Fix pod2man overescaping dashes with non-ascii characters. (Closes: #480565)
  discards  94406aa   Make pod2man handle headings starting with groff special characters. (Closes: #448204)
  discards  74ea5c1   Fix the PerlIO_teardown prototype to suppress a compiler warning. (Closes: #479540)
  discards  66f016a   Fix a segmentation fault occurring in the mod_perl2 test suite. (Closes: #475498)
  discards  0ed4aa2   Support GNU/Hurd and GNU/kFreeBSD in Module::Build and ExtUtils::CBuilder. (Closes: #480385, #480375)
  discards  e4dcae3   Remove numeric overloading of Getopt::Long callback functions. (Closes: #479434)
  discards  c8bd10b   Fix Math::BigFloat::sqrt() breaking with too many digits. (Closes: #417528)
  discards  ba7c204   Rename debian/patches/11_disable_vstring_warning to conform with the patch naming conventions of the package.
  discards  dce60c2   Upgrade libfile-temp-perl conflict to (<= 0.18). (Closes: #480719)
  discards  14e91fb   start work on 5.10.0-11
  discards  29e8f72   ready for upload
  discards  982cef7   Disable the "v-string in use/require is non-portable" warning again. (Closes: #479863)
  discards  a7894e5   better version of the h2ph patch
  discards  b3b2c54   TODO: the fix for #479762 isn't quite right, see the bug log.
  discards  94f1b03   Integrate NMU, thanks Bastian.
  discards  7d4b8e3   Imported Debian patch 5.10.0-9.1
  discards  a6a2de9   Adjust manual page sections in Module::Build::Base for the Debian Perl policy. (Closes: #479460)
  discards  0ad2149   Make h2ph allow the quote mark delimiter also for those #include directives chased with "h2ph -a". (Closes: #479762)
  discards  cc6b8c1   Move Hash::Util to perl-base, it's needed by fields.pm. (Closes: #479202)
  discards  e590601   start work on 5.10.0-10
  discards  9265e21   Imported Debian patch 5.10.0-9
  discards  8c72596   Imported Debian patch 5.10.0-8
  discards  2ef8ef7   Imported Debian patch 5.10.0-7
  discards  4d8b076   Imported Debian patch 5.10.0-6
  discards  5b4c4d3   Imported Debian patch 5.10.0-5
  discards  ffcc372   Imported Debian patch 5.10.0-4
  discards  77d54dd   Imported Debian patch 5.10.0-3
  discards  8c81a8b   Imported Debian patch 5.10.0-2
  discards  a577795   Imported Debian patch 5.10.0-1
  discards  71b2123   Imported Upstream version 5.10.0
  discards  d54b536   Imported Debian patch 5.8.8-12
  discards  aa73157   Imported Debian patch 5.8.8-11.1
  discards  429441e   Imported Debian patch 5.8.8-11
  discards  9c17f8f   Imported Debian patch 5.8.8-10
  discards  eaca562   Imported Debian patch 5.8.8-9
  discards  f38c1d6   Imported Debian patch 5.8.8-8
  discards  c805dd9   Imported Debian patch 5.8.8-7
  discards  7a0990d   Imported Debian patch 5.8.8-6.1
  discards  94ed5c7   Imported Debian patch 5.8.8-5
  discards  d236dcd   Imported Debian patch 5.8.8-4
  discards  6adac0f   Imported Debian patch 5.8.8-3
  discards  c3fc080   Imported Debian patch 5.8.8-2
  discards  1de8191   Imported Debian patch 5.8.8-1
  discards  878d773   Imported Upstream version 5.8.8
  discards  04534f0   Imported Debian patch 5.8.7-10
  discards  c5c24c6   Imported Debian patch 5.8.7-9
  discards  5e7366d   Imported Debian patch 5.8.7-8
  discards  5e8cedb   Imported Debian patch 5.8.7-7
  discards  a17e6e7   Imported Debian patch 5.8.7-6
  discards  398266e   Imported Debian patch 5.8.7-5
  discards  c986417   Imported Debian patch 5.8.7-4
  discards  c7fc86e   Imported Debian patch 5.8.7-3
  discards  ce30032   Imported Debian patch 5.8.7-2
  discards  63a301e   Imported Debian patch 5.8.7-1
  discards  7e442a7   Imported Upstream version 5.8.7
  discards  d65bfe0   Imported Debian patch 5.8.6-1
  discards  bf87723   Imported Upstream version 5.8.6
  discards  0074b31   Imported Debian patch 5.8.4-8
  discards  5bc5485   Imported Upstream version 5.8.4
  discards  bdd2b28   Imported Debian patch 5.6.1-8.9
  discards  888a27e   Imported Upstream version 5.6.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/perl.git



More information about the Reproducible-commits mailing list