Next | Query returned 35 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2010-01-16 19:00:36 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-namespace-clean from 0.11 to 0.12

pkgsrc changes:
  - Adding right license definition
  - Adjusting dependencies

Upstream changes:
[0.12] Thu Jan 14 03:22:03 CET 2010
    - Stop relying on stash entries always being upgraded into real GVs
      (Zefram).
    - Work around $DB::sub (Yuval Kogman).
    - Fix restoring of non-code symbols when cleaning (Ben Morrows).
   2009-04-20 01:13:46 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update from version 0.09 to version 0.11.

Pkgsrc changes:
- Adjust dependency on p5-B-Hooks-EndOfScope
- Add commented out licensing information: we do not yet handle the
disjunctive license of Perl

Upstream changes:
    [0.11] Tue Mar  3 17:34:49 CET 2009
        - Added -cleanee option to specify the package to clean (Closes
          RT#41850).
        - Added n:c->clean_subroutines($cleanee, @subs).

    [0.10] Fri Feb 20 14:31:36 CET 2009
        - Depend on B::Hooks::EndOfScope 0.07 to avoid segfaults and lost error
          messages when something goes wrong.
   2008-11-17 23:51:21 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 0.08nb1 to 0.09.

Pkgsrc changes:
 o Adjust DEPENDS to conform to new requirements

Upstream changes:

    [0.09] Wed Oct 22 17:48:49 CEST 2008
        - Use B::Hooks::EndOfScope instead of %^H + Scope::Guard.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-07-23 00:57:04 by Havard Eidnes | Files touched by this commit (3) | Imported package
Log message:
Import p5-namespace-clean version 0.08.

Keeping packages clean

When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

The "namespace::clean" pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

Next | Query returned 35 messages, browsing 31 to 40 | previous