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 9d35ee9 commit 5e6730cCopy full SHA for 5e6730c
feed/recent/get.txt
@@ -1 +1,16 @@
1
200 OK
2
+<title>Recent CPAN uploads - MetaCPAN</title>
3
+
4
+between: <item\s </item>
5
+regexp: <dc:date>(\S+)<\/dc:date>
6
+generator: validate_latest_release( capture()->[0] )
7
8
+regexp: <title>(\S+)<\/title>
9
+code: note capture()->[0]
10
11
+regexp: <description>(.*)<\/description>
12
13
14
+regexp: <dc:creator>(\S+)<\/dc:creator>
15
16
recent-feed/get.txt
recent-feed/hook.pm
@@ -1,5 +1,2 @@
use metacpan::monitoring;
-
-modify_resource( sub {
- '/feed/recent?f='
-})
+run_swat_module( GET => '/feed/recent' );
0 commit comments