| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211450
|
|
|
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Notes:
svn path=/head/; revision=199069
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154110
|
|
|
|
|
|
|
|
|
|
|
| |
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing.
Notes:
svn path=/head/; revision=143305
|
|
|
|
| |
Notes:
svn path=/head/; revision=142079
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from Changes
Version 2.0
- Added the Class::Error module and tests
- Added the Class::Util module and tests
- Minor change in the Class::constr closure to allow to stop the init subs
by returning undef OR a Class::Error object
- Added the 'skip_autoload' option to Class::constr pragma
- You can also pass an HASH reference to the constr method
- Changed the result returned by the group accessor in list context:
old version returned the keys of the hash (deprecated since the 1.77)
this version returns the whole hash
Notes:
svn path=/head/; revision=136980
|
|
|
|
|
|
|
|
|
| |
- from Changes
- Fixed a bug related to set *::groups
- A test addition
Notes:
svn path=/head/; revision=129581
|
|
|
|
|
|
|
|
|
|
| |
- Changes:
- Fixed a bug related to naming props and group props with the same name
- The properties defined with a group get initialized just once
- Some testing addition and rewrite
Notes:
svn path=/head/; revision=129074
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from Changes
- WARNING: Deprecated the use of the group accessor in list context
when used to retrieve keys: see 'WARNING' POD section
- Added 'default' option to the Class::constr pragma plus tests
- Fixed the possibilty of setting twice the same property when copy => 1
- Minor changes in the constructor closure
- Added possibility to get a slice of values from groups accessors
- A few minor improvement and fixes in the groups closure (all the props exist,
the groups accessor uses always the props accessor if defined, etc)
- Added $_ aliasing for the post_process option
- A few minor POD changes and fixes
Notes:
svn path=/head/; revision=126781
|
|
|
|
|
|
|
|
| |
- Added add_to() method to add props and groups accessors in other packages
- Added post_process() option to props accessors
Notes:
svn path=/head/; revision=123185
|
|
|
|
|
|
|
| |
Approved by: vanilla (co-mentor)
Notes:
svn path=/head/; revision=116729
|
|
constructors methods.
PR: ports/59436
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=114434
|