first cut at generation to file code
[scpubgit/App-SCS.git] / lib / App / SCS / Plugin / Core.pm
index e6a943b..dba9001 100644 (file)
@@ -68,4 +68,9 @@ sub page_dispatchers {
   },
 }
 
+sub provides_pages {
+  my ($self) = @_;
+  "/", map "$_/", $self->pages->all_paths;
+}
+
 1;