The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
HISTORY
    0.99    Original version; created by h2xs 1.22 with options

                    -A
                    -C
                    -X
                    -b5.6.1
                    -nLog::Dispatch::File::Rolling
                    --skip-exporter
                    -v0.99

    1.00    Initial coding

    1.01    Someone once said "Never feed them after midnight!"---Ok, let's
            append: "Never submit any code after midnight..."

            Now it is working, I also included 4 tests.

    1.02    No code change, just updated Makefile.PL to include correct
            author information and prerequisites.

    1.03    Changed the syntax of the '$' format character because I noticed
            some problems while making Log::Dispatch::File::Alerts. You need
            to change your configuration!

    1.04    Got a bug report where the file handle got closed in
            mid-execution somehow. Added a additional check to re-open it
            instead of writing to a closed handle.

    1.05    Updated packaging for newer standards. No changes to the coding.