diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-01-05 21:24:39 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-05 21:24:39 -0800 |
commit | 8a54677fd5dfcc1e55188374b206de24275fd780 (patch) | |
tree | 9851cce03ab684fe73607c673106c5c40a2808a8 | |
parent | 53b9ba47322ee112b3f259006ce1eeb8410904b9 (diff) |
the future is now
-rw-r--r-- | FS/FS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.0'; +$VERSION = '3.1git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done |