1---
2name: Algorithm-RabinKarp
3version: 0.41_1
4author:
5  - 'Norman Nunley <nnunley@gmail.com>'
6abstract: An implementation of the Rabin-Karp rolling hash algorithm
7license: perl
8resources:
9  license: http://dev.perl.org/licenses/
10requires:
11  perl: '>=5.006'
12build_requires:
13  File::Temp: 0
14  Test::More: 0
15recommends:
16  Smart::Comments: 0
17  Test::Exception: 0
18  bignum: ~
19provides:
20  Algorithm::RabinKarp:
21    file: lib/Algorithm/RabinKarp.pm
22    version: 0.41_1
23  Algorithm::RabinKarp::Util:
24    file: lib/Algorithm/RabinKarp/Util.pm
25generated_by: Module::Build version 0.2805
26meta-spec:
27  url: http://module-build.sourceforge.net/META-spec-v1.2.html
28  version: 1.2
29