view release on metacpan or search on metacpan
t/05_budemeric.t view on Meta::CPAN
form_ok('PUGAN', budemeric('PUGAN' ), [ qw( POGAI POGEIS POGET POGAM POGUS POGONT ) ]);
form_ok('PUHAN', budemeric('PUHAN' ), [ qw( POHAI POHEIS POHET POHAM POHUS POHONT ) ]);
form_ok('BRIGAN', budemeric('BRIGAN'), [ qw( BROGAI BROGEIS BROGET BROGAM BROGUS BROGONT ) ]);
form_ok('SUBRAN', budemeric('SUBRAN'), [ qw( SOBRAI SOBREIS SOBRET SOBRAM SOBRUS SOBRONT ) ]);
form_ok('DUCIR', budemeric('DUCIR' ), [ qw( DOCU DOCEUS DOCET DOCUM DOCUS DOCUNT ) ]);
form_ok('LEGAN', budemeric('LEGAN' ), [ qw( LOGAI LOGEIS LOGET LOGAM LOGUS LOGONT ) ]);
form_ok('LAUDAN', budemeric('LAUDAN'), [ qw( LODAI LODEIS LODET LODAM LODUS LODONT ) ]);
form_ok('KUSAN', budemeric('KUSAN' ), [ qw( KOSSAI KOSSEIS KOSSET KOSSAM KOSSUS KOSSONT ) ]);
form_ok('KETHEN', budemeric('KETHEN'), [ qw( KOTHAI KOTHEIS KOTHET KOTHEM KOTHES KOTHENT ) ]);
form_ok('IUSIR', budemeric('IUSIR' ), [ qw( IOSSU IOSSEUS IOSSET IOSSUM IOSSUS IOSSUNT ) ]);
view all matches for this distribution
view release on metacpan or search on metacpan
* works on: ia32, amd64, alpha, sparc64.
* likely works on: s390, m68k, arm.
* unlikely to work on: ia64, hppa, v850, sparc32, mips64, ppc64.
1.9 Thu Feb 2 00:46:46 CET 2006
- added patch by Nicholas Clark to force optimization,
which is required for syscalls to be inlined on ia32.
1.8 Wed Aug 17 18:56:14 CEST 2005
- return immediately from poll_wait if nreqs==0.
- fixed a bug in queueing => many outstanding
requests lead to starvation.
- new function Linux::AIO::poll_wait.
- documented Linux::AIO::max_parallel.
1.41 Thu Mar 3 18:00:52 CET 2005
- change of contact address.
1.4 Sat Jan 15 01:04:27 CET 2005
- clarify licensing (same terms as perl itself).
1.3 Sat Aug 7 17:25:31 CEST 2004
- ported to AMD64, possibly other 64 bit architecturs
(inspired by Joshua Hoblitt).
- fixed max_parallel deadlock problem.
- beginning of a testsuite.
- fixed aio_close.
- paths are now properly saved.
0.011 Tue Dec 25 03:02:30 CET 2001
- make it compile with 5.6.1 and maybe older versions. Boy is it
ugly now.
0.01 Mon Oct 8 14:57:59 CEST 2001
- fixed syntax errors so it compiles with gcc-2.95.4 as well.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Device::CDROM.
0.02 Wed Nov 16 17:38:15 CET 2005
- fixes compilation on gcc4 (but a lot harmless warnings still there)
(spotted by H.Merijn Brand <h DOT m DOT brand AT xs4all DOT nl>)
0.01 Mon Jan 5 09:18:31 2004
- original version; created by h2xs 1.23 with options
view all matches for this distribution
view release on metacpan or search on metacpan
- add KCMP_EPOLL_TFD enum, hardcoded to value 7, and require linux/kcmp.h
for the rest.
- changed the prototype of unshare from automatically-generated $ to @, to
avoid it acting as an operator.
1.2 Tue Nov 7 19:15:11 CET 2017
- the CLONE constants wrongly acquired a CLONE_ prefix, remove
it again (reported by Ryan Voots).
- use __has_include to check for existance of linux/kcmp.h, if the
compiler defines it in case there is a kernel/libc mismatch.
1.1 Thu Nov 2 08:30:45 CET 2017
- added pivot_root.
- added kcmp.
1.0 Wed Aug 24 05:33:54 CEST 2016
- add setns (untested).
- add CLONE_NEWCGROUP and update documentation for newer kernels.
0.01 Mon Nov 28 02:12:50 CET 2011
- cloned from Convert::Scalar.
view all matches for this distribution
view release on metacpan or search on metacpan
php/PEAR/DB/odbtp.php view on Meta::CPAN
break;
case 'vfp':
$dbparam = 'SOURCEDB';
if (!isset($odbcinfo['DRIVER']))
$odbcinfo['DRIVER'] = '{Microsoft Visual FoxPro Driver}';
if (!isset($odbcinfo['SOURCETYPE']))
$odbcinfo['SOURCETYPE'] = 'DBF';
if (!isset($odbcinfo['EXCLUSIVE']))
$odbcinfo['EXCLUSIVE'] = 'NO';
break;
case 'oracle':
$dbparam = 'DBQ';
view all matches for this distribution
view release on metacpan or search on metacpan
- slightly improved documentation.
- make decode_si more resistent against protocol errors, by
dropping sections with syntax_indicator=0, more robustly skip
illegal frames.
0.2 Thu Mar 3 21:10:52 CET 2005
- fix version mismatch.
0.02 Thu Mar 3 18:00:52 CET 2005
- change of contact address.
0.01 Mon Sep 6 08:24:43 CEST 2004
- original version; created by copying Convert-Scalar.
view all matches for this distribution
view release on metacpan or search on metacpan
Get rid of unused argument to new
0.009 2014-03-28 21:53:04EET+0200 Europe/Bucharest
Import required functionality from ppport for <5.14
0.008 2014-03-20 22:50:07CET+0100 Europe/Amsterdam
Shipped with updated ppport.h
0.007 2012-08-16 15:58:24 Europe/Amsterdam
Accept hashref as extra argument to new
Cover over segfaulting perl bug
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/Ethtool.pm view on Meta::CPAN
=head1 NAME
Linux::Ethtool - Interface to the Linux SIOCETHTOOL ioctl
=head1 SYNOPSIS
use Linux::Ethtool qw(:all);
lib/Linux/Ethtool.pm view on Meta::CPAN
print "TX checksum offloading: ".($tx_csum ? "yes" : "no")."\n";
=head1 DESCRIPTION
This module provides a procedural interface to the basic operations provided by
the Linux SIOCETHTOOL ioctl. The more complex operations that involve getting or
setting whole structures at a time are implemented in OO fashion by packages
under this namespace.
=head1 SUBROUTINES
view all matches for this distribution
view release on metacpan or search on metacpan
- store a filehandle internally so it gets perl's CLOEXEC flag as needed. also
gets rid of the destructor and the internal close function for added space
savings (reported by Eric Wong).
- add new ->fh accessor.
2.2 Mon Dec 9 04:09:05 CET 2019
- define IN_EXCL_UNLINK to 0 if it is missing, for the benefit of
antique systems that lack this symbol.
2.1 Fri Oct 26 03:16:03 CEST 2018
- damn, left debugging code not caught by tests (reported by losyme).
- fixed formatting.
- add IN_MASK_ADD, IN_DONT_FOLLOW, IN_ONLYDIR.
- updated inotify.h from inotify-utils for wider architecture support.
- no internal changes.
1.01 Tue Dec 20 12:31:16 CET 2005
- more fixes by Andrejs Dubovskis:
- removed debugging code accidentally left in.
- streaming API didn't always return properly blessed objects.
1.0 Mon Dec 19 17:48:01 CET 2005
- incorporated a major patch by Andrejs Dubovskis:
- added a non-callback interface to read events
- better error handling in non-blocking case.
- added test case.
- fix reading events leaking memory.
0.8 Sun Nov 27 13:43:14 CET 2005
- improved documentation.
- added IN_MOVE_SELF.
- cancel events when receiving an IN_ONESHOT event.
- clarify documentation for ->cookie.
view all matches for this distribution
view release on metacpan or search on metacpan
- Original version; created by snck <snck@free.fr>
0.02 Mon Feb 9 22:39:00 2004
- Documented the program.
0.04 Fri Feb 13 21:42:43 CET 2004
- Correcting installation error
0.05 Tue Feb 7 09:29:29 GMT 2006
- Correcting installation error
view all matches for this distribution
view release on metacpan or search on metacpan
- handle non-memory-related keys (like ProtectionKey: and THPeligible:)
generically so that Linux::Smaps works on newer kernels.
- revamp testsuite to increase test coverage and stop parsing multiple
smaps dumps in a single test so that we can update them more easily.
0.13 Sun 1 Dec 20:34:43 CET 2013
- some kernels allow the user to open /proc/*/smaps for reading even
if the process is not allowed to read the content. In the latter case
/proc/*/smaps then appears to be empty. Linux::Smaps turns that into
an EACCES.
- drop 05.t because it's obsolete
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Linux::UserXAttr.
0,02 Thu Mar 10 15:09:59 CET 2011
- more cpan tester compliance
0.01 Tue Mar 8 13:27:25 2011
- original version; created by h2xs 1.23 with options
-A -b 5.8.8 -n Linux::UserXAttr
view all matches for this distribution
view release on metacpan or search on metacpan
0.01 Sat Feb 28 19:21:46 2015
- original version; created by h2xs 1.23 with options
-AXn List::Prefixed
0.01 Tue Mar 3 21:41:33 CET 2015
- Stable version
0.02 Mi 4. Mär 16:22:46 CET 2015
- Added large tests (a regex matching all Perl module names)
0.03 Wed Mar 4 21:56:29 CET 2015
- fixed large list tests
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Ast.pm view on Meta::CPAN
'generic' => q#Hora dâEuropa Central#,
'standard' => q#Hora estándar dâEuropa Central#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Hora braniega dâEuropa del Este#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Bs.pm view on Meta::CPAN
'generic' => q#Centralnoevropsko vrijeme#,
'standard' => q#Centralnoevropsko standardno vrijeme#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#IstoÄnoevropsko ljetno vrijeme#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Ca.pm view on Meta::CPAN
'generic' => q#Hora dâEuropa central#,
'standard' => q#Hora està ndard dâEuropa central#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Hora dâestiu dâEuropa oriental#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Cv.pm view on Meta::CPAN
'generic' => q#ТÓп ÐвÑопа вÓÑ
ÓÑÓ#,
'standard' => q#ТÓп ÐвÑопа ÑÑандаÑÑÐ»Ó Ð²ÓÑ
ÓÑÓ#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Ð¥ÓвелÑÑÑ
ÓÒ« ÐвÑопа Ò«ÑллаÑ
и вÓÑ
ÓÑÓ#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Cy.pm view on Meta::CPAN
'generic' => q#Amser Canolbarth Ewrop#,
'standard' => q#Amser Safonol Canolbarth Ewrop#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Amser Haf Dwyrain Ewrop#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Da.pm view on Meta::CPAN
'generic' => q#Centraleuropæisk tid#,
'standard' => q#Centraleuropæisk normaltid#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Ãsteuropæisk sommertid#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/El.pm view on Meta::CPAN
'generic' => q#ÎÏα ÎενÏÏÎ¹ÎºÎ®Ï ÎÏ
ÏÏÏηÏ#,
'standard' => q#ΧειμεÏινή ÏÏα ÎενÏÏÎ¹ÎºÎ®Ï ÎÏ
ÏÏÏηÏ#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#ÎεÏινή ÏÏα ÎναÏÎ¿Î»Î¹ÎºÎ®Ï ÎÏ
ÏÏÏηÏ#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/En/Latn/150.pm view on Meta::CPAN
init_arg => undef,
default => sub { {
'Europe_Central' => {
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
short => {
'daylight' => q#EEST#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Es.pm view on Meta::CPAN
'generic' => q#hora de Europa central#,
'standard' => q#hora estándar de Europa central#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#hora de verano de Europa oriental#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Eu.pm view on Meta::CPAN
'generic' => q#Europako erdialdeko ordua#,
'standard' => q#Europako erdialdeko ordu estandarra#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Europako ekialdeko udako ordua#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Fur.pm view on Meta::CPAN
'generic' => q#Ore de Europe centrâl#,
'standard' => q#Ore standard de Europe centrâl#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Ore estive de Europe orientâl#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Fy.pm view on Meta::CPAN
'generic' => q#Midden-Europeeske tiid#,
'standard' => q#Midden-Europeeske standerttiid#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#East-Europeeske simmertiid#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Ga.pm view on Meta::CPAN
'generic' => q#Am Lár na hEorpa#,
'standard' => q#Am Caighdeánach Lár na hEorpa#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Am Samhraidh Oirthear na hEorpa#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Gd.pm view on Meta::CPAN
'generic' => q#Ãm Meadhan na Roinn-Eòrpa#,
'standard' => q#Bun-à m Meadhan na Roinn-Eòrpa#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#Tìde samhraidh na Roinn-Eòrpa an Ear#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Gl.pm view on Meta::CPAN
'generic' => q#hora de Europa Central#,
'standard' => q#hora estándar de Europa Central#,
},
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
long => {
'daylight' => q#hora de verán de Europa Oriental#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/Locales/Gv.pm view on Meta::CPAN
init_arg => undef,
default => sub { {
'Europe_Central' => {
short => {
'daylight' => q#CEST#,
'generic' => q#CET#,
'standard' => q#CET#,
},
},
'Europe_Eastern' => {
short => {
'daylight' => q#EEST#,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Locale/CLDR/ValidCodes.pm view on Meta::CPAN
'bbbgi',
'America/Barbados',
'bddac',
'Asia/Dhaka Asia/Dacca',
'bebru',
'Europe/Brussels CET MET',
'bfoua',
'Africa/Ouagadougou',
'bgsof',
'Europe/Sofia',
'bhbah',
view all matches for this distribution