CARVIEW |
-
The official perlfaq documentsForked from briandfoy/perlfaq Mon Mar 09 14:28:44 -0700 2009
-
Test::More, Test::Simple and Test::Builder Perl modules for writing testsForked from schwern/test-more Thu Feb 26 01:18:20 -0800 2009
Public Activity

-
pne committed d258fcc1:
Small typo fix (`permanant').
-
pne committed d869cc11:
Remove old CVS Id keywords
-
pne committed 93478cc7:
Clean up some punctuation and spelling.
-
pne committed 6e32836d:
Ingy döt Net changed his name a while back.
-
pne committed ad689c43:
Unify spelling of "OSCON".
-
pne committed 6df115da:
Don't need to mention perlpod twice.
-
briandfoy committed c67eb547:
* perlfaq1: Which version of Perl should I use?
-
briandfoy committed 36e95f53:
* perlfaq4: How can I know how many entries are in a hash?
-
briandfoy committed 7be96675:
* Various formatting fixes, mostly for mysterious whitespace at the beginning of some prose lines
-
brian d foy committed ce33b3e6:
Merge branch 'master' of git@github.com:briandfoy/perlfaq
-
brian d foy committed d7e1bbd1:
* Add the rest of my Perl backlog
-
brian d foy committed 3ba974cc:
* Make variable suicide a candidate for deletion
-
brian d foy committed 5281ca21:
* perlfaq7: How can I comment out a large block of perl code?
-
briandfoy committed c0d7f988:
* perlfaq6: I put a regular expression into $/ but it didn't work. What's wrong?
-
brian d foy committed 0e7ae7e1:
* Remove old CVS Revision keywords
-
brian d foy committed fe4c5fe9:
perlfaq4: How do I pack arrays of doubles or floats for XS code?
-
brian d foy committed 551ad432:
* perlfaq2: How can I get a binary version of perl?
-
brian d foy committed 6bd565ed:
* perlfaq9: How do I check a valid mail address?
-
brian d foy committed 3f5b57d3:
* Update the repository information. It's not Git\!
-
brian d foy committed ae705195:
* perlfaq9: How do I fetch an HTML file?
And 1 more commits...
5a7ebd3db929011f81e96ab8b34e2cc2ac7730fa
Add -E in the command-line usage in perl.pod
7a67abdf144958503a96be280e967853af1af745
Ignore the decimal part of any floating point argument passed to localtime or gmtime
05fe29fd3bc243a33acdc8a62bc4ce42df75ca4b
Make overflow warnings in gmtime/localtime only occur when warnings are on
3a7a94e274d5af79b9dacbe2adc9c4cabcf24a08
Make eval{} (entertry) trappable by Safe
edd52d85e45405ef42b088035525f7cacc2fab77
Fix a printf compilation warning
e276a45bf13960190ccecce3c92cbff3d6840b01
Remove declaration of XS_Internals_inc_sub_generation
4e71788c753f3f1e3668bcc2e7eae57e95c676e8
Update to Encode 2.32
9f5407a9b9bbda87458e495847d46c9474a63563
Fix test failure with t/TEST
3f8c823a283afa6d9b3be3ef140cbd63676a82f9
Add a bunch of missing files to the MANIFEST
985e6bb7f582fbd8ae8c68fdd797123ac06f7105
Remove the MANIFEST from Compress-Raw-Bzip2
4ec613fc9ea24805f53c42982fd74a869cd3674a
Bump versions to 0.12 to sync with CPAN version
b6be863a9cf5bbc527bcd449f58168fbf06e381a
Bump versions to 0.10 for CPAN sync
f56ed502c9950029115cee628809882d9174d69f
Make util.c compile on systems without getcwd()
1c058b48febcd9109f3c815ca5b3653e08c9818a
Better gitignore file for Compress-Raw-Bzip2
bdb7fd9ff27337264f70f75183d41d2995ccc57c
Add Compress-Raw-Bzip2, by Paul Marquess
223ddb2fc03e891f3a0b0780dab3cb2b4a0bb763
Mark modules upgraded today as "upstream from CPAN"
c23d81736995c0f5ea5ee41a9dba3478b20156fc
Update to Term::ANSIColor 2.00
b032e88887f6cb0115394c9072b0279fba6d76b4
NAME section must fit on one line
ac62bc6fc9af2f4dca6b1ec668aab128962700d8
Remove spurious TODO indicators
73aec0b1ca3a8f9cc9e8876daf42d8fbbee360a0
More smartmatch tests
e42f52dd7fa9b0bf0979b5795fdd19196265e1f8
Silence a casting warning with memchr()
4cbab0e90c8cb27eaf6e77be6ce33165799f92df
Reorder and complete tests for smart matching with objects
fceebc475db7280476c58dcfb36c7e1cd6795eec
Fix {%hash} ~~ %hash test
9e079acef3281a4f29fb1913eeef734bf70ba393
Better diagnostics for the ~~ test
bf63da66ae0bd08722dab0532a17102e04c0c211
Yves states that patches to ExtUtils::Install should go to blead first