[Catalyst] Mojomojo installation
Marcus Ramberg
marcus.ramberg at gmail.com
Tue Sep 18 08:39:00 GMT 2007
MojoMojo-0.999004.tar.gz just went to CPAN, and is using ash's mech
module. I also made Text::MarkDown an optional dependency, and made
the formatter skip if text::markdown is not installed.
Feel free to report further test failures in rt.cpan.org ;)
Marcus
On 9/17/07, Ash Berlin <ash_cpan at firemirror.com> wrote:
> Bernhard Graf wrote:
> > Hi all,
> >
> > I wanted to check out latest Mojomojo from CPAN, but got several
> > failures in the installation:
>
> [snip]
> > - t/c/page_edit.t fails test #4 and #6 because the order of the expected
> > HTML attributes is not the same (expects
> > <input\s+value=""\s+name="parent"\s+type="hidden"\s+/>
> > but gets
> > <input type="hidden" name="parent" value="" /> )
> [snip]
>
> That is the very reason why i wrote WWW::Mechanize::TreeBuilder:
> http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder-1.00002/lib/WWW/Mechanize/TreeBuilder.pm
>
> >From the synopsis (altered to show specific example as above):
>
> use Test::More tests => 2;
> use Test::WWW::Mechanize::Catalyst 'MyApp';
>
> my $mech = Test::WWW::Mechanize::Catalyst->new;
> WWW::Mechanize::TreeBuilder->meta->apply($mech);
>
> $mech->get_ok('/');
> ok( $mech->look_down(
> _tag => 'input',
> name => 'parent',
> type => 'hidden',
> value => '' ), 'Found expected tag.' );
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>
--
With regards
Marcus Ramberg
More information about the Catalyst
mailing list