Revision history for Shell-Guess
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