[Cpan-forum-commit] rev 206 - trunk/bin
svn at pti.co.il
svn at pti.co.il
Wed Aug 30 11:46:26 IDT 2006
Author: gabor
Date: 2006-08-30 11:46:25 +0300 (Wed, 30 Aug 2006)
New Revision: 206
Modified:
trunk/bin/upgrade.pl
Log:
minor fix for pod checking
Modified: trunk/bin/upgrade.pl
===================================================================
--- trunk/bin/upgrade.pl 2006-08-30 06:59:47 UTC (rev 205)
+++ trunk/bin/upgrade.pl 2006-08-30 08:46:25 UTC (rev 206)
@@ -38,12 +38,14 @@
# some INSERT statements can come here:
=pod
+
foreach my $sql (
)
{
eval {$dbh->do($sql);};
restore_and_exit() if $@;
}
+
=cut
$dbh->disconnect;
More information about the Cpan-forum-commit
mailing list