diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-19 12:48:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-19 12:48:07 +0100 |
commit | ab171d056a160dd16174316c5cbf84c9059ad712 (patch) | |
tree | 4e3f338cccd17e3270420538b1d6e6180760ccb5 /bin | |
parent | 65f299838d8042f3e9176d92c10a064cd086ad9c (diff) |
Add Build.PL + basic tests
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hashl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ my $total = 0; my $cur = 0; my $timer; +my $VERSION = '0.1'; + my $db; GetOptions( |