diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-08-10 17:20:57 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-10 17:20:57 -0700 |
commit | 1428a9eac14366d85687d4a525e9c673ef6415b2 (patch) | |
tree | 238a17817034778983feb31e8e62b413a2119c85 /FS/FS.pm | |
parent | ff0bc74a18466766d13da2bec0059b12b34b207d (diff) |
3.91
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.91~git'; +$VERSION = '3.91'; #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 |