pfenwick

Paul Fenwick
http://perltraining.com.au/
Melbourne, Australia
41
11
May 31, 2008
  • Make functions succeed or die in Perl, with lexical scope.
    Updated Sun Jul 05 08:28:16 -0700 2009
    legend
  • Debian's dh-make-perl (unofficial, PJF's branch)
    Updated Tue Nov 25 17:39:28 -0800 2008
    legend
  • Finance::Quote module for Perl
    Updated Sun Jun 14 14:01:15 -0700 2009
    legend
  • Parse EverQuest log files in Perl
    Updated Mon Jun 02 00:03:03 -0700 2008
    legend
  • Perl module to make running system commands and capturing errors as simple as possible.
    Updated Wed May 13 19:58:14 -0700 2009
    legend
  • The perl589delta.pod file for the 5.8.9 release of Perl
    Updated Thu Oct 30 00:49:42 -0700 2008
    legend
  • Proc::UID - Sensibly manipulate Unix privileges in Perl.
    Updated Fri Jul 18 09:20:59 -0700 2008
    legend
  • SCUBA::Table::NoDeco Perl Module - Calculate no decompression dive times
    Updated Thu Oct 16 22:48:09 -0700 2008
    legend
  • SweeperBot - Play Windows minesweeper automatically
    Updated Sat Apr 25 20:58:45 -0700 2009
    legend
  • Make Perl's taint mode more paranoid
    Updated Tue Jun 24 04:51:09 -0700 2008
    legend
  • Implements the Ranked Pairs Condorcet voting system in Perl.
    Updated Sat May 31 17:24:42 -0700 2008
    legend

Following

Public Activity  feed

pfenwick applied fork commits to autodie/master Sun Jul 05 18:29:16 -0700 2009
master was changed to a65544
pfenwick pushed to master at pfenwick/autodie Sun Jul 05 08:28:17 -0700 2009
HEAD is 71b72f81d616ece224e7a29c5c7b7acbe594930d
  • Paul Fenwick committed 71b72f81:
    Tests for explicitly plugging leaks with 'no autodie' near string evals.
pfenwick created branch variable_magic at pfenwick/autodie Sun Jul 05 05:36:05 -0700 2009
pfenwick pushed to master at pfenwick/autodie Sun Jul 05 03:25:44 -0700 2009
HEAD is aaf4bd7ce297d62b043f7254e6cfacabde1dde6e
  • Paul Fenwick committed aaf4bd7c:
    Tests for autodie leaking near string evals.
pfenwick created tag v2_05 at pfenwick/autodie Fri Jul 03 23:33:58 -0700 2009
pfenwick pushed to master at pfenwick/autodie Fri Jul 03 23:33:50 -0700 2009
HEAD is ad99c5e64495769947ce9af866bdf935c442b168

2 commits »

pfenwick pushed to master at pfenwick/autodie Thu Jul 02 18:57:30 -0700 2009
HEAD is 8b12854da6dab4b53ff5d47f462411c29b301859
  • Paul Fenwick committed 8b12854d:
    RT #47520 - No double file/line messages. Better 2-arg open messages.
pfenwick created tag v2_04 at pfenwick/autodie Thu Jul 02 01:58:24 -0700 2009
pfenwick pushed to master at pfenwick/autodie Thu Jul 02 01:58:13 -0700 2009
HEAD is 79a10c3a3e2f4cab5398e26684e6c0c0c2893d25
  • Paul Fenwick committed 79a10c3a:
    Bump to version 2.04. Tag and release.
pfenwick pushed to master at pfenwick/autodie Wed Jul 01 21:50:28 -0700 2009
HEAD is fe193f2af05c902063ed73abf84b1d5740b8d193
  • Paul Fenwick committed fe193f2a:
    Remove spurious failures from hints.t/File::Copy under Win32 and < 5.10.1
pfenwick pushed to master at pfenwick/autodie Wed Jul 01 19:33:39 -0700 2009
HEAD is a72aad70935ed7c385395fa3c792de40d54a79c1
  • Jerry D. Hedden committed a72aad70:
    Reduce debug output from hints.t when testing the Perl core.
pfenwick pushed to master at pfenwick/autodie Wed Jul 01 06:29:16 -0700 2009
HEAD is 12c7902e8c4d449edcb25f24286bcc0ff1412bcd
  • Paul Fenwick committed 12c7902e:
    Removed oops where a debugging message was printed.
pfenwick pushed to v2_03 at pfenwick/autodie Tue Jun 30 22:49:14 -0700 2009
HEAD is 45270eb44177315d641df42824f24bbfe2cef4d8
  • Paul Fenwick committed 45270eb4:
    Bump to 2.03 and release
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 22:49:05 -0700 2009
HEAD is 45270eb44177315d641df42824f24bbfe2cef4d8
  • Paul Fenwick committed 45270eb4:
    Bump to 2.03 and release
pfenwick created tag v2_03 at pfenwick/autodie Tue Jun 30 22:47:53 -0700 2009
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 22:36:13 -0700 2009
HEAD is ab614fe51072617f02fc19a96f85954ad77325c2
  • Paul Fenwick committed ab614fe5:
    Fix booching test on 5.8.x because parent.pm is not installed.
pfenwick created tag v2_02 at pfenwick/autodie Tue Jun 30 22:07:31 -0700 2009
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 22:07:24 -0700 2009
HEAD is 5dc61d7cee3806801d5e1e1a9bd4b069c4c17706
  • Paul Fenwick committed 5dc61d7c:
    Push to 2.02 and release
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 21:49:02 -0700 2009
HEAD is 586e3e4d804d6d26b00832240851f9ca2ff5eefe
  • Paul Fenwick committed 586e3e4d:
    permission fixes
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 21:48:37 -0700 2009
HEAD is 1a5f9cf2483c0a785a74aec72ac15ebf31a3ff70
  • Paul Fenwick committed 1a5f9cf2:
    Add extra tests based upon my autodie 2.00 blog entries.
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 21:26:15 -0700 2009
HEAD is c55a7a70e9e6adc917fae1dce61219ed88618a54
  • Paul Fenwick committed c55a7a70:
    Add context()/return() to a::exception. Fix a::e->function() returns.
pfenwick created tag v2_01 at pfenwick/autodie Tue Jun 30 08:35:55 -0700 2009
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 08:35:46 -0700 2009
HEAD is 2fe96c5018efe220ba7f070b02e776d2a9e28d9c
  • Paul Fenwick committed 2fe96c50:
    Bump to 2.01 and release.
pfenwick pushed to master at pfenwick/autodie Tue Jun 30 08:19:52 -0700 2009
HEAD is 3624069074e5168dd16ef3cd70c8bf98053f59f0
  • Paul Fenwick committed 36240690:
    5.8.x : inheritance is sufficient for role allegiance
pfenwick pushed to master at pfenwick/autodie Mon Jun 29 09:31:36 -0700 2009
HEAD is 21a03debf066824cafcddda1972afa3d84470970

2 commits »

pfenwick pushed to master at pfenwick/autodie Mon Jun 29 07:23:45 -0700 2009
HEAD is 1fb3bbd88ea66aa8dea8872ce00d68e6bf5262cf
  • Paul Fenwick committed 1fb3bbd8:
    Perl 5.10.1 fixes
pfenwick pushed to master at pfenwick/autodie Sun Jun 28 20:03:10 -0700 2009
HEAD is 8c414faa34fe8e9151a01e2a2a6d3a6988e47970
  • Paul Fenwick committed 8c414faa:
    Thank-you, Toby, for docufixes.
pfenwick pushed to master at pfenwick/autodie Sun Jun 28 20:01:15 -0700 2009
HEAD is 7f7b11843abdfd61466bf1926ddeeadbca882a9d

2 commits »

pfenwick pushed to master at pfenwick/autodie Sun Jun 28 19:59:04 -0700 2009
HEAD is f4915bb17a2e8c1f3e1317711246bffe4616dac8

3 commits »

pfenwick applied fork commits to autodie/TJC Sun Jun 28 19:58:42 -0700 2009
TJC was changed to d90299
pfenwick started watching TJC/autodie Sun Jun 28 19:56:22 -0700 2009
autodie's description:
Make functions succeed or die in Perl, with lexical scope.
pfenwick pushed to master at pfenwick/autodie Sun Jun 28 08:35:05 -0700 2009
HEAD is 7246a181a88337d4639995f9140094663962ef62
  • Glenn Fowler committed 7246a181:
    Fixed location of AUTHORS file on web
pfenwick created tag v2_00 at pfenwick/autodie Sun Jun 28 08:30:21 -0700 2009
pfenwick pushed to master at pfenwick/autodie Sun Jun 28 08:27:15 -0700 2009
HEAD is aa3813d6bef81d7c949060f5e8f21a54f7778c02

4 commits »