-
-
16 Mar 2007 16:49:18 UTC
- Distribution: Senna
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (0 / 9 / 1)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (56.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Senna::Values - Wrapper Around sen_values
SYNOPSIS
use Senna::Values; my $v = Senna::Values->new; $v->add(str => $str, weight => $weight); $v->close;
METHODS
new
open
creates a new Senna::Values instance. new() is a synonym for open()
close
add
AUTHOR
Copyright (C) 2005 - 2006 by Daisuke Maki <dmaki@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Development funded by Brazil Ltd. <http://dev.razil.jp/project/senna/>
Module Install Instructions
To install Senna, copy and paste the appropriate command in to your terminal.
cpanm Senna
perl -MCPAN -e shell install Senna
For more information on module installation, please visit the detailed CPAN module installation guide.