Skip to content

Commit

Permalink
renaming root -> root_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewalker committed Jun 29, 2012
1 parent efb195a commit 344858a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Catalyst/IOC/Container.pm
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,12 @@ sub build_home_service {
);
}

# FIXME: very ambiguous - maybe root_dir?
sub build_root_service {
sub build_root_dir_service {
my $self = shift;

return Bread::Board::BlockInjection->new(
lifecycle => 'Singleton',
name => 'root',
name => 'root_dir',
block => sub {
my $self = shift;

Expand Down

0 comments on commit 344858a

Please sign in to comment.