The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Devel::Hide.

0.0015      2021-09-28

   - Test warnings more carefully to avoid spurious test failures caused by a
     bug in Test2::Util (http://www.cpantesters.org/cpan/report/c01ff7be-1e8a-11ec-bc66-57723b537541)

0.0014      2021-04-27

   - Bump version requirement of Test::More to one that supports note()

0.0013      2020-02-16

   - Cope with changes to how the hints hash works in perl 5.31.7

0.0012      2020-02-15

   - Add -lexically argument to import() to support hiding modules
     just during the current scope

0.0011      2020-02-12

   - Fix https://rt.cpan.org/Public/Bug/Display.html?id=120220
   - Fix https://rt.cpan.org/Public/Bug/Display.html?id=120221
   - Add -quiet option to suppress some notices

0.0010      2018-06-15 09:12:54-07:00 America/Los_Angeles

   - Makefile.PL: better prereqs declaration
   - typo fix - from dsteinbrunner/patch-1

0.0009    Mon Jan 28 2013

   - avoid "defined @HIDDEN" which generates a warning since Perl 5.15.7  CPAN RT #74225

0.0008    Thu Nov 15 2007

   - no real code changes
   - make t/050child-processes.t less clever for Windows' sake: which choked with too long
     argument and exec()

0.0007    Mon Nov  5 2007

   - promoted: no longer a development release

0.0006_01

   - some POD fixes
   - new option -from:children makes the selected modules hidden from process children as well
     (thanks to David Cantrell)

0.0005    Wed May 30 2007

   - code reformatting with perltidy
   - now warns about already loaded modules
   - META.yml is auto-generated by Makefile.PL
   - a bit of refactoring to affect code readability
   - side effect: warnings are emitted at compile time and at every import call - a hopefully
     better timing
   - the package variable @HIDDEN does not change anymore

0.0004    Tue May 29 2007

   - slight implementation change preparing for the big time

0.0003    Wed Oct 4 2006

   - not a development version anymore
   - get rid of warning at "t/003user.t"
   - new test "t/098pod-coverage.t"

0.00_02   Sun Sep 25 2005

   - lifted the requirement on perl 5.8: now 5.6.1 will do  (because it may use File::Temp to
     fake bad modules)

0.00_01   Tue Sep 20 2005

   - first release to CPAN

0.00_00   Tue Sep 13 2005

   - absolute beginning