Ticket #48: wiki-toolkit-setup-sqlite-doc.patch

File wiki-toolkit-setup-sqlite-doc.patch, 0.9 KB (added by bob, 3 years ago)
  • lib/Wiki/Toolkit/Setup/SQLite.pm

     
    174174=head1 SYNOPSIS 
    175175 
    176176  use Wiki::Toolkit::Setup::SQLite; 
    177   Wiki::Toolkit::Setup::MySQLite::setup($dbfile); 
     177  Wiki::Toolkit::Setup::SQLite::setup( $dbfile ); 
    178178 
    179179=head1 DESCRIPTION 
    180180 
    181181Set up a SQLite database for use as a Wiki::Toolkit store. 
    182182 
    183 =head1 FUNCIONS 
     183=head1 FUNCTIONS 
    184184 
    185185=over 4 
    186186 
     
    426426=head1 COPYRIGHT 
    427427 
    428428     Copyright (C) 2002-2004 Kake Pugh.  All Rights Reserved. 
    429      Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved. 
     429     Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved. 
    430430 
    431431This module is free software; you can redistribute it and/or modify it 
    432432under the same terms as Perl itself.