DKIM may be called as PGP successor: PGP has been used by many people for signing their emails at a time when mostly technical related people had been using the internet. Today, few people still use PGP to sign their emails, but email servers took over this part using a technology called DKIM.
Suchergebnisse mit Tag „CPAN“
MovableType is still using the old, deprecated Digest::SHA1 module in some versions. Using the newer Digest::SHA is recommended and MT will switch in future versions, but Digest::SHA1 is currently still required for commentor logins in some versions.
Look at the title and you're done. No need to add a text to this post if everything is said in the title. Not really? France is too small to hold half of the world's population? No way! My computer told me that 4.294.967.296 people live in France - and computers don't fail, you know?
I need to encode and decode a complete hash tree (a value which might be a reference which might contain other references which might contain other references which...) and there is no "Encode::Tree" or "Hash::Encode" module on CPAN.
A lot of bugs have been fixed, some minor, some major and many new tests have been added.
The new version supports grouping of (top level) keys:
use YAWF::Object::MongoDB ( keys => [ { birch => 1, oak => 1, color => 1, }, { deer => 1, boar => 1, color => 1, },
]);This will push birch, oak and color in one group (group 0) and deer, boar and color in another group (group 1).
While fetching a document out of the database using ->new(), all the keys from group 0 will be fetched. Accessing one of the keys from another group (1 or higher) will add all the keys from their group(s). "color" is part of two groups, it will be fetched if either group is being requested.
Accessing any undefined key using get_column() will download the whole database document.
This is very new and even if a test script is there and it passes, there might be bugs and issues. Grouping isn't currently part of the POD documentation and using ->list will still ignore it. Please test it and comment and once I consider it to be some kind of "stable", I'll add it to POD.
YAWF is easy to use and isn't as flexible as other frameworks, but this is an advantage: A new YAWF project can be created very quick and you already got sessioning, database connections, object and relation creation from the database structure and some more things.
Mein Wrapper-Modul YAWF::Object::MongoDB ist bereits auf CPAN und sollte in den nächsten Stunden auch im Index verfügbar sein.
Here is a plugin for WordPress which converts all module names to CPAN-links (as long as they include a double colon): CPAN Auto Link Generator
Simply write CPAN::Testers within your blog post and it will show up as a link for the reader.