[Dbix-class] [PATCH] hyperlinked classes

Paul Makepeace lists.rawmode.org at paulm.com
Sat Oct 15 15:46:26 CEST 2005


This patch ought to allow clicking through to the other modules in the
suite when using search.cpan.org etc

(I've just subscribed and checking the archives there's a conflicting-ish
doc patch - hopefully they'll resolve. The main thing is to get those
modules clickable! ;)

--- /usr/local/share/perl/5.8.7/DBIx/Class.pm.orig      2005-10-15 14:33:01.000000000 +0100
+++ /usr/local/share/perl/5.8.7/DBIx/Class.pm   2005-10-15 14:38:46.000000000 +0100
@@ -60,14 +60,21 @@
 (with is what ::Test::SQLite does to present the Class::DBI::Test::SQLite
 interface)

-If you fancy playing around with DBIx::Class from scratch, then read the docs
-for DBIx::Class::Table, ::Row, ::Schema, ::DB and ::Relationship,
+If you fancy playing around with DBIx::Class from scratch, read the docs in L</SEE ALSO>.

   use base qw/DBIx::Class/;
   __PACKAGE__->load_components(qw/Core DB/);

 and have a look at t/lib/DBICTest.pm for a brief example.

+=head1 SEE ALSO
+
+L<DBIx::Class::Table|DBIx::Class::Table>,
+L<DBIx::Class::Row|DBIx::Class::Row>,
+L<DBIx::Class::Schema|DBIx::Class::Schema>,
+L<DBIx::Class::DB|DBIx::Class::DB> and
+L<DBIx::Class::Relationship|DBIx::Class::Relationship>
+
 =head1 AUTHOR

 Matt S. Trout <mst at shadowcatsystems.co.uk>


-- 
Paul Makepeace .............................. http://paulm.com/inchoate/

"If I earned enough money, then curried pooh could be the next craze."
   -- http://paulm.com/toys/surrealism/



More information about the Dbix-class mailing list