The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Copyright (c) 2008 by David Golden. All rights reserved.
# Licensed under Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License was distributed with this file or you may obtain a 
# copy of the License from http://www.apache.org/licenses/LICENSE-2.0

Revision history for Devel-Autoflush

0.04 Wed Oct  1 23:06:51 EDT 2008
    - Bug fix: no longer uses string eval to set $VERSION (broke testing of
      overload::eval

0.03 Mon Sep 15 17:24:41 EDT 2008
    - No longer loads any modules (e.g. vars, strict) for minimal side effects

0.02 Fri May 23 20:41:34 EDT 2008
    - Remove 'our' keyword for backwards compatibility

0.01 Wed May 21 23:27:32 EDT 2008
    - Initial release