X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=C4%2FTmplToken.pm;h=2283d16676d23374a5ef0f04cc247f4e9790e6e1;hb=ef5d4f3c62957100dae0948a44bd27a2159892b4;hp=819d304bb5ec39291d91a0add1e41c1dff097246;hpb=5432bd488f2cd842f4fece93c42423a3fc26143b;p=koha_fer diff --git a/C4/TmplToken.pm b/C4/TmplToken.pm index 819d304bb5..2283d16676 100644 --- a/C4/TmplToken.pm +++ b/C4/TmplToken.pm @@ -19,13 +19,8 @@ package C4::TmplToken; use strict; -#use warnings; FIXME - Bug 2505 +use warnings; use C4::TmplTokenType; -require Exporter; - -use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); - -############################################################################### =head1 NAME @@ -37,14 +32,8 @@ This is a class representing a token scanned from an HTML::Template .tmpl file. =cut -############################################################################### +our $VERSION = 3.07.00.049; -$VERSION = 3.07.00.049; - -@ISA = qw(Exporter); -@EXPORT_OK = qw(); - -############################################################################### sub new { my $this = shift;