File Coverage

blib/lib/HTML/Prototype/DragDrop.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package HTML::Prototype::DragDrop;
2              
3 1     1   5 use strict;
  1         2  
  1         36  
4              
5             1;
6              
7             =head1 NAME
8              
9             HTML::Prototype::DragDrop - script.aculo.us dragdrop library, embedded in perl
10              
11             =head1 SYNOPSIS
12              
13             our $dragdrop = do { package HTML::Prototype::DragDrop; local $/; };
14              
15             =head1 DESCRIPTION
16              
17             This is the script.aculo.us dragdrop library embedded in a perl __DATA__
18             section, for easy inclusion in L.
19              
20             =head1 SEE ALSO
21              
22             L, L
23             L
24              
25             =head1 AUTHOR
26              
27             Sebastian Riedel, C
28              
29             dragdrop.js by Thomas Fuchs
30              
31             =head1 LICENSE
32              
33             This library is free software. You can redistribute it and/or modify it under
34             the same terms as perl itself.
35              
36             =cut
37              
38             __DATA__