The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Release history for Path-IsDev

0.2.3 2013-07-14T03:02:16Z
 [Bugs]
 - Need more recent Moo for `builder => sub {}`

 [Dependencies::Changed / runtime requires]
 - `Moo 0` → `1.000008`

 [Tests]
 - Better coverage of `::Object`

0.2.2 2013-07-07T15:53:07Z
 [Bugs]
 - Suppress redefine warning caused by localising a sub before sourcing the
   module that provides it.

0.2.1 2013-07-07T15:27:19Z
 [Internals]
 - Debug messages now include some indicator suggesting which unique object
   they're comming from.
 - invoking `BUILD` with debugging on prints basic introspected data.

0.2.0 2013-07-07T13:52:33Z
 [00 Major Changes]
 - Guts of exporter refactored to a `Moo` class.

 [Dependencies::Added / runtime requires]
 - `Moo`

0.1.1 2013-07-06T15:36:30Z
 [Internals]
 - `debug()` now appends `\n` automatically.

0.1.0 2013-07-06T12:49:36Z
 - First version.