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