12 years agoThe real fix for RT#73402 (abaondon tie %^H entirely), FC++
Peter Rabbitson [Thu, 22 Dec 2011 11:15:20 +0000]
The real fix for RT#73402 (abaondon tie %^H entirely), FC++

12 years agoDisable the debugger fixup entirely on perl 5.15.5+
Peter Rabbitson [Thu, 22 Dec 2011 09:43:45 +0000]
Disable the debugger fixup entirely on perl 5.15.5+

12 years agoDo not rerun PP tests twice if the envvar is set
Peter Rabbitson [Thu, 22 Dec 2011 09:29:40 +0000]
Do not rerun PP tests twice if the envvar is set

12 years agoTrial release to smoketest the hinthash handling changes
Peter Rabbitson [Wed, 21 Dec 2011 11:39:11 +0000]
Trial release to smoketest the hinthash handling changes

12 years agoFix careless handling of the hinthash in PP mode (RT#73402)
Peter Rabbitson [Wed, 21 Dec 2011 11:33:54 +0000]
Fix careless handling of the hinthash in PP mode (RT#73402)

12 years agoAdd an envvar to make it easier to smoke the PP codepath
Peter Rabbitson [Wed, 21 Dec 2011 10:26:20 +0000]
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

12 years agoInstall the debugger fixup deps iff can_cc (RT#72368)
Peter Rabbitson [Wed, 21 Dec 2011 10:05:36 +0000]
Install the debugger fixup deps iff can_cc (RT#72368)

12 years agoP::S::XS buggery strikes again
Peter Rabbitson [Wed, 21 Dec 2011 09:51:04 +0000]
P::S::XS buggery strikes again

12 years agoFix all debugger issues from perl 5.8.1 on FC++ (RT#69862)
Peter Rabbitson [Wed, 21 Dec 2011 09:37:45 +0000]
Fix all debugger issues from perl 5.8.1 on FC++ (RT#69862)

12 years agoignore mymetas
Peter Rabbitson [Wed, 21 Dec 2011 09:37:07 +0000]
ignore mymetas

12 years agoAdd dropped NAME pod section (RT#70259)
Peter Rabbitson [Wed, 21 Dec 2011 09:07:04 +0000]
Add dropped NAME pod section (RT#70259)

12 years agoVersion 0.21 0.21
Peter Rabbitson [Wed, 3 Aug 2011 21:23:20 +0000]
Version 0.21

12 years agoBuild correct meta, not including B::H::EOS
Peter Rabbitson [Wed, 3 Aug 2011 21:46:15 +0000]
Build correct meta, not including B::H::EOS

12 years agoStrictures and changelogging
Peter Rabbitson [Wed, 3 Aug 2011 21:04:54 +0000]
Strictures and changelogging

12 years agoTry harder to detect tie(%^H) clashes
Peter Rabbitson [Wed, 3 Aug 2011 20:19:27 +0000]
Try harder to detect tie(%^H) clashes

12 years agoClarification as per doy's request
Peter Rabbitson [Wed, 3 Aug 2011 19:49:48 +0000]
Clarification as per doy's request

12 years agoFix borked git url
Peter Rabbitson [Mon, 1 Aug 2011 14:02:56 +0000]
Fix borked git url

12 years agoTrial release preparing for pure-perl-capable 0.21
Peter Rabbitson [Sun, 31 Jul 2011 09:25:40 +0000]
Trial release preparing for pure-perl-capable 0.21

12 years agoDe-dzilify. This may look odd and borderline revolting - read on
Peter Rabbitson [Sun, 31 Jul 2011 03:28:30 +0000]
De-dzilify. This may look odd and borderline revolting - read on

Currently available dzil plugins do not offer the dynconfig flexibility
that this module requires. Instead of taking a 2 day course in dzil
internals, I opted for using a tool I know to accomplish the same task.

I have absolutely no problem with someone reverting this commit and re-
doing things in dzil, as long as the resulting Makefile.PL is functionally
equivalent. Some points:

* Dzil's autorequires can't possibly understand what an optional dep is
  This is an easy fix - just specify all deps manually

* There is no plugin for "require list depending on can_cc". Package::Stash
  does something to the effect, but with some sort of hack I am not entirely
  capable of comprehending

* There is no plugin to "require list depending on smoking env", nor there
  is an easy mechanism (that I see) of combining it with the above

12 years agoPure-perlize
Peter Rabbitson [Tue, 26 Jul 2011 18:47:49 +0000]
Pure-perlize

12 years agoSpellfixoring RT#54388
Peter Rabbitson [Wed, 27 Jul 2011 08:55:04 +0000]
Spellfixoring RT#54388

12 years agoThis used to fail with old V::M, add it to make sure it behaves under PP
Jason Kohles [Mon, 16 Feb 2009 22:33:25 +0000]
This used to fail with old V::M, add it to make sure it behaves under PP

12 years agoMoar stresstesting
Peter Rabbitson [Tue, 26 Jul 2011 13:21:02 +0000]
Moar stresstesting

12 years agoOnly ask for debugger bits when debugger detected
Peter Rabbitson [Tue, 26 Jul 2011 14:57:49 +0000]
Only ask for debugger bits when debugger detected

12 years agoMini $RemoveSubs refactoring: less loops, less concat
Olivier Mengué [Sun, 8 May 2011 13:54:27 +0000]
Mini $RemoveSubs refactoring: less loops, less concat

Small refactoring in $RemoveSubs in the cleanup of the GLOB entry:
- grep for undefined symbols just once
- less string concatenation

13 years agoVersion 0.20 0.20
Florian Ragwitz [Thu, 6 Jan 2011 18:06:46 +0000]
Version 0.20

13 years agoBump Package::Stash dependency to 0.22
Florian Ragwitz [Thu, 6 Jan 2011 18:04:52 +0000]
Bump Package::Stash dependency to 0.22

This pulls in a bugfix in Package::Stash::XS 0.19.

13 years agoVersion 0.19 0.19
Florian Ragwitz [Mon, 3 Jan 2011 16:30:49 +0000]
Version 0.19

13 years agoRemove back-compat for old Package::Stash versions
Florian Ragwitz [Mon, 3 Jan 2011 16:28:25 +0000]
Remove back-compat for old Package::Stash versions

0.18 is stable and doesn't have the deprecation warnings for the old API
methods. That makes it safe for us to depend on it because the upgrade won't
break existing code using it, such as Moose.

13 years agowork with new package::stash api
Jesse Luehrs [Sun, 2 Jan 2011 11:56:54 +0000]
work with new package::stash api

13 years agodon't rely on package::stash's remove_package_symbol implementation
Jesse Luehrs [Sat, 13 Nov 2010 21:13:18 +0000]
don't rely on package::stash's remove_package_symbol implementation

13 years agoVersion 0.18 0.18
Florian Ragwitz [Sun, 13 Jun 2010 17:10:38 +0000]
Version 0.18

13 years agovivify the storage var manually
Jesse Luehrs [Sun, 13 Jun 2010 16:44:14 +0000]
vivify the storage var manually

13 years agoVersion 0.17 0.17
Florian Ragwitz [Sat, 5 Jun 2010 23:13:22 +0000]
Version 0.17

13 years agoAllow the debugger test to be skipped early
Florian Ragwitz [Sat, 5 Jun 2010 23:07:20 +0000]
Allow the debugger test to be skipped early

Loading the debugger often goes wrong, so it's important we skip the
test before it gets loaded.

13 years agoVersion 0.16 0.16
Florian Ragwitz [Sat, 5 Jun 2010 20:52:02 +0000]
Version 0.16

13 years agoStop declaring unused variables
Florian Ragwitz [Sat, 5 Jun 2010 20:51:34 +0000]
Stop declaring unused variables

13 years agoCredit doy
Florian Ragwitz [Sat, 5 Jun 2010 20:49:22 +0000]
Credit doy

13 years agoConvert to Dist::Zilla
Florian Ragwitz [Sat, 5 Jun 2010 20:47:21 +0000]
Convert to Dist::Zilla

13 years agochangelog and version bump 0.15
Jesse Luehrs [Fri, 14 May 2010 17:27:05 +0000]
changelog and version bump

13 years agos/Stash::Manip/Package::Stash/g
Jesse Luehrs [Fri, 14 May 2010 16:52:21 +0000]
s/Stash::Manip/Package::Stash/g

13 years agoadjust deps and add changelog
Jesse Luehrs [Wed, 12 May 2010 22:47:37 +0000]
adjust deps and add changelog

13 years agostart converting to use Stash::Manip
Jesse Luehrs [Tue, 11 May 2010 07:48:37 +0000]
start converting to use Stash::Manip

14 years agoVersion 0.14. 0.14
Florian Ragwitz [Thu, 18 Mar 2010 10:17:12 +0000]
Version 0.14.

14 years agoTurn the very faily debugger test into an author test.
Florian Ragwitz [Thu, 18 Mar 2010 10:14:52 +0000]
Turn the very faily debugger test into an author test.

14 years agoRemove auto_install for mbm as using git is 'too much yak hair'.
Tomas Doran (t0m) [Tue, 16 Mar 2010 17:08:07 +0000]
Remove auto_install for mbm as using git is 'too much yak hair'.

14 years agoVersion 0.13. 0.13
Florian Ragwitz [Sun, 17 Jan 2010 01:42:24 +0000]
Version 0.13.

14 years agoSkip failing debugger tests on 5.8.8 and older.
Florian Ragwitz [Sun, 17 Jan 2010 01:40:26 +0000]
Skip failing debugger tests on 5.8.8 and older.

14 years agoVersion 0.12. 0.12
Florian Ragwitz [Thu, 14 Jan 2010 02:23:28 +0000]
Version 0.12.

14 years agoRemove auto-generated README.
Florian Ragwitz [Thu, 14 Jan 2010 02:19:44 +0000]
Remove auto-generated README.

14 years agoStop relying on stash entries always being upgraded into real GVs.
Florian Ragwitz [Thu, 14 Jan 2010 01:51:59 +0000]
Stop relying on stash entries always being upgraded into real GVs.

14 years agowork around $DB::sub
Yuval Kogman [Wed, 23 Sep 2009 15:20:31 +0000]
work around $DB::sub

The variable is a string which is dereferenced as a sub that no longer
exists.

When we delete the glob where the sub was defined, we therefore alias it
to "namespace::clean::deleted::$fq" so that the debugger can still
dereference a symbolic ref and get back a working subroutine

14 years agoFix restoring of non-code symbols when cleaning.
Florian Ragwitz [Sat, 11 Jul 2009 15:31:30 +0000]
Fix restoring of non-code symbols when cleaning.

Curtesy of Ben Morrows.

14 years agoAdd testcase for clobbering globs when trying to restore them.
Florian Ragwitz [Tue, 30 Jun 2009 05:10:50 +0000]
Add testcase for clobbering globs when trying to restore them.

Courtesy of Ben Morrows.

15 years agoVersion 0.11. 0.11
Florian Ragwitz [Tue, 3 Mar 2009 16:39:12 +0000]
Version 0.11.

15 years agoAdd reference to RT ticket the recent changes fix.
Florian Ragwitz [Tue, 3 Mar 2009 16:32:31 +0000]
Add reference to RT ticket the recent changes fix.

15 years agoupdated README
Robert 'phaylon' Sedlacek [Tue, 3 Mar 2009 16:20:31 +0000]
updated README

15 years agoremoval subroutine named clean_subroutines, not remove_subroutines
Robert 'phaylon' Sedlacek [Tue, 3 Mar 2009 16:18:45 +0000]
removal subroutine named clean_subroutines, not remove_subroutines

15 years agoimplemented -cleanee option plus an external callable remove_subroutines class method...
Robert 'phaylon' Sedlacek [Tue, 3 Mar 2009 16:16:22 +0000]
implemented -cleanee option plus an external callable remove_subroutines class method to provide functionaltiy as per RT#41850

15 years agoMake META.yml parsable by working around what i think is a Module::Install bug. 0.10
Florian Ragwitz [Fri, 20 Feb 2009 13:40:23 +0000]
Make META.yml parsable by working around what i think is a Module::Install bug.

15 years agoAdd .gitignore.
Florian Ragwitz [Fri, 20 Feb 2009 13:38:07 +0000]
Add .gitignore.

15 years agoRemove MANIFEST. Generate it from MANIFEST.SKIP.
Florian Ragwitz [Fri, 20 Feb 2009 13:37:39 +0000]
Remove MANIFEST. Generate it from MANIFEST.SKIP.

15 years agoQuote $VERSION so it won't end up as 0.1.
Florian Ragwitz [Fri, 20 Feb 2009 13:35:33 +0000]
Quote $VERSION so it won't end up as 0.1.

15 years agoUpdate README.
Florian Ragwitz [Fri, 20 Feb 2009 13:33:41 +0000]
Update README.

15 years agoVersion 0.10.
Florian Ragwitz [Fri, 20 Feb 2009 13:32:46 +0000]
Version 0.10.

15 years agoDepend on B::Hooks::EndOfScope 0.07 to avoid Unknown errors.
Florian Ragwitz [Fri, 20 Feb 2009 13:30:17 +0000]
Depend on B::Hooks::EndOfScope 0.07 to avoid Unknown errors.

15 years agoDepend B::Hooks::EndOfScope 0.06.
Florian Ragwitz [Mon, 19 Jan 2009 00:38:26 +0000]
Depend B::Hooks::EndOfScope 0.06.

This stops some segfaults when trying to clean things that were already
unimported due to the bumped Variable::Magic dependency.

15 years agoUpdate pod to reflect the current version.
Florian Ragwitz [Wed, 12 Nov 2008 13:09:35 +0000]
Update pod to reflect the current version.

15 years agoVersion 0.09. 0.09
Florian Ragwitz [Wed, 22 Oct 2008 15:49:39 +0000]
Version 0.09.

15 years agoUpdate documentation to reflect B::Hooks::EndOfScope usage.
Florian Ragwitz [Wed, 22 Oct 2008 15:47:54 +0000]
Update documentation to reflect B::Hooks::EndOfScope usage.

15 years agoPort to B::Hooks::EndOfScope.
Florian Ragwitz [Wed, 22 Oct 2008 15:47:29 +0000]
Port to B::Hooks::EndOfScope.

15 years agoRemove autogenerated stuff.
Florian Ragwitz [Wed, 22 Oct 2008 16:47:22 +0000]
Remove autogenerated stuff.

15 years agoImport namespace-clean-0.08.tar.gz. 0.08
Florian Ragwitz [Sat, 8 Mar 2008 23:00:00 +0000]
Import namespace-clean-0.08.tar.gz.

15 years agoImport namespace-clean-0.07.tar.gz. 0.07
Florian Ragwitz [Sat, 8 Mar 2008 23:00:00 +0000]
Import namespace-clean-0.07.tar.gz.

15 years agoImport namespace-clean-0.06.tar.gz. 0.06
Florian Ragwitz [Tue, 19 Feb 2008 23:00:00 +0000]
Import namespace-clean-0.06.tar.gz.

15 years agoImport namespace-clean-0.05.tar.gz. 0.05
Florian Ragwitz [Sat, 11 Aug 2007 22:00:00 +0000]
Import namespace-clean-0.05.tar.gz.

15 years agoImport namespace-clean-0.04.tar.gz. 0.04
Florian Ragwitz [Fri, 16 Mar 2007 23:00:00 +0000]
Import namespace-clean-0.04.tar.gz.

15 years agoImport namespace-clean-0.03.tar.gz. 0.03
Florian Ragwitz [Fri, 23 Feb 2007 23:00:00 +0000]
Import namespace-clean-0.03.tar.gz.

15 years agoImport namespace-clean-0.02.tar.gz. 0.02
Florian Ragwitz [Sun, 18 Feb 2007 23:00:00 +0000]
Import namespace-clean-0.02.tar.gz.

15 years agoImport namespace-clean-0.01.tar.gz. 0.01
Florian Ragwitz [Sat, 17 Feb 2007 23:00:00 +0000]
Import namespace-clean-0.01.tar.gz.