Subject: | Stacked filetest operator limit usability |
Cpantesters reveil that perls < 5.10 fail the tests.
I've tracked it down to
DBIx::Simple::Batch::new(blib/lib/DBIx/Simple/Batch.pm:84):
84: unless (-d -r $path) {
That's a stacked filetest operator, isn't it? It seems they were not
supported in 5.8.x. I haven't tried fixing it, maybe there are other
5.10-isms lurking.
If the restriction to perl >= 5.10 intentional, then please add a
declaration to the Makefile.PL so that cpantesters do not fail but just
report NA for older perls.
http://wiki.cpantesters.org/wiki/CPANAuthorNotes explains the whole
range of options you'd have.
Thanks,