Skip to content

Commit

Permalink
CPAN release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliensobrier committed Jun 28, 2012
1 parent b692252 commit ba6b46f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion Changes
Expand Up @@ -4,4 +4,7 @@ Revision history for Perl extension Net::Google::SafeBrowsing2::Redis.
- original version

0.02 Mon Jun 18 19:17:00
- improve performances
- improve performances

0.2 Thu Jun 28 14:29:00
- ready for CPAN release
2 changes: 1 addition & 1 deletion lib/Net/Google/SafeBrowsing2/Redis.pm
Expand Up @@ -9,7 +9,7 @@ use Carp;
use Redis::hiredis;


our $VERSION = '0.03';
our $VERSION = '0.2';


=head1 NAME
Expand Down
7 changes: 2 additions & 5 deletions t/Net-Google-SafeBrowsing2-Redis.t
@@ -1,10 +1,7 @@
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl Net-Google-SafeBrowsing2-Redis.t'

#########################

use Test::More qw(no_plan);

BEGIN { use_ok('Net::Google::SafeBrowsing2::Redis') };

require_ok( 'Net::Google::SafeBrowsing2::Redis' );

# done_testing();

0 comments on commit ba6b46f

Please sign in to comment.