diff --git a/lib/MetaCPAN/SCO.pm b/lib/MetaCPAN/SCO.pm index 4bc5e61..961576d 100644 --- a/lib/MetaCPAN/SCO.pm +++ b/lib/MetaCPAN/SCO.pm @@ -32,6 +32,9 @@ sub run { if ($request->path_info eq '/feedback') { return template('feedback'); } + if ($request->path_info =~ m{^/author/?$}) { + return template('author'); + } my $reply = template('404'); return [ '404', [ 'Content-Type' => 'text/html' ], $reply->[2], ]; diff --git a/tt/author.tt b/tt/author.tt new file mode 100644 index 0000000..4a1b623 --- /dev/null +++ b/tt/author.tt @@ -0,0 +1,32 @@ +
Author

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
+

+