The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2.0.5   2014-12-12

    [ Sawyer X ]
 Major cleanup: it works now:

The original structure was awkward. This is fixed and working with
the original tests.

There are now three decoupled parts:

* Dancer2::Plugin::Passphrase:

Provide the 'generate' keyword for generating passphrases.

* Dancer2::Plugin::Passphrase::Core:

The majority of the actual implementation.

When you call the 'generate' keyword it creates an object of
Dancer2::Plugin::Passphrase::Core. The original design would actually
create an object of the plugin itself, which is risky and confusing.

When you call methods, it's actually called on this object.

* Dancer2::Plugin::Passphrase::Hashed:

This is a data object representing the hashed passphrase.

2.0.4   2014-11-22

    [ MISC ]
    * New Makfile

2.0.3	2014-11-10

   [ MISC ]
   * D2 version

0.0.1   2011-09-06

    ** First Draft **