The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
version: 0.20
date:    Tue Oct 17 02:16:18 PDT 2006
changes:
- Removed a leftover 'use XXX;' that made tests fail.
---
version: 0.19
date:    Sun Oct  1 10:05:13 CST 2006
changes:
- Recognize whitespace after the heredoc marker, e.g. "<< 'FOO'"
- Don't treat a literal '<<' string by itself as a heredoc marker.
- Don't treat '<<=' as a heredoc marker.
- Support 'use_means_now'.

---
version: 0.18
date:    Mon Jul 17 14:33:39 PDT 2006
changes:
- Patch from ruoso to make Makefile .pmc targets dep on .pm files.
- Refactor caller stack number into a method.

---
version: 0.17
date:    Sun Jul  2 22:36:34 CDT 2006
changes:
- Support for compiling non-module files.

---
version: 0.16
date:    Mon Jun 26 11:50:46 CDT 2006
changes:
- Pugs tree changes
- Support v6

---
version: 0.15
date:    Sun Mar 26 12:34:58 PST 2006
changes:
- Added ability to fold out potentially conflicting code.
- Added a context block to pass more info to compilers.

---
version: 0.14
date:    Tue Mar 14 13:02:11 PST 2006
changes:
- Added Module::Install support for pmc
- Lots of nice changes by audreyt

---
version: 0.13
date:    Mon Mar 13 06:49:18 PST 2006
changes:
- Applied a freshness_check patch from audreyt
- Added a ToDo list
- Apostrophe is a package delimiter.

---
version: 0.12
date:    Sun Mar 12 10:56:26 PST 2006
changes:
- Don't allow .pl -> .plc

---
version: 0.11
date:    Sun Mar 12 10:05:47 PST 2006
changes:
- Fixed API bugs
- Fixed Doc
- Applied changes from audreyt
- Added stub for freshness check

---
version: 0.10
date:    Sun Mar 12 05:47:06 PST 2006
changes:
- Maiden voyage