The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for feature-qw_comments

1.10.1  2012/05/19
        - This module is now deprecated.
          Use Syntax::Feature::QwComments instead.

1.10.0  2011/10/26
        - An improper opcode tree was built for an empty qw().
          This caused Perl 5.13.3+ to crash.

1.8.0   2011/09/21
        - A workaround for a bug in Perl 5.14 was needlessly being applied to 5.16.

1.6.0   2011/09/19
        - Added more tests, including testing of handling of non-ASCII chars.
        - Added workaround for a bug in Perl's lex_read_unichar.
        - Rename LICENSE.txt and CHANGES.txt to names recognised by search.cpan.org.

1.4.0   2011/09/19
        - Allow "#" to be escaped.
        - Fix incorrect handling of "\ ".
        - Increased test coverage.

1.2.0   2011/09/18
        Initial version.