Commit graph

4 commits

Author SHA1 Message Date
David Brownlee
4800697135 The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.

    p5-Algorithm-C3
    p5-CGI-Simple
    p5-Class-Accessor-Grouped
    p5-Class-C3-XS
    p5-Class-C3
    p5-Geo-Distance
    p5-HTTP-Body
    p5-HTTP-Request-AsCGI
    p5-MRO-Compat
    p5-PAR
    p5-RRDTool-OO
    p5-SQL-Abstract-Limit
    p5-Set-Object
    p5-Template-Timer
    p5-Test-Differences
    p5-Test-MockObject
    p5-Test-use-ok
    p5-Tree-Simple-VisitorFactory
    p5-UNIVERSAL-can
    p5-UNIVERSAL-isa
    p5-Unicode-Map
    p5-Unicode-MapUTF8
2008-06-25 09:20:56 +00:00
David Brownlee
ea969d7813 Remove unnecessary (empty) PLIST files for p5-* packages 2008-05-30 12:22:03 +00:00
Johann Franz
5ef6015b55 Update to 0.07.
Changes since 0.02:
0.07
        - Fix dependencies (URI::Find was in the Build.PL, but M::B is being
          phased out so the makefile wasn't regenerated)
        - Fix tests due to changed behavior in Test::MockObject

0.06
        - reintroduce URI::Find based rewriting for non HTML bodies
        - more robust storage of session id in $c, using the api
        - rewriting of Location headers during redirects
        - various refactorings

0.05
        - DWIM behavior when using both State::Cookie and State::URI together,
          through App->config->{session}{no_rewrite_if_cookie}.
        - Add App->config->{session}{rewrite_types} = [qw/.../] support.

0.04
        - rerelase with proper version dependencies

0.03    2006-07-29 19:07
        - Update to new session state plugin api (get_session_id)
2007-03-03 06:59:19 +00:00
Roman Kulik
f695b08af2 In order for Catalyst::Plugin::Session to work the session ID needs to
be stored on the client, and the session data needs to be stored on the
server.

This plugin cheats and instead of storing the session id on the client,
it simply embeds the session id into every URI sent to the user.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-URI/
2006-03-09 18:02:38 +00:00