Changeset 139


Ignore:
Timestamp:
12/18/10 18:30:12 (13 years ago)
Author:
nanardon
Message:
  • add cookie functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Chat/Cmd.pm

    r138 r139  
    302302} 
    303303 
     304=head2 cookie [-s] NAME 
     305 
     306Show the C<cookie> tag of package C<NAME>. 
     307 
     308=cut 
     309 
     310sub cookie : XMLRPC { 
     311    my ($self, $c, $reqspec, @args) = @_; 
     312 
     313    $c->forward('qf', [ $reqspec, @args, '%{cookie}' ]); 
     314} 
     315 
    304316=head2 qf rpmname format 
    305317 
Note: See TracChangeset for help on using the changeset viewer.