Stories for 2007-11-05

[email protected]
Newsgroups gmane.comp.lang.perl.daily.news
Message-ID <1194228229.324693-20951-slash-slashcluster-http-4.osdn.net@use.perl.org>
use Perl Daily Newsletter

In this issue:
    * New CPAN Distributions for November  4, 2007
    * Email::Send::Gmail
    * Moose quick-ref card

+--------------------------------------------------------------------+
| New CPAN Distributions for November  4, 2007                       |
|   posted by pudge on Sunday November 04, @19:30 (Module Listings)  |
|   http://use.perl.org/article.pl?sid=07/11/04/1530209              |
+--------------------------------------------------------------------+

  * [0]Bencode-1.1 -- BitTorrent serialisation format
  * [1]Business-TW-TSIB-CStorePayment-0.02 -- Module for Taishin Bank
    Convenient Store Payment Management
  * [2]CPANPLUS-0.83_08 -- API & CLI access to the CPAN mirrors
  * [3]CPANPLUS-Dist-Mdv-0.2.0 -- a cpanplus backend to build mandriva
    rpms
  * [4]DateTime-Calendar-Japanese-Era-0.08000 -- DateTime Extension for
    Japanese Eras
  * [5]Digest-CRC-0.13 -- Generic CRC functions
  * [6]Email-Send-Gmail-0.31 -- Send Messages using Gmail
  * [7]File-DesktopEntry-0.03 -- Object to handle .desktop files
  * [8]File-DesktopEntry-0.04 -- Object to handle .desktop files
  * [9]File-ExtAttr-1.06 -- Perl extension for accessing extended
    attributes of files
  * [10]File-Path-2.03 -- Create or remove directory trees
  * [11]HTML-Feature-2.0.3 -- Extract Feature Sentences From HTML
    Documents
  * [12]IO-CaptureOutput-1.04_03 -- capture STDOUT and STDERR from Perl
    code, subprocesses or XS
  * [13]IO-Socket-Telnet-0.02 -- transparent telnet negotiation for
    IO::Socket::INET
  * [14]Moose-Tiny-0.0.2 -- Why Should Object::Tiny get all the Fun
  * [15]Net-SIP-0.38 -- Framework SIP (Voice Over IP, RFC3261)
  * [16]Parse-Marpa-0.001_031 -- Jay Earley's general parsing algorithm
    with LR(0) precomputation
  * [17]Term-UI-0.18 -- Term::ReadLine UI made easy
  * [18]Test-Harness-2.99_08 -- Run Perl standard test scripts with
    statistics
  * [19]Test-Lazy-0.060 -- A quick and easy way to compose and run tests
    with useful output.
  * [20]Text-Template-Simple-0.49_01 -- Simple text template engine
  * [21]Text-Template-Simple-0.49_02 -- Simple text template engine
  * [22]Tk-Tree-4.72 -- Create and manipulate Tree widgets
  * [23]WWW-UsePerl-Journal-0.18 -- A use.perl.org journal tool
  * [24]Win32-IAF-0.01 -- Internet Account File (*.iaf) management for
    Outlook Express/2003.
  * [25]XML-Bare-0.21 -- Minimal XML parser implemented via a C state
    engine
  * [26]self-0.12 -- Provides "self" and "args" keywords in your OO
    program.

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/11/04/1530209

Links:
    0. http://search.cpan.org/~aristotle/Bencode-1.1
    1. http://search.cpan.org/~clkao/Business-TW-TSIB-CStorePayment-0.02
    2. http://search.cpan.org/~kane/CPANPLUS-0.83_08
    3. http://search.cpan.org/~jquelin/CPANPLUS-Dist-Mdv-0.2.0
    4. http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese-Era-0.08000
    5. http://search.cpan.org/~olimaul/Digest-CRC-0.13
    6. http://search.cpan.org/~lbrocard/Email-Send-Gmail-0.31
    7. http://search.cpan.org/~pardus/File-DesktopEntry-0.03
    8. http://search.cpan.org/~pardus/File-DesktopEntry-0.04
    9. http://search.cpan.org/~richdawe/File-ExtAttr-1.06
   10. http://search.cpan.org/~dland/File-Path-2.03
   11. http://search.cpan.org/~miki/HTML-Feature-2.0.3
   12. http://search.cpan.org/~dagolden/IO-CaptureOutput-1.04_03
   13. http://search.cpan.org/~sartak/IO-Socket-Telnet-0.02
   14. http://search.cpan.org/~perigrin/Moose-Tiny-0.0.2
   15. http://search.cpan.org/~sullr/Net-SIP-0.38
   16. http://search.cpan.org/~jkegl/Parse-Marpa-0.001_031
   17. http://search.cpan.org/~kane/Term-UI-0.18
   18. http://search.cpan.org/~andya/Test-Harness-2.99_08
   19. http://search.cpan.org/~rkrimen/Test-Lazy-0.060
   20. http://search.cpan.org/~burak/Text-Template-Simple-0.49_01
   21. http://search.cpan.org/~burak/Text-Template-Simple-0.49_02
   22. http://search.cpan.org/~srezic/Tk-Tree-4.72
   23. http://search.cpan.org/~barbie/WWW-UsePerl-Journal-0.18
   24. http://search.cpan.org/~pczerkas/Win32-IAF-0.01
   25. http://search.cpan.org/~codechild/XML-Bare-0.21
   26. http://search.cpan.org/~gugod/self-0.12


+--------------------------------------------------------------------+
| Email::Send::Gmail                                                 |
|   posted by brian_d_foy on Sunday November 04, @19:54 (User Journal|
|   http://use.perl.org/article.pl?sid=07/11/04/2336251              |
+--------------------------------------------------------------------+

Sending mail is too hard. You have to know what kind of machine you are
on and what the sysadmins might have set up. It's even more of a pain if
your code might run in a few places. That's why I've written
[0]Email::Send::Gmail so you can send email programmatically using a
Gmail account. Simple but good.

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/11/04/2336251

Links:
    0. http://search.cpan.org/dist/Email-Send-Gmail/


+--------------------------------------------------------------------+
| Moose quick-ref card                                               |
|   posted by brian_d_foy on Sunday November 04, @19:55 (User Journal|
|   http://use.perl.org/article.pl?sid=07/11/04/2337203              |
+--------------------------------------------------------------------+

I recently had a few spare tuits and ran out of books to read, so the
Moose object system popped to the top of my stack.

Like many new and cool projects, features are accellerating away from
documentation, and often what a new starter wants is a low-down, which
isn't there (yet). Catalyst and DBIx::Class were each like this at one
point in time.

To help myself and others I have created a PDF [0]Moose Quick-Ref Card
with most of the functions and syntactic sugar consructs of the system.

Thanks go to folks in the #moose IRC channel, and the [1]Programming With
Moose WikiBook written by EvanCarroll. The ref card will work best if you
can print it 2-up on one A4 sheet, cut that in half, then laminate the
two A5 parts back-to-back.

Comments and suggestions for the ref-card will be gratefully received :-)

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/11/04/2337203

Links:
    0. http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf
    1. http://en.wikibooks.org/wiki/Programming_with_Moose



Copyright 1997-2006 pudge.  All rights reserved.


======================================================================

# Unsubscribe                    mailto:[email protected]
# News, archives, discussion     http://use.perl.org/
# Perl News in The Perl Journal  http://www.tpj.com/
# Feedback and news ideas        mailto:[email protected]
#                                http://use.perl.org/submit.pl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.