-
This doesn't happen on perl 5.18 (I've tested on CentOS6 and MacOSX)
``` perl
#!perl -w
use strict;
use Text::Xslate;
use HTML::FillInForm::Lite 1.09;
my $tx = Text::Xslate->new(
path => [ '.' …
-
The following complaints prevent Text::Xslate from installing via `cpanm` on CentOS 5 unless you say `--force`:
```
t/900_bugs/039_issue96.t ........................ ok
"remove_tree" is not exported …
-
Tests failed with threaded Perl 5.21.4 and higher. Unthreaded 5.21.x passes all tests.
See http://www.cpantesters.org/cpan/report/c081e306-f7e6-11e4-b80d-f1571b12eb46 for a sample fail report and ht…
-
```
Xslate is cool.
```
Original issue reported on code.google.com by `heikki.s...@gmail.com` on 8 May 2011 at 8:42
-
Migrated from [rt.perl.org#122159](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=122159) (status was 'resolved')
Searchable as RT122159$
p5pRT updated
9 years ago
-
This causes test failure of `Text::Xslate`.
Here is test program.
``` perl
#!perl
package Foo;
use Mouse;
has syntax => (
is => 'rw',
isa => 'Str',
default => 'Koron',
);
pack…
-
This is the content of build.log -
```
cpanm (App::cpanminus) 1.7039 on perl 5.018002 built for x86_64-linux-gnu-thread-multi
Work directory is /home/bibhas/.cpanm/work/1441465489.17003
You have mak…
-
perl 5.21.7 has a new warning which is causing the test suite to fail. See http://www.cpantesters.org/cpan/report/57d24bca-88c4-11e4-b194-8c305ef060ad for a sample fail report.
-
```
Convert the system from Mojolicious app to PSGI app. Generally many solutions
remain the same and require only API rewrite. Templating changes from
Mojo::Template to Text::Xslate.
```
Original …
-
The verbose attribute should be an integer, not bool. The following link discusses setting the verbose attribute to values >= 2. http://search.cpan.org/~gfuji/Text-Xslate/lib/Text/Xslate/Manual/Debug…