[prev] [thread] [next] [lurker] [Date index for 2002/09/12]
Update of /cvsroot/siesta/siesta/bin In directory usw-pr-cvs1:/tmp/cvs-serv17424/bin Modified Files: nacho run_perltidy Log Message: perltidy Index: nacho =================================================================== RCS file: /cvsroot/siesta/siesta/bin/nacho,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- nacho 12 Sep 2002 11:34:18 -0000 1.15 +++ nacho 12 Sep 2002 12:55:31 -0000 1.16 @@ -499,7 +499,7 @@ my @plugins = @_; - $list->set_plugins( @plugins ) + $list->set_plugins(@plugins) || die "Sorry, couldn't do that for some reason\n"; unless (@plugins) { Index: run_perltidy =================================================================== RCS file: /cvsroot/siesta/siesta/bin/run_perltidy,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- run_perltidy 10 Sep 2002 18:23:44 -0000 1.1 +++ run_perltidy 12 Sep 2002 12:55:31 -0000 1.2 @@ -1,4 +1,5 @@ -#!/bin/sh -x -for file in `find -name "*.pm"` ; do +#!/bin/sh +for file in t/*.t bin/{nacho,tequila} `find lib -name \*.pm` ; do + echo tidying $file perltidy -lp -icp -nolq $file && mv $file.tdy $file done
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52