NOTICE: This package has been removed from pkgsrc

./www/p5-Web-Machine, Perl port of Webmachine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.17nb4, Package name: p5-Web-Machine-0.17nb4, Maintainer: pkgsrc-users

Web::Machine provides a RESTful web framework modeled as a state machine.
You define one or more resource classes. Each resource represents a single
RESTful URI end point, such as a user, an email, etc. The resource class
can also be the target for POST requests to create a new user, email, etc.

Each resource is a state machine, and each request for a resource is handled
by running the request through that state machine.


Master sites: (Expand)

Filesize: 71.805 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-04 10:49:39 by Thomas Klausner | Files touched by this commit (2519)
Log message:
*: bump for perl 5.42.0
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-05-31 22:44:36 by Mark Davies | Files touched by this commit (3)
Log message:
p5-Web-Machine: add version 0.17

Web::Machine provides a RESTful web framework modeled as a state machine.
You define one or more resource classes. Each resource represents a single
RESTful URI end point, such as a user, an email, etc. The resource class
can also be the target for POST requests to create a new user, email, etc.

Each resource is a state machine, and each request for a resource is handled
by running the request through that state machine.