Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami committed Sep 20, 2011
1 parent f91671c commit 1d7c15b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Revision history for feature-qw_comments

1.6.0 ????/??/??
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.
Expand Down
4 changes: 2 additions & 2 deletions lib/feature/qw_comments.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package feature::qw_comments;
use strict;
use warnings;

use version; our $VERSION = qv('v1.5.0');
use version; our $VERSION = qv('v1.6.0');

use XSLoader qw( );

Expand All @@ -22,7 +22,7 @@ feature::qw_comments - Pragma to allow comments in qw()
=head1 VERSION
Version 1.5.0
Version 1.6.0
=head1 SYNOPSIS
Expand Down

0 comments on commit 1d7c15b

Please sign in to comment.