Skip to content

Commit

Permalink
Add version number to module
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Aug 4, 2021
1 parent 7ea4c18 commit 7bd4400
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: perl
perl:
- "5.28"
- "5.18"
- "5.26"
notifications:
email: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mojolicious::Plugin::Restify::OtherActions - Mojolicious plug-in which extends R

=head1 VERSION

version 0.02
version 0.03

=head1 SYNOPSIS

Expand Down
6 changes: 5 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ license = Perl_5
copyright_holder = Emiliano Bruni
copyright_year = 2021

version = 0.03
version = 0.04

[PodWeaver]
[@Starter::Git]
revision = 5
Git::GatherDir.exclude_filename[0] = dist.ini
Git::GatherDir.exclude_filename[1] = weaver.ini
[PkgVersion]
[AutoPrereqs]
skip = ^Mojo::
[GithubMeta]
[ReadmeAnyFromPod / ReadmeInRoot]
phase = release
Expand All @@ -26,6 +28,8 @@ file_name = Changes
show_author_email = 0
show_author = 0
copy_to_root = 0
[MinimumPerlFast]

[Prereqs]
Mojolicious = 8.23
Mojolicious::Plugin::Restify = 0.10

0 comments on commit 7bd4400

Please sign in to comment.