Skip to content

Commit

Permalink
and release 0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
acme committed Apr 8, 2009
1 parent b0b94e3 commit cd432cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl module CPAN::Mini::Webserver:

0.45 Wed Apr 8 14:54:22 BST 2009
- show recent changes with modern CPAN::Mini
- auto focus search box on homepage (patch by mintywalker)
- display 'repository' metadata (patch by tokuhirom)

0.44 Sat Mar 28 11:19:48 GMT 2009
- autogenerate the CSS and Images template files
- use Text::Unidecode so that searching for Leon Brocard works
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Mini/Webserver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ has 'distvname' => ( is => 'rw' );
has 'filename' => ( is => 'rw' );
has 'index' => ( is => 'rw', isa => 'CPAN::Mini::Webserver::Index' );

our $VERSION = '0.44';
our $VERSION = '0.45';

sub service_name {
"$ENV{USER}'s minicpan_webserver";
Expand Down

0 comments on commit cd432cc

Please sign in to comment.