Skip to content

Commit

Permalink
remove unused dependency on Term::Prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Aug 19, 2014
1 parent af5f2c6 commit e38901e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Build.PL
Expand Up @@ -21,7 +21,6 @@ my $builder = Module::Build->new(
'DBIx::Class::DeploymentHandler' => 0,
'Crypt::Eksblowfish::Bcrypt' => 0,
'SQL::Translator' => 0,
'Term::Prompt' => 0,
'File::ShareDir' => 0,
'File::Copy::Recursive' => 0,
'File::Next' => 0,
Expand Down
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Galileo

0.036
- Remove unused dependency on Term::Prompt

0.035 2014-08-16
- Added Pagedown Extra (keedi++)

Expand Down
2 changes: 1 addition & 1 deletion lib/Galileo.pm
@@ -1,7 +1,7 @@
package Galileo;
use Mojo::Base 'Mojolicious';

our $VERSION = '0.035';
our $VERSION = '0.036';
$VERSION = eval $VERSION;

use File::Basename 'dirname';
Expand Down

0 comments on commit e38901e

Please sign in to comment.