Skip to content

Plugin that adds XMLHttpRequest detection to the perl CGI::Application web framework

Notifications You must be signed in to change notification settings

jira-zz/CGI-Application-Plugin-DetectAjax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGI::Application::Plugin::DetectAjax

Plugin that adds XMLHttpRequest detection to CGI::Application.


INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


Alternatively, if you do not have Module::Build but you do have 'make',
you can used the included Makefile.PL and run the following commands:

    perl Makefile.PL
    make
    make test
    make install


DEPENDENCIES

CGI::Application


COPYRIGHT AND LICENCE

Copyright (C) 2010 Jiří Pavlovský, All Rights Reserved.

This library is free software. You can modify and or distribute it under the same terms as Perl itself.

About

Plugin that adds XMLHttpRequest detection to the perl CGI::Application web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages