| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Jun 2013 21:01:44
0.14
|
sunpoet  |
- Update to 0.14
Changes: http://search.cpan.org/dist/Hash-FieldHash/Changes |
18 Apr 2013 16:57:32
0.13
|
sunpoet  |
- Update to 0.13
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Hash-FieldHash/Changes
Feature safe: yes |
13 Mar 2012 16:15:36
0.12
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.12
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
19 Oct 2011 13:01:18
0.12
|
sunpoet  |
- Update to 0.12
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Hash-FieldHash/Changes |
17 Sep 2011 07:06:45
0.10
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
10 Aug 2011 12:24:48
0.10
|
sunpoet  |
- Add p5-Hash-FieldHash 0.10
Hash::FieldHash provides the field hash mechanism which supports the inside-out
technique.
You may know Hash::Util::FieldHash. It's a very useful module, but too complex
to understand all the functions and only available in 5.10. H::U::F::Compat is
available for pre-5.10, but it seems too slow to use.
This is an alternative to H::U::F with following features:
Simpler interface
- Hash::FieldHash provides a few functions: fieldhash() and fieldhashes().
That's enough.
Higher performance
- Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals
use simpler structures.
Relic support
- Although Hash::FieldHash uses a new feature introduced in Perl 5.10, the uvar
magic for hashes described in "GUTS" in Hash::Util::Fieldhash, it supports
Perl 5.8 using the traditional tie-hash layer.
WWW: http://search.cpan.org/dist/Hash-FieldHash/ |