--- cvsroot/schmorpforge/genpage 2018/01/18 10:49:35 1.126 +++ cvsroot/schmorpforge/genpage 2018/10/27 09:22:30 1.127 @@ -202,6 +202,21 @@

Resources

EOF + + for (grep /^res/, @args) { + /^resource\(([^,]+),{{(.*?)}}\)$/ or die "$_: no resource\n"; + print < +EOF + } + + print "\n" + if grep /dist-gnu/, @args; + print "\n" + if grep /dist(?!-)/, @args; + print "\n" + if grep /cpan$/, @args; + if (grep /git/, @args) { print < @@ -231,14 +246,10 @@ my @irc; - print "\n" - if grep /dist(?!-)/, @args; - print "\n" - if grep /dist-gnu/, @args; - print "\n" + my $perlname = $name =~ s/-/::/gr; + + print "\n" if grep /cpan$/, @args; - print "\n" - if grep /cpan-elmex/, @args; for (@args) { if (/list\((.*?)\)/) { print "\n"; @@ -256,7 +267,7 @@ print "
$1$2
FILEFile Releases (GNU)
FILEFile Releases
CPANFile Releases (CPAN)
GITBrowsable GIT repository '$name'
FILEFile Releases
FILEFile Releases
CPANFile Releases (CPAN)
METACPANMetaCPAN page
CPANFile Releases (CPAN)
LISTMailing List '" . ($1 || $name) . "'
"; if (my @files = grep $_, map /(cvs-co|cvs-pod|git-pod|git-co)\((\S+)\)/ && [$1, $2], @args) { - print "

Additional Documents

"; + print "

Package Documention

"; for (@files) { my ($type, $arg) = @$_; @@ -806,6 +817,15 @@ and other high-level protocol details for which this module offers only limited support. +AnyEvent-WebDriver cpan cvs-pod(WebDriver.pm,) cvs-co(Changes) list(anyevent) irc(anyevent) + A thin wrapper around the W3C WebDriver protocol + ("Selenium" browser remote control) + + This module implements a relatively thin but easy to use wrapper around the + raw W3C WebDriver protocol + (think "Selenium", that let's you remote control + popular browsers such as Firefox, Chromium, Safari, IE and the like. + AnyEvent-MP cpan cvs-pod(MP.pm,) cvs-pod(MP/Intro.pod,Introduction/Tutorial) cvs-pod(bin/aemp,Config-Uility) cvs-pod(MP/Kernel.pm) cvs-pod(MP/Global.pm) cvs-pod(MP/Transport.pm) cvs-pod(MP/DataConn.pm) cvs-pod(MP/LogCatcher.pm) cvs-co(Changes) list(anyevent) irc(anyevent) This Perl module (-family) implements a simple message passing framework for Perl.