Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-IO-Tty-1.200.0-2.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: perl-IO-Tty Distribution: openSUSE Tumbleweed
Version: 1.200.0 Vendor: openSUSE
Release: 2.1 Build date: Sun Mar 10 20:34:08 2024
Group: Unspecified Build host: i03-armsrv1
Size: 83645 Source RPM: perl-IO-Tty-1.200.0-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://metacpan.org/release/IO-Tty
Summary: Pseudo ttys and constants
'IO::Tty' is used internally by 'IO::Pty' to create a pseudo-tty. You
wouldn't want to use it directly except to import constants, use 'IO::Pty'.
For a list of importable constants, see IO::Tty::Constant.

Windows is now supported, but ONLY under the Cygwin environment, see
http://sources.redhat.com/cygwin/.

Please note that pty creation is very system-dependend. From my experience,
any modern POSIX system should be fine. Find below a list of systems that
'IO::Tty' should work on. A more detailed table (which is slowly getting
out-of-date) is available from the project pages document manager at
SourceForge http://sourceforge.net/projects/expectperl/.

If you have problems on your system and your system is listed in the
"verified" list, you probably have some non-standard setup, e.g. you
compiled your Linux-kernel yourself and disabled ptys (bummer!). Please ask
your friendly sysadmin for help.

If your system is not listed, unpack the latest version of 'IO::Tty', do a
''perl Makefile.PL; make; make test; uname -a'' and send me
(_RGiersig@cpan.org_) the results and I'll see what I can deduce from that.
There are chances that it will work right out-of-the-box...

If it's working on your system, please send me a short note with details
(version number, distribution, etc. 'uname -a' and 'perl -V' is a good
start; also, the output from "perl Makefile.PL" contains a lot of
interesting info, so please include that as well) so I can get an overview.
Thanks!

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Fri Dec 29 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 1.20
    see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
    1.20 2023-12-28 Todd Rinaldo <toddr@cpan.org>
    * #32 - Skip t/pty_get_winsize.t tests on AIX
    * #27 - Fix patchlevel check for util.h
    1.19 2023-12-28 Todd Rinaldo <toddr@cpan.org>
    * #37 - Remove --no-undefined from compiler test which is not compatible with all platforms.
* Tue Nov 28 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 1.18
    see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
    1.18 2023-11-27 Todd Rinaldo <toddr@cpan.org>
    * #35 - Address Freebsd build issue: Make function checks more robust within shared lib
* Sat Nov 12 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 1.17
    see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
    1.17 2022-11-11 Todd Rinaldo <toddr@cpan.org>
    * Switch changelog entries to metacpan friendly format
    * #29 - Fix printf format conversion specifiers in croak to support size_t on all platforms
    * #11,#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0
    * #28 - Use $arg to match @ARGV in Makefile.PL
* Sat Jan 23 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 1.16
    see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
    1.16 2021-01-2 Todd Rinaldo <toddr@cpan.org>
    * Switch to github for issue tracker.
    * Switch to testsuite CI workflow.
    * Tidy
* Wed Nov 04 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 1.15
    see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
    2020-10-03 Todd Rinaldo <toddr@cpan.org> 1.15
    * Skip winsize test on Solaris and QNX NTO
    * Make function tests more robust
    * Work around a header name collission on util.h. This is breaking on recent OSX
* Mon Jan 20 2020 <timueller+perl@suse.de>
  - updated to 1.14
    see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
    2020-01-18 Todd Rinaldo <toddr@cpan.org> 1.14
    * Add strict/warnings to Tty.pm
    * Fix pod errors
    * Typo: s/dependend/dependent/
    * Prevent spurious warning from get_winsize()
    * Fix usage of setsid
    * Github actions testing. Windows is off of course.
    * Make README.md
    2014-12-14 Todd Rinaldo <toddr@cpan.org> 1.13_01
    * RT 91590 - Remove MAP_TARGET from Makefile.PL
    * RT 88271 - Fix for Solaris setuid when root running as other user
* Mon Apr 13 2015 coolo@suse.com
  - updated to 1.12
    see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
    2014-09-12 Todd Rinaldo <toddr@cpan.org> 1.12
    * Merge pull request from Chris Williams (bingos) to fix "redefinition of typedef" errors with v5.19.4 and above
    2014-05-05 Todd Rinaldo <toddr@cpan.org>
    * Release 1.11 to CPAN with explicit dropping of support for Win32 (we never supported it) - RT 77813
    * Bump version to a devel release 1.11_01 for experimental work.
    * Fix typo in compilter - RT 75649
    * Add support for PERL_MM_OPT
* Thu Mar 31 2011 coolo@novell.com
  - update to 1.10
    * CPAN testers clean. Bumping to release version 1.10
    * RT 60788 - Better error reporting on Operating Systems
      that can't set a controlling terminal e.g. BeOS
    * CPAN testers looks clean. Internal testing done on perl 5.6
    * Bump version to 1.09 and release to CPAN
    * RT 61642 - Fix file number test to work without hang on cygwin
    * Update all versions to the new version
    * RT 45008 - only try TIOCSCTTY if we don't have a ctty
    * RT 53883 - IO::Tty detection on BeOS w/fix
    * RT 60014 - better META.yml by modernizing Makefile.PL
    * RT 44771 - Add _ to list of escape characters for compiler
      so it'll compile on windows This is experimental pending a
      successful dev release
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro

Files

/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/IO
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/IO/Pty.pm
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/IO/Tty
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/IO/Tty.pm
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/IO/Tty/Constant.pm
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/IO
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/IO/Tty
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/IO/Tty/Tty.so
/usr/share/doc/packages/perl-IO-Tty
/usr/share/doc/packages/perl-IO-Tty/ChangeLog
/usr/share/doc/packages/perl-IO-Tty/README
/usr/share/doc/packages/perl-IO-Tty/try
/usr/share/man/man3/IO::Pty.3pm.gz
/usr/share/man/man3/IO::Tty.3pm.gz
/usr/share/man/man3/IO::Tty::Constant.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024