Skip to content

Commit

Permalink
Merge pull request ewaters#44 from openstrike/kwalitee
Browse files Browse the repository at this point in the history
Improvements in kwalitee
  • Loading branch information
hoelzro committed Apr 2, 2015
2 parents 7ca9600 + efbaa4e commit 889470a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ my $build = Module::Build->new(
'Config::Any' => 0,
'JSON' => 0,
'YAML' => 0,
'perl' => '5.8.0',
},
suggests => {
'DateTime' => 0,
Expand Down
12 changes: 4 additions & 8 deletions lib/App/AltSQL/Model/MySQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -363,14 +363,10 @@ my %prompt_substitutions = (
P => '%t{%p}',
);

=cut

Take a .my.cnf prompt format and convert it into Term escape options

Reference:
http://www.thegeekstuff.com/2010/02/mysql_ps1-6-examples-to-make-your-mysql-prompt-like-angelina-jolie/

=cut
# Take a .my.cnf prompt format and convert it into Term escape options
#
# Reference:
# http://www.thegeekstuff.com/2010/02/mysql_ps1-6-examples-to-make-your-mysql-prompt-like-angelina-jolie/

sub parse_prompt {
my $self = shift;
Expand Down

0 comments on commit 889470a

Please sign in to comment.