Revision history for Pod-Elemental-PerlMunger

0.200000  2014-01-11 14:23:46-05:00 America/New_York
        - it's now possible to replace Pod with something rather than nothing
          when it's extracted from your document; check out the "replacer"
          attribute

0.100000  2014-01-07 20:02:01-05:00 America/New_York
        - encode character string input into octets for PPI, then ensure output
          is also characters

0.093333  2013-10-09 17:17:00 America/New_York
          update bugtracker and repo data

0.093332  2012-08-24 21:03:56 America/New_York
          if there's nothing after __END__ but whitespace (after removing POD)
          then place the munged POD there.  Also, place a blank line
          between __END__ and the POD (thanks, Christopher J. Madsen!)

0.093331  2011-09-19 15:52:00 America/New_York
          some speed improvements by changing how we use PPI (thanks, Dave
          Rolsky!)

0.093330  2009-11-29 08:43:08 America/New_York
          throw exception if PPI parsing fails

0.093020  2009-10-28
          first release