Skip to content

Commit

Permalink
Released version 0.62
Browse files Browse the repository at this point in the history
 - Fix init script recipe in Toadfarm::Manual::RunningToadfarm
 - Improved Reload plugin documentation, regarding WebHook URL #15
 - Will not run t/reload.t without TEST_RELOAD=1 #13
  • Loading branch information
Jan Henning Thorsen committed May 25, 2015
1 parent ad87de2 commit 54a5334
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for perl distribution Toadfarm

0.62 Not Released
0.62 2015-05-25T13:26:12+0200
- Fix init script recipe in Toadfarm::Manual::RunningToadfarm
- Improved Reload plugin documentation, regarding WebHook URL #15
- Will not run t/reload.t without TEST_RELOAD=1 #13
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Toadfarm - One Mojolicious app to rule them all

VERSION
0.61
0.62

DESCRIPTION
Toadfarm is a module for configuring and starting your Mojolicious
Expand Down
4 changes: 2 additions & 2 deletions lib/Toadfarm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Toadfarm - One Mojolicious app to rule them all
=head1 VERSION
0.61
0.62
=head1 DESCRIPTION
Expand Down Expand Up @@ -159,7 +159,7 @@ use File::Spec;
use File::Which;
use constant DEBUG => $ENV{TOADFARM_DEBUG} ? 1 : 0;

our $VERSION = '0.61';
our $VERSION = '0.62';

BEGIN {
$ENV{TOADFARM_ACTION} //= (@ARGV and $ARGV[0] =~ /^(reload|start|stop)$/) ? $1 : 'load';
Expand Down

0 comments on commit 54a5334

Please sign in to comment.