Reputation: 819
Is it possible to include the contents of a constant in the POD for a module. Example:
use constant DEFAULT_URL => "http://www.example.com";
...
=item B<setUrl>
Change the URL to query. Default is [contents of DEFAULT_URL here]
=cut
Upvotes: 5
Views: 212