From: Mateu X Hunter Date: Mon, 23 Jan 2012 22:20:10 +0000 (-0700) Subject: Correct syntax in synopsis X-Git-Tag: v0.012~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=6ee6b2dc9e125ae16be4a61048b1e4da3e237bf0 Correct syntax in synopsis --- diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index cd76021..eeab5cb 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -40,7 +40,7 @@ Web::Simple - A quick and easy way to build simple web applications #!/usr/bin/env perl package HelloWorld; - use Web::Simple + use Web::Simple; sub dispatch_request { sub (GET) {