libqbit-webinterface-apache2-perl (0.004) raring; urgency=low

  * upload to cpan

 -- Igor Sverdlov <igor-sverdlov@mail.ru>  Sun, 11 Sep 2016 16:54:08 +0300

libqbit-webinterface-apache2-perl (0.003) raring; urgency=low

  * Fixing uninitialized value
  * Before this change I get error:
  * Use of uninitialized value in subroutine entry at
  * /usr/share/perl5/QBit/WebInterface/Apache2.pm line 50

 -- Ivan Bessarabov <ivan@bessarabov.ru>  Tue, 30 Sep 2014 09:49:39 +0400

libqbit-webinterface-apache2-perl (0.002) raring; urgency=low

  * Fixing handler return value
  * http://perl.apache.org/docs/2.0/user/handlers/intro.html#Handler_Retu
    rn_Values
  * Hander return values are not status codes:
  * $ perl -MApache2::Const -E 'say Apache2::Const::OK;'
  * 0
  * $ perl -MApache2::Const -E 'say Apache2::Const::DECLINED;'
  * -1
  * $ perl -MApache2::Const -E 'say Apache2::Const::DONE;'
  * -2

 -- Ivan Bessarabov <ivan@bessarabov.ru>  Mon, 29 Sep 2014 21:40:17 +0400

libqbit-webinterface-apache2-perl (0.001) raring; urgency=low

  * Initial commit

 -- Sergei Svistunov <sergei-svistunov@yandex.ru>  Sun, 15 Sep 2013 10:55:17 +0400

