Skip to content

Commit

Permalink
Merge GH #15 Doc Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Apr 14, 2015
2 parents 8cb0559 + 3c96b9b commit 232b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/File/ShareDir/ProjectDistDir.pm
Expand Up @@ -511,7 +511,7 @@ you install that, you specify the different directory there also ) as follows:
=head4 Using Strict Mode
use File::ShareDir::ProjectDistDir ':all', strict => 1;
use File::ShareDir::ProjectDistDir 'dist_dir' => { defaults => { strict => 1 }};
use File::ShareDir::ProjectDistDir 'dist_dir' => { strict => 1 };
=head4 Why you should use strict mode
Expand Down

0 comments on commit 232b471

Please sign in to comment.