Package perl-MongoDB: Information

    Source package: perl-MongoDB
    Version: 0.40-alt1
    Build time:  Jan 1, 2011, 02:58 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Mongo Driver for Perl
    Description: 
    MongoDB is a database access module.
    
    MongoDB (the database) store all strings as UTF-8.  Non-UTF-8 strings will be
    forcibly converted to UTF-8.  To convert something from another encoding to
    UTF-8, you can use the Encode manpage:
    
        use Encode;
    
        my $name = decode('cp932', "\x90\xbc\x96\xec\x81\x40\x91\xbe\x98\x59");
        my $id = $coll->insert( { name => $name, } );
    
        my $object = $coll->find_one( { name => $name } );
    
    Thanks to taronishino for this example.

    List of rpms provided by this srpm:
    perl-MongoDB (x86_64, i586)

    Maintainer: Denis Smirnov

    List of contributors:
    Denis Smirnov

      1. perl-Any-Moose
      2. perl-Class-Method-Modifiers
      3. perl-DateTime
      4. perl-Moose
      5. perl-Test-Exception
      6. perl-Tie-IxHash
      7. perl-boolean
      8. rpm-build-ruby

    Last changed


    Jan. 1, 2011 Denis Smirnov 0.40-alt1
    - initial build for ALT Linux Sisyphus