Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Weaver CPAN distribution.

Report information
The Basics
Id: 84775
Status: resolved
Priority: 0/
Queue: Pod-Weaver

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

Bug Information
Severity: (no value)
Broken in: 3.101638
Fixed in: (no value)



Subject: patch: make Section::Version accept many format strings
https://github.com/rjbs/pod-weaver/pull/17 This changeset allows a Pod::Weaver::Section::Version format to be specified over multiple lines in a weaver.ini configuration file. Each format is rendered as its own line of POD, allowing things like this in a weaver.ini file to work as expected: [Version] format = version %v format = format = This module's version numbers follow the conventions described at format = L<semver.org|http://semver.org/>. VERSION version 1.012078 This module's version numbers follow the conventions described at semver.org <http://semver.org/>.
this has been merged -- rjbs