Revision history for Perl extension Terminal::Identify.
0.26 2022-10-24
- As response on ticket from RT: Set $term to "?" in case of pts and
tty not recognised. Changed "/bin/which" || ! -x "/usr/bin/which"
to "/bin/which" && ! -x "/usr/bin/which". Added Putty to list of
known terminals.
- Some minor changes in code. Bug fixing in general.
0.25 2022-10-24
- Added Windows recognition. Error fixing.
- Minor changes in code. Minor changes in documentation.
0.24 2022-10-24
- Changing CONTRIBUTING.md. Bug fixing.
0.23 2022-10-24
- Changing CONTRIBUTING.md. Bug fixing.
0.22 2022-10-24
- Changing CONTRIBUTING.md. Bug fixing.
0.21 2022-10-24
- Changing CONTRIBUTING.md. Bug fixing.
0.20 2022-10-24
- Changing CONTRIBUTING.md. Bug fixing.
0.19 2022-10-24
- Changing CONTRIBUTING.md. Bug fixing.
0.18 2022-10-24
- Bug fixing.
0.17 2022-10-24
- Bug fixing.
0.16 2022-10-24
- Bug fixing.
0.15 2022-10-24
- Major changes in code. Major changes in documentation.
0.14 2022-10-23
- Minor changes in code. Minor changes in documentation.
- Subroutine for checking prerequisites added.
0.13 2022-10-23
- Minor changes in code. Minor changes in documentation. Bug fixing.
0.12 2022-10-23
- Minor changes in code. Minor changes in documentation. Bug fixing.
0.11 2022-10-22
- Major changes in code. Minor changes in documentation.
0.10 2022-10-22
- Major changes in code. Minor changes in documentation.
0.09 2022-10-21
- Minor changes in code. Minor changes in documentation.
0.08 2022-10-21
- Minor changes in code. Minor changes in documentation.
0.07 2022-10-21
- Minor changes in code. Major changes in documentation.
0.06 2022-10-20
- Major changes in code. Major changes in documentation.
0.05 2022-10-20
- Major changes in code. Major changes in documentation.
0.04 2022-10-20
- Bug fixing.
0.03 2022-09-17
- Bug fixing.
0.02 2022-09-16
- Bug fixing.
0.01 2022-09-15
- original version; created by h2xs 1.23 with options
-AX --skip-exporter --use-new-tests -n Terminal::Identify