diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
| commit | 8ddf2e94df70707b458528a437759b96046d3e01 (patch) | |
| tree | d442818d92d3c9c6f7fcdc92857a1228963849a1 /_posts/2009-07-16-cpanhq-and-dependencies-graph.textile | |
| parent | Don't need to use the IP in the makefile. (diff) | |
| download | lumberjaph-8ddf2e94df70707b458528a437759b96046d3e01.tar.gz | |
Huge update.
Moved all posts from textile to markdown. Updated all the CSS and
styles. Added a new page for the resume.
Diffstat (limited to '_posts/2009-07-16-cpanhq-and-dependencies-graph.textile')
| -rw-r--r-- | _posts/2009-07-16-cpanhq-and-dependencies-graph.textile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/_posts/2009-07-16-cpanhq-and-dependencies-graph.textile b/_posts/2009-07-16-cpanhq-and-dependencies-graph.textile deleted file mode 100644 index 0d9854b..0000000 --- a/_posts/2009-07-16-cpanhq-and-dependencies-graph.textile +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: post -category: perl -title: CPANHQ and dependencies graph ---- - -CPANHQ is a new project that "aims to be a community-driven, meta-data-enhanced alternative to such sites as "search.cpan.org":http://search.cpan.org/ and "kobesearch.cpan.org":http://kobesearch.cpan.org/. - -I believe that a good vizualisation can help to have a better understanding of datas. One of the missing thing on the actual search.cpan.org is the lack of informations about a distribution's dependencies. So my first contribution to the CPANHQ project was to add such informations. - -!/static/imgs/cpanhq-dep.png(cpanhq deps)! - -For each distributions, a graph is generated for the this distribution. For this, I use "Graph::Easy":http://search.cpan.org/perldoc?Graph::Easy and data available from the CPANHQ database. I alsa include a simple list of the dependencies after the graph. - -Only the first level dependencies are displayed, as the distribution's metadata are analysed when the request is made. I could follow all the dependencies when the request is made, but for some distribution it could take a really long time, and it's not suitable for this kind of services. - -*edit*: you can found CPANHQ here : "CPANHQ on github":http://github.com/bricas/cpanhq/tree/master. |
