diff --git a/lib/MetaCPAN/Web/Controller/About.pm b/lib/MetaCPAN/Web/Controller/About.pm index 60f77781aa..ce1872f6af 100644 --- a/lib/MetaCPAN/Web/Controller/About.pm +++ b/lib/MetaCPAN/Web/Controller/About.pm @@ -30,6 +30,11 @@ sub contact : Local : Args(0) { $c->stash( template => 'about/contact.html' ); } +sub meta_hack : Local : Args(0) { + my ( $self, $c ) = @_; + $c->stash( template => 'about/meta_hack.html' ); +} + sub resources : Local : Args(0) { my ( $self, $c ) = @_; $c->res->redirect( '/about/contact', 301 ); diff --git a/root/about/meta_hack.html b/root/about/meta_hack.html new file mode 100644 index 0000000000..10b51fc154 --- /dev/null +++ b/root/about/meta_hack.html @@ -0,0 +1,61 @@ +<% PROCESS inc/about-bar.html %> +<% title = 'meta::hack' %> +
+ +