X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;ds=sidebyside;f=gruntmaster-paged;h=5e7bd576231b8b64a89958110ee2a1229403bba1;hb=e57ca30a8f44b2af769c55bb09222bb4c170499b;hp=ef2bf81f34bfce83bf6a8122dd882686454dc1b6;hpb=2264274695c1eb576c3c57dcce0bcc97a240a57a;p=plack-app-gruntmaster.git diff --git a/gruntmaster-paged b/gruntmaster-paged index ef2bf81..5e7bd57 100755 --- a/gruntmaster-paged +++ b/gruntmaster-paged @@ -2,9 +2,11 @@ use v5.14; use Gruntmaster::Data qw/SUBSCRIBE WAIT_FOR_MESSAGES/; -use Gruntmaster::Page qw/_generate/; +use Gruntmaster::Page; -SUBSCRIBE 'genpage', \&_generate; +SUBSCRIBE 'genpage', \&Gruntmaster::Page::generate; +SUBSCRIBE 'gensrc', \&Gruntmaster::Page::gensrc; +SUBSCRIBE 'genarticle', \&Gruntmaster::Page::genarticle; WAIT_FOR_MESSAGES 86400 while 1; 1;