Skip to content

Commit

Permalink
v0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdaeppen committed Apr 23, 2013
1 parent 2de954e commit 3284179
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes for cpan2ebook (perlybook.org)

0.24 2013-04-23

- startscript enhanced
- removed redundant code

0.23 2013-04-19

- replace deprecated start method for Mojolicious 3.95
Expand Down
2 changes: 1 addition & 1 deletion pod_book/lib/PodBook.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Mojo::Base 'Mojolicious';
use Mojo::Log;

our $VERSION = 0.23;
our $VERSION = 0.24;

# This method will run once at server start
sub startup {
Expand Down
2 changes: 1 addition & 1 deletion pod_book/script/start_stop_starman.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# reminder for how to start the application
print "\nRunning app with the following settings:\n";
print "\tPOD_BOOK_CONFIG=$config\t\t# path to config\n";
print "\tPOD_BOOK_CONFIG=$config\t# path to config\n";
print "\tMOJO_MODE=$mode\t\t# production | development\n";

my $exports = join '', map{ $_ . ' && ' }@exports;
Expand Down

0 comments on commit 3284179

Please sign in to comment.