Point to main CPAN site, and reword a little.
authorPeter Eisentraut <[email protected]>
Tue, 8 Jan 2002 16:13:41 +0000 (16:13 +0000)
committerPeter Eisentraut <[email protected]>
Tue, 8 Jan 2002 16:13:41 +0000 (16:13 +0000)
doc/src/sgml/plperl.sgml

index 744388c547acaf2db07c2c7bc0ce94ecfc298ea2..5afbe4db9e8592a01b6c0fcc779949f5fc87867c 100644 (file)
@@ -178,13 +178,14 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
    <literal>plperlu</>, execution would succeed.
   </para>
   <para>
-   Access to database itself from your Perl function can be done via
+   Access to the database itself from your Perl function can be done via
    an experimental module <ulink
-   url="http://cpan.digisle.net/authors/id/A/AP/APILOS/"><literal>DBD::PgSPI</literal></ulink>
-   (also on <ulink url="http://www.cpan.org">CPAN</ulink>). This
-   module makes available a <acronym>DBI</>-compliant database-handle
-   named <varname>$pg_dbh</varname>, and you can use that to perform
-   queries with normal <acronym>DBI</> syntax.
+   url="http://www.cpan.org/modules/by-module/DBD/APILOS/"><literal>DBD::PgSPI</literal></ulink>
+   (also available at <ulink url="http://www.cpan.org/SITES.html">CPAN
+   mirror sites</ulink>). This module makes available a
+   <acronym>DBI</>-compliant database-handle named
+   <varname>$pg_dbh</varname> that can be used to perform queries
+   with normal <acronym>DBI</> syntax.
   </para>
 
  </sect1>