DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / lib / Moose / Cookbook / Meta / Recipe2.pod
index 4c38c19..e94032b 100644 (file)
@@ -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