]> iEval git - gruntmaster-page.git/blob - gruntmaster-paged
Remove public generate function from Gruntmaster::Page
[gruntmaster-page.git] / gruntmaster-paged
1 #!/usr/bin/perl -w
2 use v5.14;
3
4 use Gruntmaster::Data qw/SUBSCRIBE WAIT_FOR_MESSAGES/;
5 use Gruntmaster::Page;
6
7 SUBSCRIBE 'genpage', \&Gruntmaster::Page::generate;
8 WAIT_FOR_MESSAGES 86400 while 1;
9
10 1;
11 __END__
This page took 0.037861 seconds and 4 git commands to generate.