Skip Menu |

This queue is for tickets about the Test-TempDir CPAN distribution.

Report information
The Basics
Id: 78458
Status: open
Priority: 0/
Queue: Test-TempDir

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.05
Fixed in: (no value)



Subject: Rewrite without Moose
Due to Moose usage, Test::TempDir has a huge dependency tree. This makes it painful to install (especially when compiling in a ARM virtual machine), and so despite its good API I use instead the simpler File::Temp. ------8<------8<------8<------8<------8<------8<------8<------ $ cpanm -L . --scandeps Test::TempDir Test-TempDir-0.05 \_ Sub-Exporter-0.984 \_ Params-Util-1.07 \_ Sub-Install-0.926 \_ Data-OptList-0.107 \_ namespace-clean-0.23 \_ Dist-CheckConflicts-0.02 \_ Test-Fatal-0.010 \_ Try-Tiny-0.11 \_ List-MoreUtils-0.33 \_ Package-Stash-0.33 \_ Test-Requires-0.06 \_ Package-DeprecationManager-0.13 \_ Package-Stash-XS-0.25 \_ B-Hooks-EndOfScope-0.11 \_ Variable-Magic-0.50 \_ MooseX-Types-Path-Class-0.06 \_ MooseX-Types-0.35 \_ Moose-2.0603 \_ Task-Weaken-1.04 \_ MRO-Compat-0.11 \_ Class-Load-XS-0.04 \_ Class-Load-0.20 \_ Module-Runtime-0.013 \_ Module-Implementation-0.06 \_ Eval-Closure-0.08 \_ Sub-Name-0.05 \_ Devel-GlobalDestruction-0.06 \_ Carp-Clan-6.04 \_ Test-Exception-0.31 \_ Sub-Uplevel-0.24 \_ Path-Class-0.26 \_ File-NFSLock-1.21 \_ Test-use-ok-0.02 ------8<------8<------8<------8<------8<------8<------8<------ -- Olivier Mengué - http://perlresume.org/DOLMEN
On 2012-07-19 08:12:49, DOLMEN wrote: Show quoted text
> Due to Moose usage, Test::TempDir has a huge dependency tree. > This makes it painful to install (especially when compiling in a ARM > virtual machine), and so despite its good API I use instead the simpler > File::Temp.
A patch which converted to Moo would be gratefully accepted.