App-RewriteVersion

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    If true, decimal versions with underscores will be allowed. Defaults to
    true. See "Using underscore in decimal $VERSION" in
    Dist::Zilla::Plugin::BumpVersionAfterRelease for more information.

 dry_run

     my $bool = $app->dry_run;
     $app = $app->dry_run(1);

    If true, the module will process files as normal but not actually
    modify them. Useful with "verbose" to verify expected functionality.

 follow_symlinks

     my $bool = $app->follow_symlinks;
     $app = $app->follow_symlinks(1);

    If true, the application will follow symlinked directories when
    traversing the distribution for modules. Defaults to false.

 global

lib/App/RewriteVersion.pm  view on Meta::CPAN

If true, decimal versions with underscores will be allowed. Defaults to true.
See L<Dist::Zilla::Plugin::BumpVersionAfterRelease/"Using underscore in decimal $VERSION">
for more information.

=head2 dry_run

 my $bool = $app->dry_run;
 $app = $app->dry_run(1);

If true, the module will process files as normal but not actually modify them.
Useful with L</"verbose"> to verify expected functionality.

=head2 follow_symlinks

 my $bool = $app->follow_symlinks;
 $app = $app->follow_symlinks(1);

If true, the application will follow symlinked directories when traversing the
distribution for modules. Defaults to false.

=head2 global

script/perl-bump-version  view on Meta::CPAN


=head1 OPTIONS

=head2 -D, --dist-dir <dir>

Distribution directory to operate on, defaults to current working directory.

=head2 -d, --dry-run

Run as normal but don't actually update any files. Useful with C<--verbose> to
verify expected functionality.

=head2 -f, --from <file>

File to read main version from. If unspecified, the main module of the
distribution will be guessed in order to determine its version, see
L<App::RewriteVersion/"current_version">. Ignored if the C<V> environment
variable is set.

=head2 -g, --global

script/perl-rewrite-version  view on Meta::CPAN


=head1 OPTIONS

=head2 -D, --dist-dir <dir>

Distribution directory to operate on, defaults to current working directory.

=head2 -d, --dry-run

Run as normal but don't actually update any files. Useful with C<--verbose> to
verify expected functionality.

=head2 -f, --from <file>

File to read main version from. If unspecified, the main module of the
distribution will be guessed in order to determine its version, see
L<App::RewriteVersion/"current_version">. Ignored if the C<V> environment
variable or the C<-V> option is set.

=head2 -g, --global



( run in 0.374 second using v1.01-cache-2.11-cpan-73692580452 )