Revision history for App-af
0.18 2022-09-22 09:27:11 -0600
- Compatability with ALIEN_DOWNLOAD_RULE (gh#16)
0.17 2021-03-27 10:48:09 -0600
- Remove unused dependency on Test::Exit (gh#10)
0.16 2020-06-08 09:05:20 -0600
- `af list -l` or `af list --long` now displays the install type for each
Alien (gh#6)
- Moved project to the Perl5-Alien GitHub org.
0.15 2017-09-28 15:58:25 -0400
- Add af missing --plugin option
- Add af missing --precompile option
0.14 2017-08-15 11:27:54 -0400
- Merged App-palien and App-af. For the old App-palien change log
see Changes.App-palien
0.12 2017-07-31 08:14:22 -0400
- af missing does not print out some diagnostics that wes breaking it.
0.11 2017-07-05 13:54:54 -0400
- Added probe subcommand
- Migrated from Test2::Bundle::Extended to Test2::V0
0.10 2017-06-05 11:12:26 -0400
- Correctly detect patch directory at the same level as the alienfile (fix for gh#3)
0.09 2017-03-23 12:34:15 -0400
- Update for more recent Alien::Base / Alien::Build
0.08 2017-02-22 07:26:49 +1100
- Removed unintended download.pm
0.07 2017-02-21 18:14:17 +1100
- Add :repl psudo-command for --before and --after options on af install
- Add -I option to af install
- Add --blib option to af install
0.06 2017-02-15 20:08:49 +1100
- Add wildcards % or * for --before and --after options on af install
subcommand
0.05 2017-02-09 18:12:17 -0500
- Fixed bug in af missing command
0.04 2017-02-09 12:51:16 -0500
- Added --root option or af install
- Added --before and --after options for af install (gh#1 plicease)
- af missing is a little more useful. Prints out either share OR
system depending on which type is detected if phase is not specified
rather than both.
0.03 2017-02-08 15:19:49 -0500
- af install command prints runtime properties after finish
- Tests now pass if ALIEN_INSTALL_TYPE is set
0.02 2017-02-08 12:32:11 -0500
- Add --dry-run option to the install subcommand
0.01 2017-02-08 12:13:23 -0500
- initial version