The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
==================================================
Changes from 2013-06-09 00:00:00 +0000 to present.
==================================================

------------------------------------------
version 0.004 at 2014-06-09 04:42:19 +0000
------------------------------------------

  Change: 9ecc00d7bd57985e0115dedff7106a9891a61faf
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-08 23:42:09 +0000

    release v0.004 

  Change: 757c9520a3120e2cf59458bdde54a8b015633a78
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-08 23:41:47 +0000

    fix prereqs

    They're standard modules, but we should add them just in case 

  Change: 52cba93dff4fa662ed5547882a686d0fad19192b
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-08 23:40:16 +0000

    remove Test::Most since we only need Test::More 

  Change: 6dfcad634a96fa4db02f5628ce91d9fb7ffd6b24
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-08 23:38:07 +0000

    use numbered level when importing. thanks haarg!

    This makes sure that other important things are set, like file and
    line number.

    Fixes #5 

  Change: 43c5b944266295c88e068c192e5e39ac7daec932
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-08 23:37:02 +0000

    add test for inheriting from a base module 

  Change: e5367ade04dc1dacd0e4ca03f9881f29c4af1852
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-04 17:26:14 +0000

    explain what modules() returns and remove empty [] 

------------------------------------------
version 0.003 at 2014-06-04 22:16:00 +0000
------------------------------------------

  Change: 4f8de2618919f408db08cff74c6eafebaa407d74
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-04 17:16:00 +0000

    Release v0.003 

  Change: ec47fcd27da02e502a34359c0da2117b49e8d282
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-04 17:15:39 +0000

    implement unimport "-Module"

    This allows us to diable warnings categories, most likely the
    experimental warnings categories for experimental features.

    Fixes #4 

  Change: bace403a2cd7c66067cf526bf98c7d1ecda79bc1
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-04 16:55:48 +0000

    add usage examples 

  Change: ebe22994585fcac9aa76425572aab45f53abc845
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-06-04 16:55:28 +0000

    add -exclude option when importing a base module

    Fixes #1 

------------------------------------------
version 0.002 at 2014-04-27 02:27:17 +0000
------------------------------------------

  Change: 07eeabc2dcdb3146359d49a5261142b01656d6b4
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-04-26 21:27:17 +0000

    update to version 0.002 

  Change: f32a70b7b93c57f94b83de8911f2840d5adbd142
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-04-26 21:26:34 +0000

    remove feature from the test module

    We aren't actually testing for it, since it requires some magic that
    only exists in later versions of feature.pm 

------------------------------------------
version 0.001 at 2014-04-26 22:39:23 +0000
------------------------------------------

  Change: 9e33f998098510a831407722f489d780a827334f
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-04-26 17:39:23 +0000

    add links because it's nicer 

  Change: 778308c8ae6289d11987410cc4c9bcef8be252b2
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-04-26 17:38:06 +0000

    add build artifacts and base contributing file 

  Change: 3e47d8dce6034ae58efecbbe95d589d2cf302dbb
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-04-26 17:34:14 +0000

    add SEE ALSO section with some similar modules 

  Change: dc30d7fe8d7ff16ee35821433d010dfffd1bc191
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-04-26 17:23:20 +0000

    use an array to order imports instead of a hash

    This allows us to do more complex imports, including allowing
    multiple imports of the same module and allowing a '-MODULE' for 'no
    MODULE' in the future. 

  Change: 0fe51a7021314dd682b7e32e2469ecf9828c7458
  Author: Doug Bell <madcityzen@gmail.com>
  Date : 2014-04-26 17:11:38 +0000

    initial Import::Base implementation

    This culled from three projects where I've written the same import
    method. We're going to start doing this the smart way now... 

================
End of releases.
================