Merge remote branch 'wreis/master'
[catagits/Catalyst-View-Component-SubInclude.git] / t / lib / ESITest / View / TT.pm
index 4f17bd6..bf9d33c 100644 (file)
@@ -7,6 +7,16 @@ with 'Catalyst::View::Component::SubInclude';
 __PACKAGE__->config(
     TEMPLATE_EXTENSION => '.tt',
     subinclude_plugin => 'Visit',
+    subinclude => {
+        'HTTP::GET' => {
+            class => 'HTTP',
+            http_method => 'GET',
+            uri_map => {
+                '/cpan/' => 'http://search.cpan.org/~',
+                '/github/' => 'http://github.com/',
+            },
+        },
+    },
 );
 
 1;