diff options
author | Zefram <zefram@fysh.org> | 2010-12-19 12:21:54 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2010-12-19 12:21:54 +0000 |
commit | e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc (patch) | |
tree | 1181bb5e0bd70267f3f74d205522fc0c203c1707 /dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm | |
parent | b7f04779ef370c2aa666b6e6c9a1c0ab050db6b4 (diff) | |
download | perl-e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc.tar.gz |
bump version of many modules
Core-only modules that have changed from v5.13.7, and dual-life modules
that have changed from v5.13.7 and didn't show up in earlier passes.
Diffstat (limited to 'dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm')
-rw-r--r-- | dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm index e943604af4..9e6e7b5f11 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm @@ -18,7 +18,7 @@ my(@XSStack); # Stack of conditionals and INCLUDEs my($XSS_work_idx, $cpp_next_tmp); use vars qw($VERSION); -$VERSION = '2.2207'; +$VERSION = '2.2208'; $VERSION = eval $VERSION if $VERSION =~ /_/; use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re $Overload $errors $Fallback |