DBomb::Version - The DBomb Release Version


DBomb documentation Contained in the DBomb distribution.

Index


Code Index:

NAME

Top

DBomb::Version - The DBomb Release Version


DBomb documentation Contained in the DBomb distribution.

package DBomb::Version;

use strict;
use warnings;

## This is the RELEASE version, not the CVS Revision.
our $VERSION = '0.20'; ## tag: version-0_20 (remember to update README)

1;
__END__