Revision history for Shell-Guess
0.10 2024-12-03 20:58:50 -0700
- Supress warning in Makefile.PL about calling getppid in void context (gh#12, gh#13)
0.09 2018-12-06 21:07:21 -0500
- Detect PowerShell on Unix (pwsh)
0.08 2017-12-19 11:30:36 -0500
- Use /proc/[pid]/comm as a method for guessing the shell in addition
to the methods already used (simbabque++)
0.07 2017-08-07 21:55:08 -0400
- Migrate back to MakeMaker from Module::Build (for got this time)
0.06 2015-01-21 09:36:40 -0500
- On Windows, use Win32::Getppid instead of Win32::Process::Info
the latter was failing on Strawberry 64 and is overkill for
the needs of this module.
0.05 2014-06-16 09:39:30 -0400
- fix for running_shell method on Solaris
0.04 2014-05-31 06:35:18 -0400
- avoid possible warnings on /proc read failure
0.03 2014-04-20 04:54:22 -0400
- promote to production
0.02_03 2014-04-19 08:06:27 -0400
- rm explicit dep on File::Spec due to typo
0.02_02 2014-04-19 08:03:51 -0400
- mark distribution as having dynamic_config as it ought to
0.02_01 2014-04-18 16:53:08 -0400
- only use argv[0] from command line for running_shell guess (thanks Buddy Burden GH#3)
- migrate from MakeMaker to Module::Build
0.02 2014-01-06 20:54:01 -0500
- support for detecting Fish shell
0.01 2012-10-25 15:28:10 America/New_York
- initial version