Revision history for Perl extension SVN::RaWeb::Light.

0.60002    Sat Jun  4 11:21:18 IDT 2011
    - Add more modules to the dependencies, including SVN::Core
        - http://www.cpantesters.org/cpan/report/d85c4718-8c70-11e0-92a5-c348c9b7ec30
    - Fix the POD coverage by making _escape private.

0.60001    Tue Oct 10 05:47:37 IST 2006
    - Added the Build.PL file and got it to build.
    - Added "use strict" and "use warnings" to all files.
    - Added t/pod.t and t/pod-coverage.t and made sure we have full POD
    coverage.

0.6.0      Thu Jul 07 11:12:53 2005
    - There's now a full test coverage.
    - Added the URL translations. (with all relevant CGI parameters)
    - Added the Help Screen.
    - Added a link to showing the control panel.

0.4.0      Tue Apr 12 06:27:50 2005
    - Added a test suite.
    - Did some code cleanup.
    - Fixed a bug where accessing the script without a leading / in the 
    path_info did not redirect to the same URL only with a /.
    
0.2.2      Mon Nov 15 07:01:42 2004
    - Added an AUTHORS file
    - Updated the README and the POD document to make the intention of
    the module clearer.

0.2.1      Thu Nov 11, 2004
    - Fixed the bug with the ?rev=${HEAD} leading to a non-rev= URL and the one 
    with the rev=0 being ignored.
    - Fix the bug with the .. directory listed in the top directory of the 
    CGI script.

0.2.0      Tue Nov 09, 2004
    First Stable Release.
    Browse a single repository using a URL parameter.
    The rev parameter.