~ubuntu-branches/ubuntu/vivid/libclass-accessor-grouped-perl/vivid-proposed

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-08-22 12:48:39 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100822124839-gg63xjtf0e3bbt5i
Tags: 0.09004-1
* New upstream release.
* debian/copyright: point to /usr/share/common-licenses/GPL-1.
* Set Standards-Version to 3.9.1 (no changes).
* debian/control: remove version from libsub-name-perl (build) dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Class::Accessor::Grouped.
2
2
 
 
3
0.09004 Wed Aug 11 04:23:15 2010
 
4
    - Changed the way Class::XSAccessor is invoked if available
 
5
      (recommended by C::XSA author)
 
6
    - Modified internal cache names to avoid real accessor clashes
 
7
    - Some micro-optimizations for get_inherited
 
8
    - Fixed field names with a single quote in them (patch from Jason Plum)
 
9
 
3
10
0.09003 Fri Apr 23 23:00:19 2010
4
11
    - use Class::XSAccessor if available for 'simple' accessors, except on
5
12
      MSWin32, with documentation