Running under perl 5.10.0 causes the following warnings to be issued:
Useless localization of match position at
Template-Alloy-1.012/lib/Template/Alloy/Velocity.pm line 60.
Useless localization of match position at Template/Alloy/TT.pm line 54.
Useless localization of match position at
Template-Alloy-1.012/lib/Template/Alloy/HTE.pm line 71.
If you remove the local() from each of those file/line positions, all
tests still pass ok.
$ perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=linux, osvers=2.6.24.7-92.fc8, archname=x86_64-linux
uname='linux host194.subnet224.dundee.ac.uk 2.6.24.7-92.fc8 #1 smp
wed may 7 16:26:02 edt 2008 x86_64 x86_64 x86_64 gnulinux '
config_args='-e -Dprefix=/opt/perl-5.10.0'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -I/usr/local/include
-I/usr/include/gdbm'
ccversion='', gccversion='4.1.2 20070925 (Red Hat 4.1.2-33)',
gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Jun 2 2008 14:16:38
@INC:
/opt/perl-5.10.0/lib/5.10.0/x86_64-linux
/opt/perl-5.10.0/lib/5.10.0
/opt/perl-5.10.0/lib/site_perl/5.10.0/x86_64-linux
/opt/perl-5.10.0/lib/site_perl/5.10.0
.