Search Criteria
Package Details: perl-devel-refactor 0.05-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-devel-refactor.git (read-only, click to copy) |
|---|---|
| Package Base: | perl-devel-refactor |
| Description: | Devel::Refactor - Perl extension for refactoring Perl code |
| Upstream URL: | http://search.cpan.org/dist/Devel-Refactor/ |
| Licenses: | GPL, PerlArtistic |
| Submitter: | dracorp |
| Maintainer: | dracorp |
| Last Packager: | dracorp |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-09-27 21:53 (UTC) |
| Last Updated: | 2018-03-15 17:49 (UTC) |
Latest Comments
bogdanbiv commented on 2018-03-29 19:00 (UTC)
@dracorp Works just fine, thank you!
dracorp commented on 2018-03-15 17:51 (UTC)
@bogdanbiv Check new release and let me know.
bogdanbiv commented on 2018-03-14 12:23 (UTC) (edited on 2018-03-15 10:18 (UTC) by bogdanbiv)
Has anyone else experienced this error when installing this module: https://ptpb.pw/j1ST
Error: Can't locate Refactor.pm in @INC (you may need to install the Refactor module)
UPDATE: monkey patched the error by adding in PKGBUILD line 40: sed -i "s/use_ok 'Refactor';/use_ok 'Devel::Refactor';/" ./t/basic.t
Note: Building the package from upstream works, not sure why this package behaves differently in our PKGBUILD. Also, there is a request to update upstream to use the full path (Devel::).