X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FContract.pm;h=0259470406be051060229a0fdc6c0f05979ee880;hb=020c095377971fe70550ef07383bb9092f967946;hp=01dadd23dea810846ca01b6bbaa34aba7461c7b3;hpb=f36c042b80f053b7f75dfc1aff12a312e5a59134;p=koha_gimpoz diff --git a/C4/Contract.pm b/C4/Contract.pm index 01dadd23de..0259470406 100644 --- a/C4/Contract.pm +++ b/C4/Contract.pm @@ -13,11 +13,12 @@ package C4::Contract; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use C4::SQLHelper qw(:all); use vars qw($VERSION @ISA @EXPORT); @@ -68,6 +69,6 @@ __END__ =head1 AUTHOR -Koha Developement team +Koha Development Team =cut