Stories for 2007-10-18

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

In this issue:
    * Strawberry Perl Update
    * I need MSVC help
    * Common Lisp backend in KindaPerl6 making progress
    * Parrot 0.4.17 Released
    * Crypt::Rijndael now works on Solaris/x86
    * New CPAN Distributions for October 17, 2007

+--------------------------------------------------------------------+
| Strawberry Perl Update                                             |
|   posted by brian_d_foy on Tuesday October 16, @21:37 (User Journal|
|   http://use.perl.org/article.pl?sid=07/10/17/1544228              |
+--------------------------------------------------------------------+

With [0]my repository working again and [1]PPI 1.200 release, the next
project I hope to catch up on is [2]Strawberry Perl. I think this has
taken on particular importance now because of the Perl Survey results,
which showed that about 50% of Perl users have used Windows in the last
year, but only 5% of Perl users ONLY used Windows.

This story continues at:
    http://use.perl.org/article.pl?sid=07/10/17/1544228

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/10/17/1544228

Links:
    0. http://svn.ali.as/
    1. http://search.cpan.org/perldoc?PPI
    2. http://vanillaperl.org/


+--------------------------------------------------------------------+
| I need MSVC help                                                   |
|   posted by brian_d_foy on Wednesday October 17, @03:16 (User Journ|
|   http://use.perl.org/article.pl?sid=07/10/17/1542219              |
+--------------------------------------------------------------------+

I'm helping David Cantrell with [0]Devel::AssertLib -- particularly with
Win32 portability.

I have a branch that passes tests on my Linux and Strawberry Perl
platforms, and I've added code that I *think* should work with
ActiveState and MSVC, but I don't have that platform set up anywhere.

I'd greatly appreciate if someone(s) would download the branch from my
repository, try running tests and let me know what happens:

  http://dagolden.googlecode.com/svn/shadow/Devel-AssertLib/branches/dagolden/

If it fails and you can patch it to work, that would be wonderful as
well.

Thank you very much

-- dagolden

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/10/17/1542219

Links:
    0. http://search.cpan.org/perldoc?Devel::AssertLib


+--------------------------------------------------------------------+
| Common Lisp backend in KindaPerl6 making progress                  |
|   posted by brian_d_foy on Wednesday October 17, @09:57 (Perl 6)   |
|   http://use.perl.org/article.pl?sid=07/10/17/1537253              |
+--------------------------------------------------------------------+

The Common Lisp backend for KindaPerl6 has been making a lot of progress
since [0]I last wrote about it. We now have working variables,
subroutines, lexicals (and closures), methods and other nice stuff. The
full report is [1] on the pugs blog.

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/10/17/1537253

Links:
    0. http://use.perl.org/~avar/journal/34522
    1. http://pugs.blogs.com/pugs/2007/10/kindaperl6-comm.html


+--------------------------------------------------------------------+
| Parrot 0.4.17 Released                                             |
|   posted by brian_d_foy on Wednesday October 17, @11:49 (User Journ|
|   http://use.perl.org/article.pl?sid=07/10/17/1536204              |
+--------------------------------------------------------------------+

On behalf of the Parrot team, I'm proud to announce Parrot 0.4.17 "Two
for Finching." Parrot (http://parrotcode.org/) is a virtual machine aimed
at running all dynamic languages.

Parrot 0.4.17 can be obtained via CPAN (soon), or follow the download
instructions at http://parrotcode.org/source.html. For those who would
like to develop on Parrot, or help develop Parrot itself, we recommend
using Subversion or SVK on the source code repository to get the latest
and best Parrot code.

This story continues at:
    http://use.perl.org/article.pl?sid=07/10/17/1536204

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/10/17/1536204


+--------------------------------------------------------------------+
| Crypt::Rijndael now works on Solaris/x86                           |
|   posted by brian_d_foy on Wednesday October 17, @14:01 (User Journ|
|   http://use.perl.org/article.pl?sid=07/10/17/1546209              |
+--------------------------------------------------------------------+

It's looks like I've solved the Crypt::Rijndael problems thanks to [0]a
patch from djberg96. It looks like some systems had an integer overflow
problem with:

  0xff << 24

So djberg96 changed that to use an unsigned int by attaching the U to the
end of the number. I think I used to know that.

  0xffU << 24

Additionally, I cast some return values from the XS stuff to (UINT *) to
ensure that everything treated them as unsigned ints.

This story continues at:
    http://use.perl.org/article.pl?sid=07/10/17/1546209

Discuss this story at:
    http://use.perl.org/comments.pl?sid=07/10/17/1546209

Links:
    0. http://use.perl.org/comments.pl?cid=58312&sid=37216&tid=34


+--------------------------------------------------------------------+
| New CPAN Distributions for October 17, 2007                        |
|   posted by pudge on Wednesday October 17, @18:30 (Module Listings)|
|   http://use.perl.org/article.pl?sid=07/10/17/1530209              |
+--------------------------------------------------------------------+

  * [0]CSS-Minifier-XS-0.01_03 -- XS based CSS minifier
  * [1]Cache-FastMmap-1.23 -- Uses an mmap'ed file to act as a shared
    memory interprocess cache
  * [2]Catalyst-Plugin-FormValidator-Simple-Messages-0.01 --
    FormValidator::Simple can be handled by plural Catalyst application
    in mod_perl
  * [3]Class-Accessor-Complex-0.01 -- arrays, hashes, booleans, integers,
    sets and more
  * [4]Class-Accessor-Complex-0.02 -- arrays, hashes, booleans, integers,
    sets and more
  * [5]Config-File-1.41 -- Parse a simple configuration file
  * [6]Config-General-2.36 -- Generic Config Module
  * [7]DBIx-Perlish-0.31 -- a perlish interface to SQL databases
  * [8]DTS-0.02 -- Perl classes to access Microsoft SQL Server 2000 DTS
    Packages
  * [9]Data-Bucket-0.03 -- indexed data store (bucket hashing)
  * [10]Data-Bucket-0.05 -- indexed data store (bucket hashing)
  * [11]Data-Bucket-0.07 -- indexed data store (bucket hashing)
  * [12]Data-Container-0.02 -- base class for objects containing a list
    of items
  * [13]DateTime-Format-Natural-0.55 -- Create machine readable date/time
    with natural parsing logic
  * [14]Decision-ParseTree-0.02 -- Replacing waterfall IF-ELSIF-ELSE
    blocks
  * [15]Devel-Declare-0.001001
  * [16]Error-Hierarchy-0.01 -- support for hierarchical exception
    classes
  * [17]File-Read-0.07 -- Unique interface for reading one or more files
  * [18]File-Tee-0.01 -- replicate data sent to a Perl stream
  * [19]File-Tee-0.02 -- replicate data sent to a Perl stream
  * [20]Gungho-0.08014 -- Yet Another High Performance Web Crawler
    Framework
  * [21]HTML-ReportWriter-1.5.0 -- Simple OO interface to generate
    pageable, sortable HTML tabular reports
  * [22]HTML-RobotsMETA-0.00002 -- Parse HTML For Robots Exclusion META
    Markup
  * [23]IPC-Cmd-0.40 -- finding and running system commands made easy
  * [24]JSON-DWIW-0.16 -- JSON converter that Does What I Want
  * [25]JavaScript-Minifier-XS-0.01_03 -- XS based JavaScript minifier
  * [26]Locale-Maketext-Utils-v0.0.9 -- Adds some utility functionality
    and failure handling to Local::Maketext handles
  * [27]MIME-Lite-TT-HTML-0.04 -- Create html mail with MIME::Lite and TT
  * [28]MySQL-Backup-0.04 -- Perl extension for making backups of mysql
    DBs.
  * [29]Net-UKDomain-Nominet-Automaton-1.07 -- Module to handle the
    Nominet Automaton for domain registration and modification.
  * [30]NetSNMP-LogParser-1.0530 -- An incremental logparser to be used
    with Net-SNMP
  * [31]NetSNMP-MibProxy-1.0530 -- Simple pass_persist script for
    Net-SNMP
  * [32]Parse-IASLog-0.01 -- A parser for Microsoft IAS-formatted log
    entries.
  * [33]Parse-IASLog-0.02 -- A parser for Microsoft IAS-formatted log
    entries.
  * [34]Parse-IASLog-0.03 -- A parser for Microsoft IAS-formatted log
    entries.
  * [35]Parse-IRC-1.06 -- A parser for the IRC protocol.
  * [36]Parse-Marpa-0.001_016 -- Earley's Algorithm, with improvements
  * [37]Perl-Dist-0.06 -- Perl Distribution Creation Toolkit
  * [38]Perl-Dist-Downloads-0.01 -- The downloads required to build
    Vanilla Perl distros
  * [39]Perl-Dist-Downloads-0.02 -- The downloads required to build
    Vanilla Perl distros
  * [40]SVN-Class-0.04 -- manipulate Subversion workspaces with Perl
    objects
  * [41]Sepia-0.93 -- Simple Emacs-Perl Interface
  * [42]Socket-Class-1.13 -- A class to communicate with sockets
  * [43]String-FlexMatch-0.08 -- flexible ways to match a string
  * [44]Test-Harness-Straps-0.28 -- detailed analysis of test results
  * [45]Test-Weaken-0.001_006 -- Test for leaks after weakening of
    circular references
  * [46]Test-Weaken-0.001_007 -- Test for leaks after weakening of
    circular references
  * [47]Text-Iconv-1.6.1 -- Perl interface to iconv() codeset conversion
    function
  * [48]Text-Iconv-1.7 -- Perl interface to iconv() codeset conversion
    function
  * [49]Tk-Wizard-2.118 -- GUI for step-by-step interactive logical
    process
  * [50]WebService-Audioscrobbler-0.06 -- An object-oriented interface to
    the Audioscrobbler WebService API
  * [51]WebService-Audioscrobbler-0.07 -- An object-oriented interface to
    the Audioscrobbler WebService API
  * [52]YAML-Active-1.03 -- Combine data and logic in YAML
  * [53]parrot-0.4.17

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

Links:
    0. http://search.cpan.org/~gtermars/CSS-Minifier-XS-0.01_03
    1. http://search.cpan.org/~robm/Cache-FastMmap-1.23
    2. http://search.cpan.org/~miyazaki/Catalyst-Plugin-FormValidator-Simple-Messages-0.01
    3. http://search.cpan.org/~marcel/Class-Accessor-Complex-0.01
    4. http://search.cpan.org/~marcel/Class-Accessor-Complex-0.02
    5. http://search.cpan.org/~gwolf/Config-File-1.41
    6. http://search.cpan.org/~tlinden/Config-General-2.36
    7. http://search.cpan.org/~gruber/DBIx-Perlish-0.31
    8. http://search.cpan.org/~arfreitas/DTS-0.02
    9. http://search.cpan.org/~tbone/Data-Bucket-0.03
   10. http://search.cpan.org/~tbone/Data-Bucket-0.05
   11. http://search.cpan.org/~tbone/Data-Bucket-0.07
   12. http://search.cpan.org/~marcel/Data-Container-0.02
   13. http://search.cpan.org/~schubiger/DateTime-Format-Natural-0.55
   14. http://search.cpan.org/~notbenh/Decision-ParseTree-0.02
   15. http://search.cpan.org/~mstrout/Devel-Declare-0.001001
   16. http://search.cpan.org/~marcel/Error-Hierarchy-0.01
   17. http://search.cpan.org/~saper/File-Read-0.07
   18. http://search.cpan.org/~salva/File-Tee-0.01
   19. http://search.cpan.org/~salva/File-Tee-0.02
   20. http://search.cpan.org/~dmaki/Gungho-0.08014
   21. http://search.cpan.org/~opiate/HTML-ReportWriter-1.5.0
   22. http://search.cpan.org/~dmaki/HTML-RobotsMETA-0.00002
   23. http://search.cpan.org/~kane/IPC-Cmd-0.40
   24. http://search.cpan.org/~dowens/JSON-DWIW-0.16
   25. http://search.cpan.org/~gtermars/JavaScript-Minifier-XS-0.01_03
   26. http://search.cpan.org/~dmuey/Locale-Maketext-Utils-v0.0.9
   27. http://search.cpan.org/~chunzi/MIME-Lite-TT-HTML-0.04
   28. http://search.cpan.org/~dmitry/MySQL-Backup-0.04
   29. http://search.cpan.org/~cliffordj/Net-UKDomain-Nominet-Automaton-1.07
   30. http://search.cpan.org/~nito/NetSNMP-LogParser-1.0530
   31. http://search.cpan.org/~nito/NetSNMP-MibProxy-1.0530
   32. http://search.cpan.org/~bingos/Parse-IASLog-0.01
   33. http://search.cpan.org/~bingos/Parse-IASLog-0.02
   34. http://search.cpan.org/~bingos/Parse-IASLog-0.03
   35. http://search.cpan.org/~bingos/Parse-IRC-1.06
   36. http://search.cpan.org/~jkegl/Parse-Marpa-0.001_016
   37. http://search.cpan.org/~adamk/Perl-Dist-0.06
   38. http://search.cpan.org/~adamk/Perl-Dist-Downloads-0.01
   39. http://search.cpan.org/~adamk/Perl-Dist-Downloads-0.02
   40. http://search.cpan.org/~karman/SVN-Class-0.04
   41. http://search.cpan.org/~seano/Sepia-0.93
   42. http://search.cpan.org/~chrmue/Socket-Class-1.13
   43. http://search.cpan.org/~marcel/String-FlexMatch-0.08
   44. http://search.cpan.org/~mschwern/Test-Harness-Straps-0.28
   45. http://search.cpan.org/~jkegl/Test-Weaken-0.001_006
   46. http://search.cpan.org/~jkegl/Test-Weaken-0.001_007
   47. http://search.cpan.org/~mpiotr/Text-Iconv-1.6.1
   48. http://search.cpan.org/~mpiotr/Text-Iconv-1.7
   49. http://search.cpan.org/~mthurn/Tk-Wizard-2.118
   50. http://search.cpan.org/~nilsonsfj/WebService-Audioscrobbler-0.06
   51. http://search.cpan.org/~nilsonsfj/WebService-Audioscrobbler-0.07
   52. http://search.cpan.org/~marcel/YAML-Active-1.03
   53. http://search.cpan.org/~coke/parrot-0.4.17



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.