Skip to content

Commit

Permalink
Remove default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Goff committed Sep 18, 2011
1 parent dc0cfff commit 100d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/JGoff/App/Make/FakeFilesystem.pm
Expand Up @@ -2,7 +2,7 @@ package JGoff::App::Make::FakeFilesystem;
use Moose;
extends 'JGoff::App::Make::Suffix';

has filesystem => ( is => 'rw', isa => 'HashRef', default => sub { { } } );
has filesystem => ( is => 'rw', isa => 'HashRef' );

# {{{ _mtime( $target )

Expand Down

0 comments on commit 100d8df

Please sign in to comment.