[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at dev.open-bio.org
Wed Feb 7 00:25:01 UTC 2007
mwilkinson
Tue Feb 6 19:25:01 EST 2007
Update of /home/repository/moby/moby-live/Perl
In directory dev.open-bio.org:/tmp/cvs-serv19773
Modified Files:
Makefile.PL
Log Message:
starting to clean up Perl module documentation
moby-live/Perl Makefile.PL,1.23,1.24
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/Makefile.PL,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- /home/repository/moby/moby-live/Perl/Makefile.PL 2007/02/07 00:07:11 1.23
+++ /home/repository/moby/moby-live/Perl/Makefile.PL 2007/02/07 00:25:01 1.24
@@ -98,12 +98,15 @@
<div style="text-align: center;">
<h1>MOBY-S Perl Modules Documentation</h1>
</div>
-These documents (including this one) are generated by pod2html from the various perl
-modules.
+For an overview of how to do various things in Perl, see the <a href='http://biomoby.open-bio.org/index.php/for-developers/perl_tutorial'>
+Perl Tutorial</a><p>
+The documents below (including this one) are generated by pod2html from the various perl
+modules and give specific interface information for each of the Perl modules described in the tutorial.
+
<ul>
HEAD
for (my $i = 0; $i < @{$pms}; $i++) {
- print INDEX "<li><a href=\"$html->[$i]\">$mod_names->[$i]</a></li>\n";
+ print INDEX "<li><a href=\"$html->[$i]\">MOBY::$mod_names->[$i]</a></li>\n";
}
print INDEX <<FOOT;
</ul>
More information about the MOBY-guts
mailing list