]> iEval git - gruntmaster-page.git/blame_incremental - gruntmaster-paged
Update formats
[gruntmaster-page.git] / gruntmaster-paged
... / ...
CommitLineData
1#!/usr/bin/perl -w
2use v5.14;
3
4use Gruntmaster::Data qw/SUBSCRIBE WAIT_FOR_MESSAGES/;
5use Gruntmaster::Page qw/_generate/;
6
7SUBSCRIBE 'genpage', \&_generate;
8WAIT_FOR_MESSAGES 86400 while 1;
9
101;
11__END__
This page took 0.017876 seconds and 4 git commands to generate.