Skip to content

Commit

Permalink
Merge pull request #5 from htk291/master
Browse files Browse the repository at this point in the history
fix perldoc in Acme::MilkyHolmes::Character
  • Loading branch information
tsucchi committed Oct 21, 2014
2 parents b663a1e + f6e94d1 commit 91fc60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Acme/MilkyHolmes/Character.pm
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Acme::MilkyHolmes::Character - Character base class for Milky Holmes
use strict;
use warnings;
use utf8;
use Acme::MilkyHolmes::SherlockShellingford;
use Acme::MilkyHolmes::Character::SherlockShellingford;
my $sherlock = Acme::MilkyHolmes::Character::SherlockShellingford->new();
$sherlock->locale('en');
Expand Down

0 comments on commit 91fc60e

Please sign in to comment.