[libnamespace-clean-perl] branch master updated (1d3b038 -> c39dddf)

gregor herrmann gregoa at debian.org
Sun Oct 18 17:16:41 UTC 2015


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

gregoa pushed a change to branch master
in repository libnamespace-clean-perl.

      from  1d3b038   update changelog
       new  87f6a4f   Add debian/upstream/metadata
       new  da2e984   Update debian/changelog
      adds  40aef9d   Import namespace-clean-0.01.tar.gz.
      adds  9b680ff   Import namespace-clean-0.02.tar.gz.
      adds  6c0ece9   Import namespace-clean-0.03.tar.gz.
      adds  53e92ec   Import namespace-clean-0.04.tar.gz.
      adds  472d4b1   Import namespace-clean-0.05.tar.gz.
      adds  99d2e6b   Import namespace-clean-0.06.tar.gz.
      adds  1a1be5d   Import namespace-clean-0.07.tar.gz.
      adds  de673bb   Import namespace-clean-0.08.tar.gz.
      adds  e1815c0   Remove autogenerated stuff.
      adds  aa2aafa   Port to B::Hooks::EndOfScope.
      adds  705fe1b   Update documentation to reflect B::Hooks::EndOfScope usage.
      adds  cc1392b   Version 0.09.
      adds  f423c7a   Update pod to reflect the current version.
      adds  d1d51d7   Depend B::Hooks::EndOfScope 0.06.
      adds  426562e   Depend on B::Hooks::EndOfScope 0.07 to avoid Unknown errors.
      adds  52bbba5   Version 0.10.
      adds  9cf9958   Update README.
      adds  7fae889   Quote $VERSION so it won't end up as 0.1.
      adds  4793728   Remove MANIFEST. Generate it from MANIFEST.SKIP.
      adds  cd22fb0   Add .gitignore.
      adds  2f92146   Make META.yml parsable by working around what i think is a Module::Install bug.
      adds  fcfe781   implemented -cleanee option plus an external callable remove_subroutines class method to provide functionaltiy as per RT#41850
      adds  5fdeb92   removal subroutine named clean_subroutines, not remove_subroutines
      adds  44c20e0   updated README
      adds  907dc7c   Add reference to RT ticket the recent changes fix.
      adds  3135681   Version 0.11.
      adds  6444f23   Add testcase for clobbering globs when trying to restore them.
      adds  61c4bce   Fix restoring of non-code symbols when cleaning.
      adds  07fbef3   work around $DB::sub
      adds  226432f   Stop relying on stash entries always being upgraded into real GVs.
      adds  cccfea0   Remove auto-generated README.
      adds  fe6c575   Version 0.12.
      adds  909ce05   Skip failing debugger tests on 5.8.8 and older.
      adds  32ffc8c   Version 0.13.
      adds  c2f86f3   Remove auto_install for mbm as using git is 'too much yak hair'.
      adds  ca7cde7   Turn the very faily debugger test into an author test.
      adds  bafb291   Version 0.14.
      adds  d6aecfb   start converting to use Stash::Manip
      adds  b08c2ab   adjust deps and add changelog
      adds  16d8eca   s/Stash::Manip/Package::Stash/g
      adds  0495b5c   changelog and version bump
      adds  0431249   Convert to Dist::Zilla
      adds  8341555   Credit doy
      adds  8177960   Stop declaring unused variables
      adds  45d0e5e   Version 0.16
      adds  f913276   Allow the debugger test to be skipped early
      adds  5e215f2   Version 0.17
      adds  5460fcf   vivify the storage var manually
      adds  7946e21   Version 0.18
      adds  ad4b1a6   don't rely on package::stash's remove_package_symbol implementation
      adds  5da81a0   work with new package::stash api
      adds  c86d6ae   Remove back-compat for old Package::Stash versions
      adds  e2288cf   Version 0.19
      adds  20c9e0b   Bump Package::Stash dependency to 0.22
      adds  860c575   Version 0.20
      adds  d64ad6f   Mini $RemoveSubs refactoring: less loops, less concat
      adds  017bd59   Only ask for debugger bits when debugger detected
      adds  8de3b21   Moar stresstesting
      adds  c92da19   This used to fail with old V::M, add it to make sure it behaves under PP
      adds  271df96   Spellfixoring RT#54388
      adds  9887772   Pure-perlize
      adds  fa84e42   De-dzilify. This may look odd and borderline revolting - read on
      adds  1202ce4   Trial release preparing for pure-perl-capable 0.21
      adds  842fcd0   Fix borked git url
      adds  c8e3fb7   Clarification as per doy's request
      adds  1cd61d2   Try harder to detect tie(%^H) clashes
      adds  7b026c5   Strictures and changelogging
      adds  4e90830   Build correct meta, not including B::H::EOS
      adds  8620b19   Version 0.21
      adds  09e4e59   Add dropped NAME pod section (RT#70259)
      adds  2748034   ignore mymetas
      adds  80e4e26   Fix all debugger issues from perl 5.8.1 on FC++ (RT#69862)
      adds  ac5c00e   P::S::XS buggery strikes again
      adds  b3279c1   Install the debugger fixup deps iff can_cc (RT#72368)
      adds  9bb3eaa   Add an envvar to make it easier to smoke the PP codepath Still use Devel::Hide for the actual testing, as to not mask breakage of the B::H::EOS detector
      adds  656ec55   Fix careless handling of the hinthash in PP mode (RT#73402)
      adds  d87b743   Trial release to smoketest the hinthash handling changes
      adds  37f19e6   Do not rerun PP tests twice if the envvar is set
      adds  64c1bcf   Disable the debugger fixup entirely on perl 5.15.5+
      adds  b2e5486   The real fix for RT#73402 (abaondon tie %^H entirely), FC++
      adds  fb070db   Run the PP tests with or without Devek::Hide
      adds  b5f1720   Another devrel to see how happy smokers are
      adds  aabe8f1   Even more simplifications of the PP callback
      adds  4dc0aa5   Simplify even more - we don't care about context anymore
      adds  f98a96a   Whoops, more hidden packages
      adds  ad281e7   Version 0.22
      adds  b927cca   Fix failures on 5.13.6, RT#74683, Zefram++
      adds  22c76f8   Bump dep to B::Hooks::EndOfScope 0.10
      adds  c862e80   Version 0.23
      adds  7f55a1e   Properly skip debugger test when optional deps not available
      adds  e6eee47   Fix tests on space-containing paths RT#77528
      adds  727a1a2   B::H::EOS is now PP-capable on its own
      adds  33f4d15   Version 0.24
      adds  666d9c2   Reorganize PP test to fail comprehensibly on failed prereqs
      adds  86aef21   correct EU::CBuilder check
      adds  62a2161   Version 0.25
      adds  b3b7a82   Eject pod to the end of the file
      adds  acb1d69   Add an once-and-for-all workaround for Package::Stash::XS + =< 5.8.6
      adds  df4cbc4   Reign in XS portions needed for certain perls under debugging, several things:
      adds  39dbc69   Make sure to exercise P::S::PP under t/10-pure-perl.t
      adds  1ae6a56   No idea why $DebuggerFixup was originally introduced - fold it back
      adds  18377f5   Streamline meta etc
      adds  c0de112   Switch around the preference of S::U / S::N
      adds  26e8f6f   Rewrap Changes to be more compatible with metacpan
      adds  253c58b   Explicitly document the late runtime binding of `sort SUBNAME ...`
      adds  3c08bb1   Version 0.26
      adds  dc5c087   Imported Upstream version 0.26
       new  186b9f7   Merge tag 'upstream/0.26'
       new  631a766   Update debian/changelog
       new  5b75e22   update debian/upstream/metadata
       new  2ab1156   Update years of packaging copyright.
       new  e3c5dc7   Mark package as autopkgtest-able.
       new  5680833   Declare compliance with Debian Policy 3.9.6.
       new  af13fcd   Bump debhelper compatibility level to 9.
       new  c39dddf   releasing package libnamespace-clean-perl version 0.26-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                        |  94 ++++++---
 MANIFEST                       |   1 +
 META.json                      |  38 ++--
 META.yml                       |  26 ++-
 Makefile.PL                    | 257 +++++++++++++++--------
 debian/changelog               |  13 +-
 debian/compat                  |   2 +-
 debian/control                 |   5 +-
 debian/copyright               |   2 +-
 debian/tests/pkg-perl/use-name |   1 +
 debian/upstream/metadata       |  10 +
 lib/namespace/clean.pm         | 465 +++++++++++++++++++++--------------------
 lib/namespace/clean/_Util.pm   | 112 ++++++++++
 t/07-debugger.t                |  18 +-
 t/10-pure-perl.t               |  13 ++
 15 files changed, 673 insertions(+), 384 deletions(-)
 create mode 100644 debian/tests/pkg-perl/use-name
 create mode 100644 debian/upstream/metadata
 create mode 100644 lib/namespace/clean/_Util.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnamespace-clean-perl.git



More information about the Pkg-perl-cvs-commits mailing list