diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-06 17:15:17 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-06 17:15:17 -0500 |
commit | 4c8c3c5166ee6949c3b3339b12b1985d95330bc4 (patch) | |
tree | 19d4143acde18b3540ec2f4edc0f37def483c041 | |
parent | 02b8d7a9f1689ccd74d749bc18ed2d0d17447925 (diff) |
3.2
-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.2git'; +$VERSION = '3.2'; #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 |