Name : perl-Dist-Zilla-Plugin-BumpVersionAfterRelease
| |
Version : 0.018
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.62
| Date : 2024-08-05 20:53:06
|
Group : Development/Libraries/Perl
| Source RPM : perl-Dist-Zilla-Plugin-BumpVersionAfterRelease-0.018-1.62.src.rpm
|
Size : 0.06 MB
| |
Packager : (none)
| |
Summary : Bump module versions after distribution release
|
Description :
After a release, this module modifies your original source code to replace an existing \'our $VERSION = \'1.23\'\' declaration with the next number after the released version as determined by Version::Next.
By default, versions *must* be \"strict\" -- decimal or 3+ part tuple with a leading \"v\". The \'allow_decimal_underscore\' option, if enabled, will also allow decimals to contain an underscore. All other version forms are not allowed, including: \"v1.2\", \"1.2.3\" and \"v1.2.3_4\".
Only the *first* occurrence is affected (unless you set the global attribute) and it must exactly match this regular expression:
qr{^our \\s+ \\$VERSION \\s* = \\s* \'$version::LAX\'}mx
It must be at the start of a line and any trailing comments are deleted. The original may have double-quotes, but the re-written line will have single quotes.
The very restrictive regular expression format is intentional to avoid the various ways finding a version assignment could go wrong and to avoid using PPI, which has similar complexity issues.
For most modules, this should work just fine.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/openSUSE_Tumbleweed/noarch |