Next | Query returned 4 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2008-10-12 19:37:30 by abs | Files touched by this commit (48) | Package removed
Log message:
Renmove the following packages which are available in main pkgsrc
(and update any DEPENDS lines to match)
    p5-CLASS
    p5-Email-FolderType
    p5-Email-LocalDelivery
    p5-Exporter-Lite
    p5-File-MMagic-XS
    p5-File-Path-Expand
    p5-HTML-TokeParser-Simple
    p5-MARC-Record
    p5-Net-Z3950-ZOOM
    p5-Sub-Override
    p5-Test-MockModule
    p5-Tie-Array-Sorted
    p5-aliased
   2008-05-30 14:22:19 by abs | Files touched by this commit (64)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2006-04-13 22:11:21 by Roman Kulik | Files touched by this commit (1)
Log message:
Removed WWW: line from DESCR file.
   2006-03-09 18:47:45 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
Sub::Override allows the programmer to simply name the sub to replace
and to supply a sub to replace it with.

  my $override = Sub::Override->new('Some::sub', sub {'new data'});

    # which is equivalent to:
      my $override = Sub::Override->new;
        $override->replace('Some::sub', sub { 'new data' });

	WWW: http://search.cpan.org/dist/Sub-Override/

Next | Query returned 4 messages, browsing 1 to 10 | previous