Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prepare 0.02_01
  • Loading branch information
chizmw authored and yannk committed May 12, 2011
1 parent 222cc76 commit 724dc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension Net::AppNotifications

0.02
- support extra notification parameters

0.01 Fri Jul 24 21:45:27 2009
- original version
2 changes: 1 addition & 1 deletion lib/Net/AppNotifications.pm
Expand Up @@ -2,7 +2,7 @@ package Net::AppNotifications;

use strict;
use 5.008_001;
our $VERSION = '0.02';
our $VERSION = '0.02_01';
use AnyEvent::HTTP;
use Carp;
use URI::Escape 'uri_escape_utf8';
Expand Down

0 comments on commit 724dc23

Please sign in to comment.