The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Test::Inline.

0.16  Thu Dec 18 12:32:29 PST 2003
    - Fixed binmode on STDOUT/STDERR  (thanks Max Maischein)

0.15  Thu Apr 11 15:45:53 EDT 2002
    - Hacked in a solution for when code tries to redirect STDOUT or
      STDERR.  The behavior when redirecting STDOUT & STDERR is
      currently *UNDEFINED* but at least it doesn't blow up.
    * Off-by-some line number bugs now fixed.  Embedded tests should
      report correct line numbers.  __LINE__ should now be correct.

0.14  Thu Feb 28 12:38:53 EST 2002
    * pod2test now provides an $Original_File
    * Fixed handling of "print STDERR ..." in tests
    * Fixed $_STDERR_ and $_STDOUT_ so they clear themselves
      between test blocks (bug reported by Wolfgang Weisselberg)
    - Some point between Test::More 0.30 and 0.33 it became unsafe
      to redirect STDOUT/STDERR in tests.  This broke pod2test.
      The minimum version of Test::More has been uped (again, thanks
      Wolfgang)

0.13  Mon Feb 18 16:40:29 EST 2002
    * pod2test now exits with 1 if it doesn't find any embedded tests

0.12  Mon Nov 12 15:46:49 EST 2001
    * An excuse to upload a new version to CPAN to get this back
      on the indexes.

0.11  Thu Aug 30 18:45:58 EDT 2001
    - Fixed a bug in the testifypods example in Test::Inline::Tutorial
    * pod2test will not generate a test file for POD which has no
      embedded tests.
    * Testing code examples no longer considered experimental

0.10  Wed Aug 29 01:13:41 EDT 2001
    * Pod::Tests is now officially named Test::Inline
    * Pod::Tests::Tutorial renamed Test::Inline::Tutorial
    * Tests are now lexically isolated
    * Works back to 5.004 now (Thanks to Tatsuhiko Miyagawa)
    * "=also begin example" is now "=for example begin"

0.08  Mon Aug 13 16:48:50 EDT 2001
    * Now reporting the line numbers of the orignal POD entries in tests
    * Put in warning about tests being lexically isolated next version.
    - Documented that "=also for example" will never work
    - fixed bug with tests at the very end of the file

0.07  Wed Jul 18 19:14:49 EDT 2001
    - oops, forgot to put the tutorial file into the MANIFEST

0.06  Tue Jul 17 12:38:01 EDT 2001
    * Added Pod::Tests::Tutorial docs.

0.05  Fri Jun 29 22:01:33 EDT 2001
    * Greatly extended the abilities of testing example code.

0.04  Fri Jun 29 20:10:29 EDT 2001      *UNRELEASED*
    - Fixed a bug with pod2test puking if there's no tests
    - Added RFC 183 into the dist.
    - Fixed up testing of example code

0.03  Tue Jun 12 17:42:28 EDT 2001
    * Now using Test::More and the no_plan feature in pod2tests
    * Multiple tests in one block supported!
    * Actually usable.

0.02  Sun Mar  4 04:13:05 GMT 2001
    * Moved build_examples() and build_tests() to Pod::Tests
    * Fixed and documented multiple parsing.
    * Added examples
    * pod2test now installs itself
    - Documented all private methods (privately)
    - Removed bogus Pod::Parser dependency
    - Fixed and tested pod2test

0.01  Thu Feb  1 12:46:03 EST 2001
    - First version escaped