stas 02/03/20 10:15:36 Modified: src/docs/1.0/guide config.cfg databases.pod dbm.pod performance.pod snippets.pod Log: replace the old =code pod extension with F<> Revision Changes Path 1.3 +6 -1 modperl-docs/src/docs/1.0/guide/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- config.cfg 20 Mar 2002 17:43:03 -0000 1.2 +++ config.cfg 20 Mar 2002 18:15:36 -0000 1.3 @@ -21,9 +21,9 @@ perl.pod porting.pod correct_headers.pod - snippets.pod databases.pod dbm.pod + snippets.pod modules.pod )], @@ -57,5 +57,10 @@ download.pod Changes.pod )], + + copy_glob => [qw( + code + )], + ); 1.5 +1 -1 modperl-docs/src/docs/1.0/guide/databases.pod Index: databases.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/databases.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- databases.pod 20 Mar 2002 17:43:03 -0000 1.4 +++ databases.pod 20 Mar 2002 18:15:36 -0000 1.5 @@ -380,7 +380,7 @@ =head2 The My::DB module -=code My-DB.pm The My::DB module +The F<code/My-DB.pm> module (Note that you will not find this on CPAN. at least not yet :) 1.6 +2 -2 modperl-docs/src/docs/1.0/guide/dbm.pod Index: dbm.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/dbm.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dbm.pod 20 Mar 2002 17:43:03 -0000 1.5 +++ dbm.pod 20 Mar 2002 18:15:36 -0000 1.6 @@ -392,8 +392,8 @@ =head1 DB_File::Lock2 -=code DB_File-Lock2.pm Here is C<DB_File::Lock2> which does the -locking by using an external lockfile. +Here is F<code/DB_File-Lock2.pm> which does the locking by using an +external lockfile. This allows you to gain the lock before the file is tied. Note that it's not yet on CPAN and so is linked from here in its entirety. Note 1.5 +1 -1 modperl-docs/src/docs/1.0/guide/performance.pod Index: performance.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/performance.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- performance.pod 20 Mar 2002 17:43:04 -0000 1.4 +++ performance.pod 20 Mar 2002 18:15:36 -0000 1.5 @@ -414,7 +414,7 @@ And the code: -=code lwp-bench.pl The LWP::Parallel::UserAgent benchmark +The LWP::Parallel::UserAgent benchmark: F<code/lwp-bench.pl> =head3 Benchmarking PerlHandlers 1.5 +6 -6 modperl-docs/src/docs/1.0/guide/snippets.pod Index: snippets.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/snippets.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- snippets.pod 20 Mar 2002 17:43:04 -0000 1.4 +++ snippets.pod 20 Mar 2002 18:15:36 -0000 1.5 @@ -1248,10 +1248,10 @@ Prepare the backup script and store it in a file, e.g: I</usr/local/sbin/mysql/mysql.backup.pl> -=code mysql-3.22.29_backup.pl This is the original code +This is the original code F<code/mysql-3.22.29_backup.pl> -=code mysql-3.22.30+_backup.pl This is the code modified to work with -mysql-3.22.30+ +This is the code modified to work with mysql-3.22.30+ +F<code/mysql-3.22.30+_backup.pl> You might need to change the executable paths according to your system. List the names of the databases you want to backup using @@ -1271,10 +1271,10 @@ was in at our last backup. We restore it with the following script, which I put in: I</usr/local/sbin/mysql/mysql.restore.pl> -=code mysql-3.22.29_restore.pl This is the original code +This is the original code F<code/mysql-3.22.29_restore.pl> -=code mysql-3.22.30+_restore.pl This is the code modified to work with -mysql-3.22.30+ +This is the code modified to work with mysql-3.22.30+ +F<code/mysql-3.22.30+_restore.pl> These are kinda dirty scripts, but they work... if you come up with cleaner scripts, please contribute them... thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]