Skip Menu |

This queue is for tickets about the Catalyst-Plugin-SmartURI CPAN distribution.

Report information
The Basics
Id: 88069
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-SmartURI

People
Owner: Nobody in particular
Requestors: TSTANTON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.036
Fixed in: (no value)



Subject: Add hint for loading plugin to SYNOPSIS
Hello, thanks for this great plugin! It had been a while since I've used Catalyst, so I completely forgot to actually load this plugin (via use() in the main class of my application)--I was wondering why calling the 'relative' method was returning nothing. :) So, the SYNOPSIS in the Pod starts out as: =head1 SYNOPSIS In your .conf: <Plugin::SmartURI> disposition host-header # application-wide uri_class URI::SmartURI # by default </Plugin::SmartURI> Before "In your .conf," could we add something like this to SYNOPSIS? Load the plugin: use Catalyst qw/ SmartURI /; Thanks, Tommy
Subject: Re: [rt.cpan.org #88069] Add hint for loading plugin to SYNOPSIS
Date: Mon, 26 Aug 2013 18:25:26 -0400
To: bug-Catalyst-Plugin-SmartURI [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] gmail.com>
I will add that later today. On Friday, August 23, 2013 at 5:59 PM, Tommy Stanton via RT wrote: Show quoted text
> Fri Aug 23 17:59:20 2013: Request 88069 was acted upon. > Transaction: Ticket created by TSTANTON > Queue: Catalyst-Plugin-SmartURI > Subject: Add hint for loading plugin to SYNOPSIS > Broken in: 0.036 > Severity: Normal > Owner: Nobody > Requestors: TSTANTON@cpan.org (mailto:TSTANTON@cpan.org) > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88069 > > > > Hello, thanks for this great plugin! > > It had been a while since I've used Catalyst, so I completely forgot to actually load this plugin (via use() in the main class of my application)--I was wondering why calling the 'relative' method was returning nothing. :) > > So, the SYNOPSIS in the Pod starts out as: > > =head1 SYNOPSIS > > In your .conf: > > <Plugin::SmartURI> > disposition host-header # application-wide > uri_class URI::SmartURI # by default > </Plugin::SmartURI> > > Before "In your .conf," could we add something like this to SYNOPSIS? > > Load the plugin: > > use Catalyst qw/ SmartURI /; > > Thanks, > Tommy
0.037 2013-08-26 23:50:44 - converted to git and moved to github - converted to dzil - add plugin loading example to SYNOPSIS (RT#88069)