Help for this page

Select Code to Download


  1. or download this
    hesco@marcus2:~/sandbox/DistroPrsRls$ perl -wc lib/DistroPrsRls.pm
    Base class package "DistroPrsRlsAuth" is empty.
        (Perhaps you need to 'use' the module which defines that package f
    +irst.)
     at lib/DistroPrsRls.pm line 5
    BEGIN failed--compilation aborted at lib/DistroPrsRls.pm line 5.
    
  2. or download this
    package DistroPrsRlsAuth;
    use base 'CGI::Application';
    ...
    }
    
    1;
    
  3. or download this
    package DistroPrsRls;
    
    ...
    
    sub setup {