Skip to content

Commit

Permalink
And release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acme committed Feb 1, 2010
1 parent 4bd1a29 commit 5d43ce9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,6 +1,6 @@
Revision history for Perl module Net::Cassandra:

0.35
0.35 Mon Feb 1 10:14:41 GMT 2010
- update to version 0.5.0 of Cassandra
- add supercolumn examples to examples/simple.pl

Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -52,13 +52,13 @@ SYNOPSIS
DESCRIPTION
This module provides an interface the to Cassandra distributed database.
It uses the Thrift interface. This is changing rapidly and supports
version 0.4.2 of Cassandra.
version 0.5.0 of Cassandra.

AUTHOR
Leon Brocard <acme@astray.com>.

COPYRIGHT
Copyright (C) 2009, Leon Brocard
Copyright (C) 2009-2010, Leon Brocard

LICENSE
This module is free software; you can redistribute it or modify it under
Expand Down
6 changes: 3 additions & 3 deletions lib/Net/Cassandra.pm
Expand Up @@ -7,7 +7,7 @@ use Net::Cassandra::Backend::Thrift::Socket;
use Net::Cassandra::Backend::Thrift::BufferedTransport;
use Net::Cassandra::Backend::Thrift::BinaryProtocol;

our $VERSION = '0.34';
our $VERSION = '0.35';

has 'hostname' => ( is => 'ro', isa => 'Str', default => 'localhost' );
has 'port' => ( is => 'ro', isa => 'Int', default => 9160 );
Expand Down Expand Up @@ -97,15 +97,15 @@ Net::Cassandra - Interface to Cassandra
This module provides an interface the to Cassandra distributed database.
It uses the Thrift interface. This is changing rapidly and supports
version 0.4.2 of Cassandra.
version 0.5.0 of Cassandra.
=head1 AUTHOR
Leon Brocard <acme@astray.com>.
=head1 COPYRIGHT
Copyright (C) 2009, Leon Brocard
Copyright (C) 2009-2010, Leon Brocard
=head1 LICENSE
Expand Down

0 comments on commit 5d43ce9

Please sign in to comment.