Changelog for
perl-Socket6-debugsource-0.25-4.3.x86_64.rpm :
* Mon Dec 09 2013 cooloAATTsuse.com- updated to 0.25
* Makefile.PL: Install manpage. [cpan #66811]
* Socket6.pm: Fix typo. [cpan #86346]
* Socket6.pm: Fix typo. [cpan #71617]
* Makefile.PL: Fixed [cpan #77665] pass perl cc and ccflags to configure
* Makefile.PL (configure_mswin32): Fixed [cpan #65710] undefined ref to inet_ntop,inet_pton on Windows XP.
* t/use.t: Fixed [cpan #75211] test redefinition warnings
* Thu Jan 12 2012 jwAATTsuse.com- license update: BSD-3-Clause was plain wrong for years.
* Fri Nov 18 2011 cooloAATTsuse.com- use original .tar.gz
* Tue Nov 30 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Tue Oct 19 2010 cooloAATTnovell.com- add perl as explicit buildrequire
* Mon Feb 08 2010 cooloAATTnovell.com
* update to version 0.23.
* Socket6.pm: Added AATTEXPORT_OK to export AF_INET6 and PF_INET6 if requested. This allows the use of the Socke6 module without having to perform the same conditional check that was added to avoid conflicts with the Socket module default exports (i.e. use Socket6 qw(AF_INET6 inet_pton inet_ntop); )
* Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling constant(). This should not be required since errno was being set to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to be done or all constants reported unsupported.
* Sun Jan 10 2010 jengelhAATTmedozas.de- enable parallel build
* Wed Oct 29 2008 mlsAATTsuse.de- update to Socket6-0.22, fixes bnc#426256
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires