Changeset 17633 for lang/perl/Moxy
- Timestamp:
- 08/15/08 01:02:24 (5 months ago)
- Location:
- lang/perl/Moxy/trunk
- Files:
-
- 3 modified
-
Makefile.PL (modified) (1 diff)
-
lib/Moxy.pm (modified) (1 diff)
-
lib/Moxy/Cmd.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Moxy/trunk/Makefile.PL
r13915 r17633 14 14 15 15 requires 'Class::Component' => 0.16; 16 requires 'HTTP::Engine' => '0.0.11'; 16 requires 'HTTP::Engine' => '0.0.13'; 17 requires 'HTTP::Engine::Compat' => '0.0.1'; 17 18 requires 'HTTP::MobileAttribute'; 18 19 requires 'CGI'; -
lang/perl/Moxy/trunk/lib/Moxy.pm
r13916 r17633 181 181 my %args = validate( 182 182 @_ => +{ 183 c => { isa => 'HTTP::Engine::Co ntext', },183 c => { isa => 'HTTP::Engine::Compat::Context', }, 184 184 user_id => { type => SCALAR }, 185 185 } -
lang/perl/Moxy/trunk/lib/Moxy/Cmd.pm
r15884 r17633 6 6 use File::Spec::Functions; 7 7 use FindBin; 8 use HTTP::Engine ;8 use HTTP::Engine::Compat; 9 9 use Moxy; 10 10 use YAML;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)