New commits:
commit 2d647030586e584778540656a124af6cff6d988a
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>
libcompat: added PERL_CPAN_URL
diff --git a/ChangeLog b/ChangeLog
index 37cfa5d..5e1647e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * libcompat: added PERL_CPAN_URL fallback as that's not in
+ stable sorcery yet but spells and quill already use it
+
2007-05-11 Colin Childs <phoul AT sourcemage.org>
Cleaned up the history & Depends files for
nyello,poe,poe-component-irc,Poe-filter-ircd
diff --git a/libcompat b/libcompat
index b654e6e..e99926b 100755
--- a/libcompat
+++ b/libcompat
@@ -1,3 +1,6 @@
+# should be removed once bug #13673 and this is all in stable sorcery
+PERL_CPAN_URL=${PERL_CPAN_URL:-http://www.cpan.org}
+
# ignore sub_depends if not supported by sorcery
declare -f sub_depends &> /dev/null ||
{
@@ -65,3 +68,5 @@ function is_depends_enabled() {
fi
grep -q "^[[:space:]]*$1:$2:on" $dep_status
}
+
+
[SM-Commit] GIT changes to master grimoire by Andraž Levstik (2d647030586e584778540656a124af6cff6d988a),
Andraž Levstik, 05/11/2007