diff options
author | ivan <ivan> | 2004-11-27 19:09:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-27 19:09:47 +0000 |
commit | 52a2dbebe522c0866e18f09a169d39a0cbd4d7b8 (patch) | |
tree | ffa874ac8a645bd6a6ef72ddac6e825c50709cbe /FS/FS.pm | |
parent | 96db7f5df100ab0ebdcb23630ada27b4702328b9 (diff) |
ticket system integration framework and skin RT
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 = '0.01'; +$VERSION = '%%%VERSION%%%'; #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 |