X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FCookbook%2FMeta%2FRecipe2.pod;fp=lib%2FMoose%2FCookbook%2FMeta%2FRecipe2.pod;h=e94032b478f6db13365d0ee2be77b4bfedfa0e2b;hb=1808c2dab86d0317d10f70d3a7a923e97daf54bb;hp=4c38c19d03059d7de78b60968c2b1bf38b9b7a50;hpb=6b584f6c4dc1c2108c1bc233caec49627b2cce04;p=gitmo%2FMoose.git diff --git a/lib/Moose/Cookbook/Meta/Recipe2.pod b/lib/Moose/Cookbook/Meta/Recipe2.pod index 4c38c19..e94032b 100644 --- a/lib/Moose/Cookbook/Meta/Recipe2.pod +++ b/lib/Moose/Cookbook/Meta/Recipe2.pod @@ -283,7 +283,7 @@ my $app = MyApp::Website->new( url => "http://google.com", name => "Google" ); is( $app->dump, q{name: Google The site's URL: http://google.com -}, '... got the expected dump value' +}, 'got the expected dump value' ); =end testing