Skip to content

Commit

Permalink
accept 'password is required' from Net::Growl in t/01_simple.t
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Mar 10, 2011
1 parent 7801bd9 commit fb0a9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Growl::Any

0.06 2011-03-08 02:22:02
- Avoid test with "A password is required" in Net::Growl.

0.05 2011-02-21 13:00:39
- Split into submodules for maintaining (gfx)
- Add Null backend for the last fallback (gfx)
Expand Down
2 changes: 1 addition & 1 deletion lib/Growl/Any.pm
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use constant _DEBUG => $ENV{GROWL_ANY_DEBUG} ? 1 : 0;

our $VERSION = '0.05';
our $VERSION = '0.06';

my $backend;

Expand Down

0 comments on commit fb0a9dd

Please sign in to comment.