Added a generator for CPAN expressions. Expressions often require manual editing, but still something..
svn path=/nixpkgs/trunk/; revision=11947
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
module_basename="$1";
|
||||
|
||||
./grab-url.sh "http://search.cpan.org/dist/$module_basename/" "$module_basename".html;
|
||||
Reference in New Issue
Block a user