r55365 - /trunk/libtie-dbi-perl/lib/Tie/RDBM.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Apr 3 05:13:01 UTC 2010


Author: jawnsy-guest
Date: Sat Apr  3 05:12:49 2010
New Revision: 55365

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55365
Log:
undo local changes

Modified:
    trunk/libtie-dbi-perl/lib/Tie/RDBM.pm

Modified: trunk/libtie-dbi-perl/lib/Tie/RDBM.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/lib/Tie/RDBM.pm?rev=55365&op=diff
==============================================================================
--- trunk/libtie-dbi-perl/lib/Tie/RDBM.pm (original)
+++ trunk/libtie-dbi-perl/lib/Tie/RDBM.pm Sat Apr  3 05:12:49 2010
@@ -346,7 +346,7 @@
 =head1 SYNOPSIS
 
   use Tie::RDBM;
-  tie %h,'Tie::RDBM', 'mysql:test', {table=>'Demo', create=>1, autocommit=>0};
+  tie %h,'Tie::RDBM','mysql:test',{table=>'Demo',create=>1,autocommit=>0};
   $h{'key1'} = 'Some data here';
   $h{'key2'} = 42;
   $h{'key3'} = { complex=>['data','structure','here'],works=>'true' };




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