Skip to content

Commit

Permalink
Async getter logging (#217)
Browse files Browse the repository at this point in the history
* add missing signature

* sync changes
  • Loading branch information
oetiker authored Jun 28, 2023
1 parent e8ba805 commit 16a1078
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.46.5 2023-06-28 08:29:18 +0200 Tobias Oetiker <[email protected]>

- fixed regression in abstractform (missing signature)

0.46.4 2023-06-26 14:19:27 +0200 Tobias Oetiker <[email protected]>

- propper logging for async getters
Expand Down
2 changes: 1 addition & 1 deletion lib/CallBackery.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use CallBackery::Plugin::Doc;
use CallBackery::Database;
use CallBackery::User;

our $VERSION = '0.46.4';
our $VERSION = '0.46.5';


=head2 config
Expand Down
2 changes: 1 addition & 1 deletion lib/CallBackery/GuiPlugin/AbstractForm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The base class for gui forms.
=cut

use Mojo::Base 'CallBackery::GuiPlugin::AbstractAction';
use Mojo::Base 'CallBackery::GuiPlugin::AbstractAction', -signatures;

=head1 ATTRIBUTES
Expand Down

0 comments on commit 16a1078

Please sign in to comment.