Changeset 58


Ignore:
Timestamp:
12/02/10 13:22:01 (14 years ago)
Author:
nanardon
Message:
  • auto document XML::RPC functions
Location:
server/trunk/web
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/Makefile.PL

    r37 r58  
    3131requires 'Catalyst::Model::DBIC::Schema'; 
    3232requires 'Catalyst::Authentication::Store::DBIx::Class'; 
     33requires 'Pod::Find'; 
     34requires 'Pod::Pom'; 
    3335requires 'Config::General'; # This should reflect the config file format you've chosen 
    3436                 # See Catalyst::Plugin::ConfigLoader for supported formats 
  • server/trunk/web/Sophie.spec.in

    r37 r58  
    3232BuildRequires: perl(Catalyst::Authentication::Store::DBIx::Class) 
    3333BuildRequires: perl(Catalyst::Model::DBIC::Schema) 
     34BuildRequires: perl(Pod::Find) 
     35BuildRequires: perl(Pod::Mop) 
    3436 
    3537Requires: perl(Catalyst) 
  • server/trunk/web/lib/Sophie/Controller/Rpms.pm

    r57 r58  
    103103        )->all; 
    104104} 
     105 
     106=head1 rpms.location 
     107 
     108C<No> doc yet 
     109 
     110=cut 
    105111 
    106112sub location : XMLRPCLocal { 
Note: See TracChangeset for help on using the changeset viewer.