]> iEval git - plack-app-gruntmaster.git/blame - gruntmaster-paged
Add X-Forever
[plack-app-gruntmaster.git] / gruntmaster-paged
CommitLineData
22642746
MG
1#!/usr/bin/perl -w
2use v5.14;
3
4use Gruntmaster::Data qw/SUBSCRIBE WAIT_FOR_MESSAGES/;
70aec811 5use Gruntmaster::Page;
22642746 6
70aec811 7SUBSCRIBE 'genpage', \&Gruntmaster::Page::generate;
e57ca30a 8SUBSCRIBE 'gensrc', \&Gruntmaster::Page::gensrc;
eafc7f54 9SUBSCRIBE 'genarticle', \&Gruntmaster::Page::generate;
22642746
MG
10WAIT_FOR_MESSAGES 86400 while 1;
11
121;
13__END__
This page took 0.015107 seconds and 4 git commands to generate.