[Catalyst-commits] r11112 - Catalyst-Plugin-Browser/trunk

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Aug 10 22:49:48 GMT 2009


Author: rafl
Date: 2009-08-10 22:49:46 +0000 (Mon, 10 Aug 2009)
New Revision: 11112

Removed:
   Catalyst-Plugin-Browser/trunk/README
Log:
Remove README. It's generated from the Pod.

Deleted: Catalyst-Plugin-Browser/trunk/README
===================================================================
--- Catalyst-Plugin-Browser/trunk/README	2009-08-10 22:49:32 UTC (rev 11111)
+++ Catalyst-Plugin-Browser/trunk/README	2009-08-10 22:49:46 UTC (rev 11112)
@@ -1,28 +0,0 @@
-NAME
-    Catalyst::Plugin::Browser - Browser Detection
-
-SYNOPSIS
-        use Catalyst qw[Browser];
-
-        if ( $c->request->browser->windows && $c->request->browser->ie ) {
-            # do something
-        }
-
-DESCRIPTION
-    Extends "Catalyst::Request" with browser detection.
-
-METHODS
-    browser
-        Returns an instance of HTTP::BrowserDetect, which lets you get
-        information of the client's user agent.
-
-SEE ALSO
-    HTTP::BrowserDetect, Catalyst::Request.
-
-AUTHOR
-    Christian Hansen, "ch at ngmedia.com"
-
-LICENSE
-    This library is free software . You can redistribute it and/or modify it
-    under the same terms as perl itself.
-




More information about the Catalyst-commits mailing list