[COMMIT LOGREPORT] service/all/lib/Lire LrCommand.pm,1.7,1.8
Francis J. Lacoste
flacoste at users.sourceforge.net
Tue Jun 14 21:48:23 CEST 2005
Update of /cvsroot/logreport/service/all/lib/Lire
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3205/all/lib/Lire
Modified Files:
LrCommand.pm
Log Message:
Created templates home directory.
Index: LrCommand.pm
===================================================================
RCS file: /cvsroot/logreport/service/all/lib/Lire/LrCommand.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- LrCommand.pm 13 Feb 2005 06:30:16 -0000 1.7
+++ LrCommand.pm 14 Jun 2005 19:48:11 -0000 1.8
@@ -72,8 +72,8 @@
setlocale( LC_ALL, '' );
$SIG{'__WARN__'} = sub { $self->warning( @_ ); };
- foreach my $name ( qw|.lire .lire/converters .lire/plugins .lire/reports
- .lire/filters .lire/schemas| )
+ foreach my $name ( qw|.lire .lire/converters .lire/plugins .lire/reports
+ .lire/filters .lire/schemas .lire/templates| )
{
my $dir = "$ENV{'HOME'}/$name";
unless ( -d $dir ) {
--
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
commit-request at logreport.org
More information about the Commit
mailing list