Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modern perl - ready to run applications - learning by examples - from what? [closed]

Tags:

I'm learning Modern perl - Moose, Plack etc. In much advices you can read "learn by examples" - so started searching for some ready-to-run applications written with Modern perl.

Browsed much pages like:

  • https://www.socialtext.net/perl5/applications
  • https://www.socialtext.net/perl5/websites_using_perl

and much more (perl.org and etc.) - and unfortunately - I'm not found any "ready to run" application written with Modern perl.

I'm not found any Moose/Plack - CMS, neither ShoppingCart, nor Blog or any web application. It is hardly to believe than they are not exists, so probably I'm searching in the wrong places.

Please can you point me into some "Ready to run" web applications written in Modern Perl (not only frameworks)? I checked all apps from the above links, and no one is Moose/Plack based.


Already found "modern" applications

Catalyst based:

  • MojoMojo (wiki) - added by Ian Sillitoe
  • ShinyCMS (cms) - added by Mike
  • Deimos (cms) - added by Mike

Other Moose/Plack applications:

  • none yet
like image 492
kobame Avatar asked Jul 18 '11 10:07

kobame


1 Answers

Mason - framework only, but pure Moose/Plack based.

Edit:

Some links after searching for "Catalyst" in the github (maybe, some are abandoned):

  • https://github.com/niner/CiderWebmail - Perl/Catalyst/AJAX based Webmail
  • https://github.com/shlomif/catable - CATAlyst BLog Engine - written by perl cats
  • https://github.com/yusukebe/Kutter - A Web Application displays the tweets about everyone eating. It's sample of Catalyst, DBIx::Class, and Moose
  • https://github.com/gshank/ravlog - Perl Catalyst blog
  • https://github.com/bobtfish/CatalystX-JobServer - Asynchronous job AMQP job server and message handler, with long hair
  • https://github.com/fayland/foorum - Foorum (a forum/BBS system based on Catalyst)
  • https://github.com/Craftworks/Engage - Application Framework that includes Catalyst, TheSchwartz and App::Cmd
  • https://github.com/orlandov/blogjob - Catalyst blog webapp (powered by MongoDB!)

and much more.

Unfortunately, havent any idea how to search github for non catalyst, but still Moose/Plack applications.

like image 138
3 revs Avatar answered Dec 04 '22 08:12

3 revs