In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c986e4cee1d3feb3c0738d98024b577749621d95?hp=f10a29a7fe6e8572b69cb25659d584d3fd3dab5f>
- Log ----------------------------------------------------------------- commit c986e4cee1d3feb3c0738d98024b577749621d95 Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Sun Jun 14 22:48:40 2015 +0100 Add empty expresion to cpan/.dir-locals.el Without it, loading any file under the directory gives the message "Error reading dir-locals: (end-of-file)", which is not fatal, but annoying. ----------------------------------------------------------------------- Summary of changes: cpan/.dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/cpan/.dir-locals.el b/cpan/.dir-locals.el index 13109d1..8690ac6 100644 --- a/cpan/.dir-locals.el +++ b/cpan/.dir-locals.el @@ -1,2 +1,3 @@ ;; Empty file to avoid imposing the defaults from the parent directory ;; on code imported from CPAN +() -- Perl5 Master Repository
