diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-10-23 10:06:30 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-10-23 10:06:30 -0400 |
commit | 474291d3c27643d173620736babf7c760af98d8f (patch) | |
tree | 9357f6dc6e1871930f563c83e294be6f27ca241e /FS/FS.pm | |
parent | aa96a06f756fc0b5b6e047b6b6d3e6cf4fa8f523 (diff) |
3.5git
Diffstat (limited to 'FS/FS.pm')
-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.4'; +$VERSION = '3.5git'; #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 |