X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=c3d63f3698e1cb65c0a0047592c4ab509a9de312;hb=24c2d0b0530f4ffc09ca3a474aa756d3fffda499;hp=c8ab27ec8c7d8199434c78ebc8efebdcbd6f78c2;hpb=25c53e7a6e00998d3c0cd03939a893d60260a59c;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index c8ab27ec8..c3d63f369 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.1~git'; +$VERSION = '4.3~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