summaryrefslogtreecommitdiffstats
path: root/lib/Narwhal
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Narwhal')
-rw-r--r--lib/Narwhal/Component/Wiki.pm (renamed from lib/Narwhal/Component/Wiki/Page.pm)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Narwhal/Component/Wiki/Page.pm b/lib/Narwhal/Component/Wiki.pm
index 8dd6adf..985e1af 100644
--- a/lib/Narwhal/Component/Wiki/Page.pm
+++ b/lib/Narwhal/Component/Wiki.pm
@@ -1,9 +1,9 @@
-package Narwhal::Component::Wiki::Page;
+package Narwhal::Component::Wiki;
use Moose;
with 'Narwhal::Component::Role::Wiki';
-sub get {
+sub page {
my $self = shift;
my ($req, $page) = @_;