Skip to content

Commit

Permalink
Add Exporter support back in case someone's using it
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jun 30, 2015
1 parent af455a4 commit 842065d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CDB_File.pm
Expand Up @@ -3,9 +3,11 @@ package CDB_File;
use strict;

use XSLoader ();
use Exporter ();

our @ISA = qw(XSLoader);
our $VERSION = '0.97';
our @ISA = qw(XSLoader Exporter);
our $VERSION = '0.98';
our @EXPORT_OK = qw(create);

=head1 NAME
Expand Down

0 comments on commit 842065d

Please sign in to comment.