Skip to content

Commit

Permalink
Incremented version number to 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jul 24, 2007
1 parent e9f12fb commit ef14c7b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension MasonX::Interp::WithCallbacks.

1.18

1.17 2007-07-24T19:37:47
- Fixed test failures with Mason 1.36. Patch from Niko Tyni.

Expand Down
10 changes: 3 additions & 7 deletions META.yml
@@ -1,10 +1,6 @@
---
name: MasonX-Interp-WithCallbacks
version: !!perl/hash:Module::Build::Version
original: 1.16
version:
- 1
- 160
version: 1.18
author:
- 'David Wheeler <david@kineticode.com>'
abstract: Mason callback support via Params::CallbackRequest.
Expand All @@ -23,8 +19,8 @@ recommends:
provides:
MasonX::Interp::WithCallbacks:
file: lib/MasonX/Interp/WithCallbacks.pm
version: 1.16
generated_by: Module::Build version 0.2804
version: 1.18
generated_by: Module::Build version 0.2808
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
version: 1.2
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
MasonX/Interp/WithCallbacks version 1.17
MasonX/Interp/WithCallbacks version 1.18
========================================

MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
Expand Down
2 changes: 1 addition & 1 deletion lib/MasonX/Interp/WithCallbacks.pm
Expand Up @@ -8,7 +8,7 @@ use Params::CallbackRequest;

use vars qw($VERSION @ISA);
@ISA = qw(HTML::Mason::Interp);
$VERSION = '1.17';
$VERSION = '1.18';

Params::Validate::validation_options
( on_fail => sub { HTML::Mason::Exception::Params->throw( join '', @_ ) } );
Expand Down

0 comments on commit ef14c7b

Please sign in to comment.