Skip to content

Commit

Permalink
Incremented version to 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Mar 27, 2007
1 parent 4c5d14e commit 562e497
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension Params::CallbackRequest. Revision history for Perl extension Params::CallbackRequest.


1.18

1.17 2007-03-27T16:21:34 1.17 2007-03-27T16:21:34
- Updated copyright date. - Updated copyright date.
- Now requiring (rather than recommending) Class::ISA and - Now requiring (rather than recommending) Class::ISA and
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
Params/CallbackRequest version 1.16 Params/CallbackRequest version 1.18
=================================== ===================================


Params::CallbackRequest provides functional and object-oriented callbacks to Params::CallbackRequest provides functional and object-oriented callbacks to
Expand Down
2 changes: 1 addition & 1 deletion lib/Params/Callback.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Params::Validate ();
use Params::CallbackRequest::Exceptions (abbr => [qw(throw_bad_params)]); use Params::CallbackRequest::Exceptions (abbr => [qw(throw_bad_params)]);


use vars qw($VERSION); use vars qw($VERSION);
$VERSION = '1.17'; $VERSION = '1.18';
use constant DEFAULT_PRIORITY => 5; use constant DEFAULT_PRIORITY => 5;
use constant REDIRECT => 302; use constant REDIRECT => 302;


Expand Down
2 changes: 1 addition & 1 deletion lib/Params/CallbackRequest.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Params::CallbackRequest::Exceptions (abbr => [qw(throw_bad_params
throw_cb_exec)]); throw_cb_exec)]);


use vars qw($VERSION); use vars qw($VERSION);
$VERSION = '1.17'; $VERSION = '1.18';


BEGIN { BEGIN {
for my $attr (qw( default_priority for my $attr (qw( default_priority
Expand Down
2 changes: 1 addition & 1 deletion lib/Params/CallbackRequest/Exceptions.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Params::CallbackRequest::Exceptions;


use strict; use strict;
use vars qw($VERSION); use vars qw($VERSION);
$VERSION = '1.17'; $VERSION = '1.18';


use Exception::Class ( 'Params::Callback::Exception' => use Exception::Class ( 'Params::Callback::Exception' =>
{ description => 'Params::Callback exception', { description => 'Params::Callback exception',
Expand Down

0 comments on commit 562e497

Please sign in to comment.