We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860bea7 commit 62a9f96Copy full SHA for 62a9f96
bin/mirror_cpan_for_developers.pl
@@ -0,0 +1,11 @@
1
+# This script is only needed if you are developing metacpan,
2
+# on the live servers we use File::Rsync::Mirror::Recent
3
+# https://github.com/CPAN-API/Metacpan-Puppet/tree/master/modules/rrrclient
4
+
5
+use CPAN::Mini;
6
7
+CPAN::Mini->update_mirror(
8
+ remote => 'http://www.cpan.org/',
9
+ local => "/home/metacpan/CPAN",
10
+ log_level => 'warn',
11
+);
0 commit comments