[Module-build-checkins] Module-Build/website META-spec.html,1.11,1.12 META-spec.pod,1.13,1.14
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2006-03-05 05:49:46
|
Update of /cvsroot/module-build/Module-Build/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18183 Modified Files: META-spec.html META-spec.pod Log Message: Update links Index: META-spec.html =================================================================== RCS file: /cvsroot/module-build/Module-Build/website/META-spec.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- META-spec.html 24 Oct 2005 03:45:25 -0000 1.11 +++ META-spec.html 5 Mar 2006 05:49:38 -0000 1.12 @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>META-spec - Specification for F<META.yml> documents</title> -<link rev="made" href="mailto:ro...@ha...net" /> +<link rev="made" href="mailto:root@localhost" /> </head> <body style="background-color: white"> @@ -203,7 +203,7 @@ created by taking the ``main module'' in the distribution and changing ``::'' to ``-''. Sometimes it's completely different, however, as in the case of the libww-perl distribution (see -<a href="http://search.cpan.org/author/GAAS/libwww-perl/">http://search.cpan.org/author/GAAS/libwww-perl/</a>).</p> +<a href="http://search.cpan.org/dist/libwww-perl/">http://search.cpan.org/dist/libwww-perl/</a>).</p> <p> </p> <h2><a name="version">version</a></h2> @@ -504,12 +504,12 @@ <hr /> <h1><a name="see_also">SEE ALSO</a></h1> <p>CPAN, <a href="http://www.cpan.org/">http://www.cpan.org/</a></p> -<p>CPAN.pm, <a href="http://search.cpan.org/author/ANDK/CPAN/">http://search.cpan.org/author/ANDK/CPAN/</a></p> -<p>CPANPLUS, <a href="http://search.cpan.org/author/KANE/CPANPLUS/">http://search.cpan.org/author/KANE/CPANPLUS/</a></p> -<p>Data::Dumper, <a href="http://search.cpan.org/author/ILYAM/Data-Dumper/">http://search.cpan.org/author/ILYAM/Data-Dumper/</a></p> -<p>ExtUtils::MakeMaker, <a href="http://search.cpan.org/author/MSCHWERN/ExtUtils-MakeMaker/">http://search.cpan.org/author/MSCHWERN/ExtUtils-MakeMaker/</a></p> -<p>Module::Build, <a href="http://search.cpan.org/~kwilliams/Module-Build/">http://search.cpan.org/~kwilliams/Module-Build/</a></p> -<p>Module::Install, <a href="http://search.cpan.org/~autrijus/Module-Install/">http://search.cpan.org/~autrijus/Module-Install/</a></p> +<p>CPAN.pm, <a href="http://search.cpan.org/dist/CPAN/">http://search.cpan.org/dist/CPAN/</a></p> +<p>CPANPLUS, <a href="http://search.cpan.org/dist/CPANPLUS/">http://search.cpan.org/dist/CPANPLUS/</a></p> +<p>Data::Dumper, <a href="http://search.cpan.org/dist/Data-Dumper/">http://search.cpan.org/dist/Data-Dumper/</a></p> +<p>ExtUtils::MakeMaker, <a href="http://search.cpan.org/dist/ExtUtils-MakeMaker/">http://search.cpan.org/dist/ExtUtils-MakeMaker/</a></p> +<p>Module::Build, <a href="http://search.cpan.org/dist/Module-Build/">http://search.cpan.org/dist/Module-Build/</a></p> +<p>Module::Install, <a href="http://search.cpan.org/dist/Module-Install/">http://search.cpan.org/dist/Module-Install/</a></p> <p>XML, <a href="http://www.w3.org/XML/">http://www.w3.org/XML/</a></p> <p>YAML, <a href="http://www.yaml.org/">http://www.yaml.org/</a></p> <p> Index: META-spec.pod =================================================================== RCS file: /cvsroot/module-build/Module-Build/website/META-spec.pod,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- META-spec.pod 24 Oct 2005 03:45:25 -0000 1.13 +++ META-spec.pod 5 Mar 2006 05:49:39 -0000 1.14 @@ -138,7 +138,7 @@ created by taking the "main module" in the distribution and changing "::" to "-". Sometimes it's completely different, however, as in the case of the libww-perl distribution (see -L<http://search.cpan.org/author/GAAS/libwww-perl/>). +L<http://search.cpan.org/dist/libwww-perl/>). =head2 version @@ -467,17 +467,17 @@ CPAN, L<http://www.cpan.org/> -CPAN.pm, L<http://search.cpan.org/author/ANDK/CPAN/> +CPAN.pm, L<http://search.cpan.org/dist/CPAN/> -CPANPLUS, L<http://search.cpan.org/author/KANE/CPANPLUS/> +CPANPLUS, L<http://search.cpan.org/dist/CPANPLUS/> -Data::Dumper, L<http://search.cpan.org/author/ILYAM/Data-Dumper/> +Data::Dumper, L<http://search.cpan.org/dist/Data-Dumper/> -ExtUtils::MakeMaker, L<http://search.cpan.org/author/MSCHWERN/ExtUtils-MakeMaker/> +ExtUtils::MakeMaker, L<http://search.cpan.org/dist/ExtUtils-MakeMaker/> -Module::Build, L<http://search.cpan.org/~kwilliams/Module-Build/> +Module::Build, L<http://search.cpan.org/dist/Module-Build/> -Module::Install, L<http://search.cpan.org/~autrijus/Module-Install/> +Module::Install, L<http://search.cpan.org/dist/Module-Install/> XML, L<http://www.w3.org/XML/> |