The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package JS::jQuery;
use 5.006001;
use strict;
use warnings;

our $VERSION = '1.2.6.001';

1;

=head1 NAME

JS-jQuery - The Write Less, Do More JavaScript Library

=head1 SYNOPSIS

    http://jquery.com

=head1 DESCRIPTION

JS-jQuery is simply the latest version of jQuery on CPAN.

See L<JS> for information on how to locate this module after
you've installed it.

=head1 AUTHOR

Ingy döt Net <ingy@cpan.org> is the packager of JS-jQuery.

John Resig is the author of jQuery.

=head1 COPYRIGHT

Copyright (c) 2008. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it
under the same terms as jQuery itself.

=cut