Skip to content

Commit

Permalink
Version 0.001
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Feb 16, 2011
1 parent 301a1b8 commit 0aa694b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.001
0.001 16-02-2011
- Initial version abstracted from work code as I never want to
think about this again.
2 changes: 2 additions & 0 deletions lib/Math/Inequalities/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ use Exporter qw/ import /;

our @EXPORT = qw/ parse_inequality /;

our $VERSION = '0.001';

sub parse_inequality {
my ($string) = @_;
$string ||= '';
Expand Down

0 comments on commit 0aa694b

Please sign in to comment.