[libcode-tidyall-perl] 151/374: 0.05

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit f54e71b3f0201719358dc33c268b2145e2ec9349
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Sun Aug 19 22:37:04 2012 -0700

    0.05
---
 Changes             |    1 +
 lib/Code/TidyAll.pm |    1 +
 2 files changed, 2 insertions(+)

diff --git a/Changes b/Changes
index 0969c54..5bae6cb 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Revision history for Code-TidyAll
 
 * Improvements
   - Add etc/editors/tidyall.el for Emacs
+  - Only print 'no plugins apply' warning in verbose mode
 
 0.04  Aug 14, 2012
 
diff --git a/lib/Code/TidyAll.pm b/lib/Code/TidyAll.pm
index 1b7012a..4e8d60c 100644
--- a/lib/Code/TidyAll.pm
+++ b/lib/Code/TidyAll.pm
@@ -106,6 +106,7 @@ sub BUILD {
 sub new_from_conf_file {
     my ( $class, $conf_file, %params ) = @_;
 
+    die "no such file '$conf_file'" unless -f $conf_file;
     my $conf_params = $class->_read_conf_file($conf_file);
     my $main_params = delete( $conf_params->{'_'} ) || {};
     %params = (

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list