Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami committed Sep 21, 2011
1 parent e1c78cc commit 0603c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Changes
@@ -1,8 +1,7 @@
Revision history for feature-qw_comments

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

use version; our $VERSION = qv('v1.7.0');
use version; our $VERSION = qv('v1.8.0');

use XSLoader qw( );

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

0 comments on commit 0603c3d

Please sign in to comment.