The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for Mixin-Linewise

0.104     2013-12-21 15:19:00-0500 America/New_York
        - clean up the docs for changes made in 0.103

0.103     2013-12-19 19:34:04-0500 America/New_York
        [THIS MIGHT BREAK YOUR CODE]
        - the string methods once again open references to scalars, rather
          than using IO::Scalar

0.102     2013-11-02 11:36:22 America/New_York
        - revert the IO::String changes found in 0.101

0.101     2013-11-02 08:00:43 America/New_York
        [THIS MIGHT BREAK YOUR CODE]
        - tweak how read_string handles non-ASCII strings; needs further
          automated testing, so be sure to run your test suites

0.100     2013-10-18 15:55:59 America/New_York (TRIAL RELEASE)
        [THIS MIGHT BREAK YOUR CODE]
        - add binmode option to set binmode on opened filehandles; this
          defaults to encoding(UTF-8); thanks, David Golden!
        - typo fix by the inimitable David Steinbrunner

0.004     2013-06-18 17:30:31 America/New_York
          repackage

0.003     2010-02-14
          add Test::More prereq

0.002     2008-06-05
          update prereqs

0.001     2008-06-05
          refactored out of Config-INI