Modified:
/trunk/Changes
/trunk/lib/Bigtop.pm
=======================================
--- /trunk/Changes Mon Oct 11 04:56:21 2010
+++ /trunk/Changes Fri Feb 11 12:35:51 2011
@@ -1,5 +1,9 @@
Revision history for Perl extension Bigtop.
+0.40
+ - Add changelog entry for previous commit. Fixed bug with composite
+ primary key syntax.
+
0.39
- Changed bigtop script so -a and -n are optional if -s is used. In
that case, a bigtop file is generated and dumped to standard out.
=======================================
--- /trunk/lib/Bigtop.pm Mon Oct 11 04:56:21 2010
+++ /trunk/lib/Bigtop.pm Fri Feb 11 12:35:51 2011
@@ -5,7 +5,7 @@
use Carp;
use File::Spec;
-our $VERSION = '0.39';
+our $VERSION = '0.40';
sub write_file {
my $file_name = shift;