X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=aed0c5f5c6d27f9cc123d53093f6fb21e55c73e6;hb=1ac968c34d6656307d23080a2b55de1a8caa6bf4;hp=04311e57d4667ced88b86d9900294457978d2667;hpb=7b40e0e045368d350529d78208be0e6124f94b5a;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 04311e57d..aed0c5f5c 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0git'; +$VERSION = '5.0~git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done @@ -67,6 +67,8 @@ L - Customer searching L - Batch customer importing +L - Batch contact importing + =head2 Database record classes L - Database record base class @@ -662,35 +664,7 @@ and higher SNR than the users list. Send a blank message to Commercial products and services are available; see and . -=head1 AUTHORS - -=head2 CORE TEAM - -Jeremy Davis - -Jason Hall - -Ivan Kohler - -Mark Wells - -=head2 CORE EMERITUS - -Peter Bowen - -Jeff Finucane - -Kristian Hoffman - -Erik Levinson - -Brian McCane - -Richard Siddall - -Matt Simerson - -=head2 CONTRIBUTORS +=head1 AUTHORS AND CONTRIBUTORS See httemplate/docs/credits.html