Bug 89341 - Update Port: devel/p5-File-HomeDir 0.06 -> 0.07
Summary: Update Port: devel/p5-File-HomeDir 0.06 -> 0.07
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 01:50 UTC by Aaron Dalton
Modified: 2005-11-28 12:42 UTC (History)
0 users

See Also:


Attachments
submission.txt (1.13 KB, text/plain)
2005-11-21 01:50 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton freebsd_committer freebsd_triage 2005-11-21 01:50:20 UTC
0.07 2005-11-09 Adam Kennedy  adamk@cpan.org

  * Near-complete rewrite to modernise and prepare to
    start merging in File::HomeDir::Win32.

  * "Traded" module in exchange for Data::JavaScript::Anon :)
  * Replaced Makefile.PL with Module::Install-based version that lists
    its dependencies in a platform-sensitive way.
    This also removes the need for evals.
  * Replaced tests with Test::More-based ones and improved
    coverage.
  * Put the platform-specific code into if ( CONSTANT ) blocks
    so they will compile out.
  * Otherwise cleaned up and improved the layout of the code
  * Added support for $ENV{HOMEDIR} and $ENV{HOMEPATH} on Win32
  * More-explicit testing before we return a path
  * Keep caching user home, but NOT "my" home in case the
    process changes user.
Comment 1 Aaron Dalton freebsd_committer freebsd_triage 2005-11-21 01:50:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

Passed off to maintainer
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2005-11-28 12:42:11 UTC
State Changed
From-To: open->closed

Committed, thanks.