diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-24 13:44:36 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-24 13:44:36 -0700 |
commit | e716d2c9a2f213caf3ff767546804f26dd1d3d6d (patch) | |
tree | 3c2904425e31937e1f767cc1ada0aa008041fbd3 | |
parent | 315e05ac3e63dbd51a162df27cff1233935d5cd3 (diff) |
3.1
-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.1git'; +$VERSION = '3.1'; #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 |