CINXE.COM

The CPAN Reverse Dependency Lister

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> <title>The CPAN Reverse Dependency Lister</title> <link rel="stylesheet" type="text/css" href="static/style.css" /> <link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="Search module dependencies" /> </head> <body> <h1>The CPAN Reverse Dependency Lister</h1> <p> Enter a module or a distribution in the GET parameters and we will return the CPAN distributions that depend on them. You can also fill on of these forms: </p> <h2>Find by Distribution</h2> <form method="get" action=""> <p> <label for="dist">Distribution:</label> <input id="dist" name="dist" /> </p> <p> <input type="submit" value="Search" /> </p> </form> <h2>Find by Module</h2> <form method="get" action=""> <p> <label for="module">Module:</label> <input id="module" name="module" /> </p> <p> <input type="submit" value="Search" /> </p> </form> </body> </html>