ezorb australia
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 20
Finance::Quote::Yahoo::Australia 1.12
Finance::Quote::Yahoo::Australia is a Perl module to fetch Australian stock quotes via Yahoo. more>>
Finance::Quote::Yahoo::Australia is a Perl module to fetch Australian stock quotes via Yahoo.
SYNOPSIS
use Finance::Quote;
my $q = Finance::Quote->new;
my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only.
my %info = $q->fetch("australia","BHP"); # Failover with other methods.
This module allows information to be fetched from Yahoo abouts stocks traded on the Australian Stock Exchange. Information about indexes (such as the All Ordinaries) are not available through this module, although if information is requested from the "australia" source then these will automatically failover to direct queries from the Australian Stock Exchange.
This module is loaded by default on a Finance::Quote object, although it can be explicitly loaded by passing the argument "Yahoo::Australia" to Finance::Quote->new().
This module provides both the "australia" and "yahoo_australia" fetch methods. You should use the "australia" method if you wish to allow failovers to other sources, and "yahoo_australia" if you only want to obtain quotes from this module.
Information obtained via this module is governed by Yahoos terms and conditions, see http://au.finance.yahoo.com/ for more details.
LABELS RETURNED
This module returns all the standard labels (where available) provided by Yahoo, as well as the currency label. See Finance::Quote::Yahoo::Base for more information.
<<lessSYNOPSIS
use Finance::Quote;
my $q = Finance::Quote->new;
my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only.
my %info = $q->fetch("australia","BHP"); # Failover with other methods.
This module allows information to be fetched from Yahoo abouts stocks traded on the Australian Stock Exchange. Information about indexes (such as the All Ordinaries) are not available through this module, although if information is requested from the "australia" source then these will automatically failover to direct queries from the Australian Stock Exchange.
This module is loaded by default on a Finance::Quote object, although it can be explicitly loaded by passing the argument "Yahoo::Australia" to Finance::Quote->new().
This module provides both the "australia" and "yahoo_australia" fetch methods. You should use the "australia" method if you wish to allow failovers to other sources, and "yahoo_australia" if you only want to obtain quotes from this module.
Information obtained via this module is governed by Yahoos terms and conditions, see http://au.finance.yahoo.com/ for more details.
LABELS RETURNED
This module returns all the standard labels (where available) provided by Yahoo, as well as the currency label. See Finance::Quote::Yahoo::Base for more information.
Download (0.090MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1046 downloads
DateTime::Format::Strptime 1.0700
DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. more>>
DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns.
SYNOPSIS
use DateTime::Format::Strptime;
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
);
my $dt = $Strp->parse_datetime(23:16:42);
$Strp->format_datetime($dt);
# 23:16:42
# Croak when things go wrong:
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
on_error => croak,
);
$newpattern = $Strp->pattern(%Q);
# Unidentified token in pattern: %Q in %Q at line 34 of script.pl
# Do something else when things go wrong:
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
on_error => &phone_police,
);
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
<<lessSYNOPSIS
use DateTime::Format::Strptime;
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
);
my $dt = $Strp->parse_datetime(23:16:42);
$Strp->format_datetime($dt);
# 23:16:42
# Croak when things go wrong:
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
on_error => croak,
);
$newpattern = $Strp->pattern(%Q);
# Unidentified token in pattern: %Q in %Q at line 34 of script.pl
# Do something else when things go wrong:
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
on_error => &phone_police,
);
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
Download (0.025MB)
Added: 2007-05-17 License: Perl Artistic License Price:
890 downloads
Interstate Outlaws 0.1.3 Alpha
Interstate Outlaws its a vehicular combat game in the spirit of the Interstate games. more>>
Interstate Outlaws its a vehicular combat game in the spirit of the Interstate games.
Interstate Outlaws (IO) is a vehicular death match based game created by mostly by college students from the United States, Great Britain, and Australia. It uses Crystal Space, CEL, and ODE. It is written in Python. Inspiration for this project came from old auto combat games the creators played when they were young. IO will be perpetually updated for an indefinite period of time.
The software is free under the GPL license, but the developers respectfully request donations through the website to support current and future operations.
In the future, the developers are planning numerous new features.
These include, but are not limited to: Sound; Pedestrian mode; More accurate physics modeling; More detailed vehicle models with functioning doors, hoods, and trunks; Storage for small arms and other items in the trunk of the vehicle; Much larger scale and detailed maps; Map Editor; Interchangeable power and drivetrains; Custom vehicle and pedestrian textures; Additional types of game play.
Main features:
- 5 unique vehicles with their own gear settings and weapon setups
- 2 different maps
- 6 weapons to be mounted
- Insanely complex damage model
- Aggressive (but stupid) AI
<<lessInterstate Outlaws (IO) is a vehicular death match based game created by mostly by college students from the United States, Great Britain, and Australia. It uses Crystal Space, CEL, and ODE. It is written in Python. Inspiration for this project came from old auto combat games the creators played when they were young. IO will be perpetually updated for an indefinite period of time.
The software is free under the GPL license, but the developers respectfully request donations through the website to support current and future operations.
In the future, the developers are planning numerous new features.
These include, but are not limited to: Sound; Pedestrian mode; More accurate physics modeling; More detailed vehicle models with functioning doors, hoods, and trunks; Storage for small arms and other items in the trunk of the vehicle; Much larger scale and detailed maps; Map Editor; Interchangeable power and drivetrains; Custom vehicle and pedestrian textures; Additional types of game play.
Main features:
- 5 unique vehicles with their own gear settings and weapon setups
- 2 different maps
- 6 weapons to be mounted
- Insanely complex damage model
- Aggressive (but stupid) AI
Download (51.2MB)
Added: 2007-07-13 License: Freeware Price:
838 downloads
Litestream 1.3 RC3
Litestream is an OpenSource sound server to develop your own web radio. more>>
Litestream is an free sound server to develop your own web radio.
Litestream is a mp3 streaming server for UNIX-like operating systems. It is compatible with the shoutcast protocol.
It is written in C and is intended to be lightweight and robust.
Literestream Server
Literestream Server is the mirroring server. It connects to a streaming server on one end and replicates that stream to clients (possibly other mirroring servers> on the other end.
Litestream Server --> Literestream Server --> clients
The Literestream Server is the way to scale Litestream. It allows you to use few network resources between broadcast centers while maintaining good quality to your listeners. For example, I could set up broadcast centers in Australia, Europe, and the US, all connected with Literestream Servers. Australian listeners would connect to their local server instead of connecting to the one in the US, preventing network saturation.
Litestream Streaming Source
Litestream Streaming Source is a simple, non-reencoding streaming source which streams a playlist to the streaming server. Its an easy way to source a stream unattended.
Litestream Streaming Source --> Litestream Server
Example of a real system:
Litestream Streaming Source
|
|
V
Litestream Server
/ |
/ |
clients V
Literestream Server
|
|
V clients
Literestream Server
|
|
V
clients
<<lessLitestream is a mp3 streaming server for UNIX-like operating systems. It is compatible with the shoutcast protocol.
It is written in C and is intended to be lightweight and robust.
Literestream Server
Literestream Server is the mirroring server. It connects to a streaming server on one end and replicates that stream to clients (possibly other mirroring servers> on the other end.
Litestream Server --> Literestream Server --> clients
The Literestream Server is the way to scale Litestream. It allows you to use few network resources between broadcast centers while maintaining good quality to your listeners. For example, I could set up broadcast centers in Australia, Europe, and the US, all connected with Literestream Servers. Australian listeners would connect to their local server instead of connecting to the one in the US, preventing network saturation.
Litestream Streaming Source
Litestream Streaming Source is a simple, non-reencoding streaming source which streams a playlist to the streaming server. Its an easy way to source a stream unattended.
Litestream Streaming Source --> Litestream Server
Example of a real system:
Litestream Streaming Source
|
|
V
Litestream Server
/ |
/ |
clients V
Literestream Server
|
|
V clients
Literestream Server
|
|
V
clients
Download (0.024MB)
Added: 2006-02-16 License: BSD License Price:
1348 downloads
Wombat Linux Server 2.6.9
Wombat Linux Server is a port of Linux that runs as an application on top of L4/Iguana. more>>
Wombat Linux Server is a port of Linux that runs as an application on top of L4/Iguana.
This package is not really intended to be used standalone. It is best to download it as part of the Iguana project.
<<lessThis package is not really intended to be used standalone. It is best to download it as part of the Iguana project.
Download (46.8MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1429 downloads
once:radix 0.9 Beta
once:radix is a Rapid Application Development system for Intranet and eXtranet environments. more>>
once:radix project is a Rapid Application Development system for Intranet and eXtranet environments. Create advanced database-driven web applications that require no expertise in the underlying technologies. Just point and click with pixel-perfect precision.
once:radix was created by Cormoran Communication. Their marketing arm is once:technologies. They are a small organisation based in Geelong, Victoria, Australia, with one of their key developers based in Grodno, Belarus.
Development of once:radix began in 2003 and has been used to build enterprise management applications for businesses of all sizes, including some major banks and financial institutions for the past two years.
The development team are all professional programmers, so things that werent top priority have not been completed - most notably, a database editor. They use EMS and PGAdmin; however to make this system accessible to users with no SQL experience, this extra component is needed.
This first code release is a workable beta. In particular, it has limited documentation. It will take a few months to develop it into a straight-out-of-the-box solution. Our vision is to create a system that almost anyone can use. So we need people of all skill levels to make that goal a reality.
We hope to attract contributors who will make this a genuinely community-based project. While our team has achieved significant breakthroughs in RIA development, we believe that sharing the technology with the open source community will lift it to a new level.
We are particularly keen to recruit people who can help document and crash test the system in its current state of development, which has been tagged 0.90 beta.
<<lessonce:radix was created by Cormoran Communication. Their marketing arm is once:technologies. They are a small organisation based in Geelong, Victoria, Australia, with one of their key developers based in Grodno, Belarus.
Development of once:radix began in 2003 and has been used to build enterprise management applications for businesses of all sizes, including some major banks and financial institutions for the past two years.
The development team are all professional programmers, so things that werent top priority have not been completed - most notably, a database editor. They use EMS and PGAdmin; however to make this system accessible to users with no SQL experience, this extra component is needed.
This first code release is a workable beta. In particular, it has limited documentation. It will take a few months to develop it into a straight-out-of-the-box solution. Our vision is to create a system that almost anyone can use. So we need people of all skill levels to make that goal a reality.
We hope to attract contributors who will make this a genuinely community-based project. While our team has achieved significant breakthroughs in RIA development, we believe that sharing the technology with the open source community will lift it to a new level.
We are particularly keen to recruit people who can help document and crash test the system in its current state of development, which has been tagged 0.90 beta.
Download (20MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
812 downloads
OZradio 0.9.7.0 Beta
OZradio is a graphical radio and recording controller. more>>
OZradio is a graphical radio and recording controller.
OZradio is written by Gary Baker South Australia. The purpose of OZradio is to provide a simple and easy to use GUI application to play and Record FM Radio on BTTV or Video4Linux Compatible cards, Play CDs, Rip CDs to Ogg Files , Play Ogg files and create Playlists.
OZRadio does not require you to have a Radio card. All other Multimedia functionality will work
OZradio has been written in a Mandrake 9.0 Kde 3.0 environment using GTK 1.2 and Glade.
Main features:
- FM Radio Tuner
- Ogg File Player
- Playlist Editor
- CD Player
- CD Autostart
- CD Ripper
- HTTP Album details lookup
- Sound Mixer built in
- Ogg Vorbis File Compression
- 10 different stations can be saved to programable buttons
- Station Freq displayed as mouse is moved over programmed buttons
- Mute button
- Volume control
- Volume Balance
- Auto Frequency Scanning
- On demand Record
- Programable recording
- Playback of recordings
- Selectable Sampling rate for recording
- Custom Labels for programmed buttons
- Command line switches
- Headphone volume control
<<lessOZradio is written by Gary Baker South Australia. The purpose of OZradio is to provide a simple and easy to use GUI application to play and Record FM Radio on BTTV or Video4Linux Compatible cards, Play CDs, Rip CDs to Ogg Files , Play Ogg files and create Playlists.
OZRadio does not require you to have a Radio card. All other Multimedia functionality will work
OZradio has been written in a Mandrake 9.0 Kde 3.0 environment using GTK 1.2 and Glade.
Main features:
- FM Radio Tuner
- Ogg File Player
- Playlist Editor
- CD Player
- CD Autostart
- CD Ripper
- HTTP Album details lookup
- Sound Mixer built in
- Ogg Vorbis File Compression
- 10 different stations can be saved to programable buttons
- Station Freq displayed as mouse is moved over programmed buttons
- Mute button
- Volume control
- Volume Balance
- Auto Frequency Scanning
- On demand Record
- Programable recording
- Playback of recordings
- Selectable Sampling rate for recording
- Custom Labels for programmed buttons
- Command line switches
- Headphone volume control
Download (0.52MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1354 downloads
Gnaural 0.4.20070301
Gnaural is a multi-platform programmable binaural-beat generator. more>>
Gnaural is a multi-platform programmable binaural-beat generator, implementing the principles described in October 1973 Scientific American, Gerald Oster, "Auditory Beats in the Brain."
There has been considerable research done on the subject since that publication, and Gnaurals Windows-based predecessor, WinAural, has been used as the audio stimulus in at least one published study, "The Induced Rhythmic Oscillations of Neural Activity in the Human Brain", D. Cvetkovic, D. Djuwari, I. Cosic (Australia), from Proceeding (417) Biomedical Engineering - 2004.
The central finding of Osters article: brain activity can be entrained to the auditory beat frequencies created when each ear is presented simultaneously with tones of slightly offset in frequency. My interest has been exploring how this effect (known as "frequency following response" or "brainwave entrainment") can be used to explore mental states, ranging from profoundly meditative to highly alert.
What are auditory binaural beats?
In 1839, German experimenter Heinrich Wilhelm Dove discovered that playing two tones simultaneously, one in to each ear, induced the perception of a "beat frequency" when the tones were of slightly differing frequency (generally less than 100 Hz apart).
While an acoustic mixing of the two tones will also produce a beat frequency, what is notable about auditory binaural beats is that there is no acoustic mixing of the tones: the beats exist solely within the auditory system. Some researchers believe that they are an artifact of the "neural wiring" used to spatially determine the origins of sounds in our environment.
Gerald Osters breakthrough in 1973 was to observe that the neural processing associated with binaural beats can induce an overall entrainment of brainwave activity (essentially, an oscillation between the two hemispheres in sync with the beat frequency). The neurology of this phenomenon is, according to Oster, tied to the contralateral integration of auditory input taking place in the superior olivary nucleus in the brainstem.
My main interest in the principle has been the possibility that brainwave entrainment can be used to target specific mental states. Gnaural has a long lineage, starting with a DOS program in the mid 1990s, progressing to WinAural for Windows and (in the hope a making a cross-platform solution) BrainJav for Java, and finally the truly cross-platform solution in Gnaural. In over a decade of experience with the technique, I have mainly found it useful for slowing-down brain activity. In that capacity, it has served me in areas ranging from stress reduction, sleep make-up, and particularly as a sort of "poor mans meditation", requiring almost no effort to achieve states of mind that I usually have found rather hard to achieve with real meditation.
But these are strictly my observations, and I make no guarantees about what the technique can do for anyone else. Some of the more unusual applications Ive heard about for my software include sustaining a heightened mental focus for online tournament gaming, and enhancing flotation-tank and related sensory deprivation environments. Many people also apparently use the technique to study more effectively.
One of the stranger facts regarding binaural beats is their seeming ability to be equally-at-home in the laboratory setting as in "grass roots" contexts (such as alternative medicine and the New Age phenomenon). That there is a grass-roots enthusiasm (easily demonstrated by googling binaural beats) is probably related to the sense of promise inherent in an easy-to-implement technique offering the possibility of direct influence of brain behavior. But from a scientific standpoint, there is a big gap between claims (of what binaural beats can do) and corroboration (by scientific method), which has led to a sense in many that the actual subject of binaural beats is "controversial." But this is an irrational response, given that the actual scientific/laboratory basis of binaural beats has remained an established part of the scientific literature for over 30 years.
One of my goals in writing Gnaural was to implement the binaural beat principle within the bounds of my understanding of the established scientific facts regarding the subject. To some extent, this has meant leaving-out many of the "bells and whistles" prevailent in other implementations. That my software has been used for at least one published "hard-science" study suggests that it has been somewhat successful. However, I also hope that Gnaural proves useful for people who wish to explore subjective areas unfettered by scientific rigor. In a subject dealing with matters of the mind, I see both sides -- "grass-roots empiricism" and "scientific empiricism" -- as being complementary halves of a complete investigation of the possibilities, and ultimately, Id hope to see the two sides of our culture be catalysts for each other, rather than inhibited by a mutual antagonism.
<<lessThere has been considerable research done on the subject since that publication, and Gnaurals Windows-based predecessor, WinAural, has been used as the audio stimulus in at least one published study, "The Induced Rhythmic Oscillations of Neural Activity in the Human Brain", D. Cvetkovic, D. Djuwari, I. Cosic (Australia), from Proceeding (417) Biomedical Engineering - 2004.
The central finding of Osters article: brain activity can be entrained to the auditory beat frequencies created when each ear is presented simultaneously with tones of slightly offset in frequency. My interest has been exploring how this effect (known as "frequency following response" or "brainwave entrainment") can be used to explore mental states, ranging from profoundly meditative to highly alert.
What are auditory binaural beats?
In 1839, German experimenter Heinrich Wilhelm Dove discovered that playing two tones simultaneously, one in to each ear, induced the perception of a "beat frequency" when the tones were of slightly differing frequency (generally less than 100 Hz apart).
While an acoustic mixing of the two tones will also produce a beat frequency, what is notable about auditory binaural beats is that there is no acoustic mixing of the tones: the beats exist solely within the auditory system. Some researchers believe that they are an artifact of the "neural wiring" used to spatially determine the origins of sounds in our environment.
Gerald Osters breakthrough in 1973 was to observe that the neural processing associated with binaural beats can induce an overall entrainment of brainwave activity (essentially, an oscillation between the two hemispheres in sync with the beat frequency). The neurology of this phenomenon is, according to Oster, tied to the contralateral integration of auditory input taking place in the superior olivary nucleus in the brainstem.
My main interest in the principle has been the possibility that brainwave entrainment can be used to target specific mental states. Gnaural has a long lineage, starting with a DOS program in the mid 1990s, progressing to WinAural for Windows and (in the hope a making a cross-platform solution) BrainJav for Java, and finally the truly cross-platform solution in Gnaural. In over a decade of experience with the technique, I have mainly found it useful for slowing-down brain activity. In that capacity, it has served me in areas ranging from stress reduction, sleep make-up, and particularly as a sort of "poor mans meditation", requiring almost no effort to achieve states of mind that I usually have found rather hard to achieve with real meditation.
But these are strictly my observations, and I make no guarantees about what the technique can do for anyone else. Some of the more unusual applications Ive heard about for my software include sustaining a heightened mental focus for online tournament gaming, and enhancing flotation-tank and related sensory deprivation environments. Many people also apparently use the technique to study more effectively.
One of the stranger facts regarding binaural beats is their seeming ability to be equally-at-home in the laboratory setting as in "grass roots" contexts (such as alternative medicine and the New Age phenomenon). That there is a grass-roots enthusiasm (easily demonstrated by googling binaural beats) is probably related to the sense of promise inherent in an easy-to-implement technique offering the possibility of direct influence of brain behavior. But from a scientific standpoint, there is a big gap between claims (of what binaural beats can do) and corroboration (by scientific method), which has led to a sense in many that the actual subject of binaural beats is "controversial." But this is an irrational response, given that the actual scientific/laboratory basis of binaural beats has remained an established part of the scientific literature for over 30 years.
One of my goals in writing Gnaural was to implement the binaural beat principle within the bounds of my understanding of the established scientific facts regarding the subject. To some extent, this has meant leaving-out many of the "bells and whistles" prevailent in other implementations. That my software has been used for at least one published "hard-science" study suggests that it has been somewhat successful. However, I also hope that Gnaural proves useful for people who wish to explore subjective areas unfettered by scientific rigor. In a subject dealing with matters of the mind, I see both sides -- "grass-roots empiricism" and "scientific empiricism" -- as being complementary halves of a complete investigation of the possibilities, and ultimately, Id hope to see the two sides of our culture be catalysts for each other, rather than inhibited by a mutual antagonism.
Download (0.12MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
922 downloads
Geography::States 2.1
Geography::States is a Perl module with map states and provinces to their codes, and vice versa. more>>
Geography::States is a Perl module with map states and provinces to their codes, and vice versa.
SYNOPSIS
use Geography::States;
my $obj = Geography::States -> new (COUNTRY [, STRICT]);
EXAMPLES
my $canada = Geography::States -> new (Canada);
my $name = $canada -> state (NF); # Newfoundland.
my $code = $canada -> state (Ontario); # ON.
my ($code, $name) = $canada -> state (BC); # BC, British Columbia.
my @all_states = $canada -> state; # List code/name pairs.
This module lets you map states and provinces to their codes, and codes to names of provinces and states.
The Geography::States - new ()> call takes 1 or 2 arguments. The first, required, argument is the country we are interested in. Current supported countries are USA, Brazil, Canada, The Netherlands, and Australia. If a second non-false argument is given, we use strict mode. In non-strict mode, we will map territories and alternative codes as well, while we do not do that in strict mode. For example, if the country is USA, in non-strict mode, we will map GU to Guam, while in strict mode, neither GU and Guam will be found.
The state() method
All queries are done by calling the state method in the object. This method takes an optional argument. If an argument is given, then in scalar context, it will return the name of the state if a code of a state is given, and the code of a state, if the argument of the method is a name of a state. In list context, both the code and the state will be returned.
If no argument is given, then the state method in list context will return a list of all code/name pairs for that country. In scalar context, it will return the number of code/name pairs. Each code/name pair is a 2 element anonymous array.
Arguments can be given in a case insensitive way; if a name consists of multiple parts, the number of spaces does not matter, as long as there is some whitespace. (That is "NewYork" is wrong, but "new YORK" is fine.)
<<lessSYNOPSIS
use Geography::States;
my $obj = Geography::States -> new (COUNTRY [, STRICT]);
EXAMPLES
my $canada = Geography::States -> new (Canada);
my $name = $canada -> state (NF); # Newfoundland.
my $code = $canada -> state (Ontario); # ON.
my ($code, $name) = $canada -> state (BC); # BC, British Columbia.
my @all_states = $canada -> state; # List code/name pairs.
This module lets you map states and provinces to their codes, and codes to names of provinces and states.
The Geography::States - new ()> call takes 1 or 2 arguments. The first, required, argument is the country we are interested in. Current supported countries are USA, Brazil, Canada, The Netherlands, and Australia. If a second non-false argument is given, we use strict mode. In non-strict mode, we will map territories and alternative codes as well, while we do not do that in strict mode. For example, if the country is USA, in non-strict mode, we will map GU to Guam, while in strict mode, neither GU and Guam will be found.
The state() method
All queries are done by calling the state method in the object. This method takes an optional argument. If an argument is given, then in scalar context, it will return the name of the state if a code of a state is given, and the code of a state, if the argument of the method is a name of a state. In list context, both the code and the state will be returned.
If no argument is given, then the state method in list context will return a list of all code/name pairs for that country. In scalar context, it will return the number of code/name pairs. Each code/name pair is a 2 element anonymous array.
Arguments can be given in a case insensitive way; if a name consists of multiple parts, the number of spaces does not matter, as long as there is some whitespace. (That is "NewYork" is wrong, but "new YORK" is fine.)
Download (0.006MB)
Added: 2007-02-14 License: Perl Artistic License Price:
982 downloads
Bundle::OpenXPKI 0.02
Bundle::OpenXPKI is a Perl bundle to install modules required for OpenXPKI. more>>
Bundle::OpenXPKI is a Perl bundle to install modules required for OpenXPKI.
SYNOPSIS
perl -MCPAN -e install Bundle::OpenXPKI
CONTENTS
AnyDBM_File 1.00
Apache::Cookie 1.3
Apache::Mason 0.4
Apache::Request 1.33
Apache::libapreq 1.3
Attribute::Handlers 0.78_02
Attribute::Params::Validate 1.07
AutoLoader 5.60
AutoSplit 1.04
B 1.09_01
B::Asmdata 1.01
B::Assembler 0.07
B::Concise 0.66
B::Deparse 0.71
B::Disassembler 1.05
B::Showlex 1.02
B::Stackobj 1.00
B::Stash 1.00
B::Xref 1.01
Base 2.07
Benchmark 1.07
ByteLoader 0.06
CGI 3.15
CGI::Carp 1.29
CGI::Cookie 1.26
CGI::Fast 1.05
CGI::Pretty 1.08
CGI::Push 1.04
CGI::Session 4.20
CGI::Util 1.5
Cache::BaseCache undef
Cache::BaseCacheTester undef
Cache::Cache 1.05
Cache::CacheMetaData undef
Cache::CacheSizer undef
Cache::CacheTester undef
Cache::CacheUtils undef
Cache::FileBackend undef
Cache::FileCache undef
Cache::MemoryBackend undef
Cache::MemoryCache undef
Cache::NullCache undef
Cache::Object undef
Cache::SharedMemoryBackend undef
Cache::SharedMemoryCache undef
Cache::SizeAwareCache undef
Cache::SizeAwareCacheTester undef
Cache::SizeAwareFileCache undef
Cache::SizeAwareMemoryCache undef
Cache::SizeAwareSharedMemoryCache undef
Carp 1.04
Class::Accessor 0.30
Class::Accessor::Chained 0.01
Class::Accessor::Chained::Fast undef
Class::Accessor::Fast 0.30
Class::Accessor::Faster 0.30
Class::Container 0.12
Class::Data::Inheritable 0.06
Class::Factory 1.05
Class::ISA 0.33
Class::Observable 1.04
Class::Singleton 1.03
Class::Std v0.0.8
Class::Struct 0.63
Config undef
Config::Std v0.0.4
Convert::ASN1 0.21
Convert::ASN1::parser undef
Cwd 3.12
CPAN 1.76_02
DBD::ExampleP 12.009153
DBD::File 0.35
DBD::Gofer 0.009156
DBD::Gofer::Policy::Base 0.009139
DBD::Gofer::Policy::classic 0.009139
DBD::Gofer::Policy::pedantic 0.009139
DBD::Gofer::Policy::rush 0.009152
DBD::Gofer::Transport::Base 0.009147
DBD::Gofer::Transport::http 0.009147
DBD::Gofer::Transport::null 0.009147
DBD::Gofer::Transport::pipeone 0.009147
DBD::Gofer::Transport::stream 0.009147
DBD::Mock 1.34
DBD::NullP 12.008744
DBD::Proxy 0.2004
DBD::SQLite 1.13
DBD::Sponge 12.008696
DBI 1.54
DBI::Const::GetInfo::ANSI 2.008696
DBI::Const::GetInfo::ODBC 2.008696
DBI::Const::GetInfoReturn 2.008696
DBI::Const::GetInfoType 2.008696
DBI::DBD 12.009152
DBI::DBD::Metadata 2.008696
DBI::FAQ 1.008696
DBI::Gofer::Execute 0.009156
DBI::Gofer::Request 0.009139
DBI::Gofer::Response 0.009143
DBI::Gofer::Transport::Base 0.009145
DBI::Gofer::Transport::mod_perl 0.009152
DBI::Gofer::Transport::pipeone 0.009139
DBI::Gofer::Transport::stream 0.009139
DBI::Profile 2.008696
DBI::ProfileData 2.008696
DBI::ProfileDumper 2.009137
DBI::ProfileDumper::Apache 2.008696
DBI::ProfileSubs 0.008696
DBI::ProxyServer 0.3005
DBI::SQL::Nano 1.008696
DBI::Util::_accessor 0.009091
DBM_Filter 0.01
DBM_Filter::compress 0.01
DBM_Filter::encode 0.01
DBM_Filter::int32 0.01
DBM_Filter::null 0.01
DBM_Filter::utf8 0.01
DB_File 1.814
Data::Dumper 2.121_08
Data::Page 2.00
Data::Password 1.07
Data::SpreadPagination 0.1.2
Date::Format 2.22
Date::Language 1.10
Date::Language::Afar 0.99
Date::Language::Amharic 1.00
Date::Language::Austrian 1.01
Date::Language::Brazilian 1.01
Date::Language::Chinese_GB 1.01
Date::Language::Czech 1.01
Date::Language::Danish 1.01
Date::Language::Dutch 1.02
Date::Language::English 1.01
Date::Language::Finnish 1.01
Date::Language::French 1.04
Date::Language::Gedeo 0.99
Date::Language::German 1.02
Date::Language::Greek 1.00
Date::Language::Italian 1.01
Date::Language::Norwegian 1.01
Date::Language::Oromo 0.99
Date::Language::Sidama 0.99
Date::Language::Somali 0.99
Date::Language::Swedish 1.01
Date::Language::Tigrinya 1.00
Date::Language::TigrinyaEritrean 1.00
Date::Language::TigrinyaEthiopian 1.00
Date::Parse 2.27
DateTime 0.36
DateTime::Duration undef
DateTime::Format::Strptime 1.0700
DateTime::Helpers undef
DateTime::Infinite undef
DateTime::LeapSecond 0.05
DateTime::Locale 0.34
DateTime::Locale::Base undef
DateTime::Locale::aa undef
DateTime::Locale::aa_ER_SAAHO undef
DateTime::Locale::af undef
DateTime::Locale::af_ZA undef
DateTime::Locale::ak undef
DateTime::Locale::am undef
DateTime::Locale::am_ET undef
DateTime::Locale::ar undef
DateTime::Locale::ar_EG undef
DateTime::Locale::ar_JO undef
DateTime::Locale::ar_LB undef
DateTime::Locale::ar_QA undef
DateTime::Locale::ar_SA undef
DateTime::Locale::ar_SY undef
DateTime::Locale::ar_TN undef
DateTime::Locale::ar_YE undef
DateTime::Locale::as undef
DateTime::Locale::as_IN undef
DateTime::Locale::az undef
DateTime::Locale::az_Cyrl undef
DateTime::Locale::be undef
DateTime::Locale::bg undef
DateTime::Locale::bg_BG undef
DateTime::Locale::bn undef
DateTime::Locale::bn_BD undef
DateTime::Locale::bn_IN undef
DateTime::Locale::bs undef
DateTime::Locale::byn undef
DateTime::Locale::byn_ER undef
DateTime::Locale::ca undef
DateTime::Locale::cch undef
DateTime::Locale::cs undef
DateTime::Locale::cy undef
DateTime::Locale::cy_GB undef
DateTime::Locale::da undef
DateTime::Locale::de undef
DateTime::Locale::de_AT undef
DateTime::Locale::de_BE undef
DateTime::Locale::dz undef
DateTime::Locale::ee undef
DateTime::Locale::el undef
DateTime::Locale::en undef
DateTime::Locale::en_AU undef
DateTime::Locale::en_BE undef
DateTime::Locale::en_BW undef
DateTime::Locale::en_BZ undef
DateTime::Locale::en_CA undef
DateTime::Locale::en_GB undef
DateTime::Locale::en_HK undef
DateTime::Locale::en_IE undef
DateTime::Locale::en_IN undef
DateTime::Locale::en_MT undef
DateTime::Locale::en_NZ undef
DateTime::Locale::en_PH undef
DateTime::Locale::en_PK undef
DateTime::Locale::en_SG undef
DateTime::Locale::en_ZA undef
DateTime::Locale::en_ZW undef
DateTime::Locale::eo undef
DateTime::Locale::es undef
DateTime::Locale::es_AR undef
DateTime::Locale::es_BO undef
DateTime::Locale::es_CL undef
DateTime::Locale::es_CO undef
DateTime::Locale::es_CR undef
DateTime::Locale::es_DO undef
DateTime::Locale::es_EC undef
DateTime::Locale::es_ES undef
DateTime::Locale::es_GT undef
DateTime::Locale::es_HN undef
DateTime::Locale::es_MX undef
DateTime::Locale::es_NI undef
DateTime::Locale::es_PA undef
DateTime::Locale::es_PR undef
DateTime::Locale::es_PY undef
DateTime::Locale::es_SV undef
DateTime::Locale::es_US undef
DateTime::Locale::es_UY undef
DateTime::Locale::es_VE undef
DateTime::Locale::et undef
DateTime::Locale::et_EE undef
DateTime::Locale::eu undef
DateTime::Locale::eu_ES undef
DateTime::Locale::fi undef
DateTime::Locale::fo undef
DateTime::Locale::fr undef
DateTime::Locale::fr_BE undef
DateTime::Locale::fr_CA undef
DateTime::Locale::fr_CH undef
DateTime::Locale::fur undef
DateTime::Locale::ga undef
DateTime::Locale::ga_IE undef
DateTime::Locale::gaa undef
DateTime::Locale::gez undef
DateTime::Locale::gez_ER undef
DateTime::Locale::gez_ET undef
DateTime::Locale::gl undef
DateTime::Locale::gl_ES undef
DateTime::Locale::gu undef
DateTime::Locale::gu_IN undef
DateTime::Locale::gv undef
DateTime::Locale::gv_GB undef
DateTime::Locale::ha undef
DateTime::Locale::ha_Arab undef
DateTime::Locale::haw undef
DateTime::Locale::haw_US undef
DateTime::Locale::he undef
DateTime::Locale::hi undef
DateTime::Locale::hi_IN undef
DateTime::Locale::hr undef
DateTime::Locale::hu undef
DateTime::Locale::hy undef
DateTime::Locale::hy_AM undef
DateTime::Locale::hy_AM_REVISED undef
DateTime::Locale::ia undef
DateTime::Locale::id undef
DateTime::Locale::id_ID undef
DateTime::Locale::ig undef
DateTime::Locale::is undef
DateTime::Locale::it undef
DateTime::Locale::it_CH undef
DateTime::Locale::it_IT undef
DateTime::Locale::iu undef
DateTime::Locale::ja undef
DateTime::Locale::ka undef
DateTime::Locale::kaj undef
DateTime::Locale::kam undef
DateTime::Locale::kcg undef
DateTime::Locale::kfo undef
DateTime::Locale::kk undef
DateTime::Locale::kl undef
DateTime::Locale::kl_GL undef
DateTime::Locale::km undef
DateTime::Locale::kn undef
DateTime::Locale::kn_IN undef
DateTime::Locale::ko undef
DateTime::Locale::ko_KR undef
DateTime::Locale::kok undef
DateTime::Locale::kok_IN undef
DateTime::Locale::kw undef
DateTime::Locale::kw_GB undef
DateTime::Locale::ln undef
DateTime::Locale::lo undef
DateTime::Locale::lt undef
DateTime::Locale::lv undef
DateTime::Locale::mk undef
DateTime::Locale::ml undef
DateTime::Locale::ml_IN undef
DateTime::Locale::mn undef
DateTime::Locale::mr undef
DateTime::Locale::mr_IN undef
DateTime::Locale::ms undef
DateTime::Locale::ms_BN undef
DateTime::Locale::ms_MY undef
DateTime::Locale::mt undef
DateTime::Locale::nb undef
DateTime::Locale::ne undef
DateTime::Locale::nl undef
DateTime::Locale::nl_BE undef
DateTime::Locale::nn undef
DateTime::Locale::nr undef
DateTime::Locale::nso undef
DateTime::Locale::ny undef
DateTime::Locale::om undef
DateTime::Locale::om_ET undef
DateTime::Locale::om_KE undef
DateTime::Locale::pa undef
DateTime::Locale::pa_Arab undef
DateTime::Locale::pa_IN undef
DateTime::Locale::pl undef
DateTime::Locale::pt undef
DateTime::Locale::pt_BR undef
DateTime::Locale::pt_PT undef
DateTime::Locale::ro undef
DateTime::Locale::root undef
DateTime::Locale::ru undef
DateTime::Locale::ru_UA undef
DateTime::Locale::rw undef
DateTime::Locale::sid undef
DateTime::Locale::sk undef
DateTime::Locale::sl undef
DateTime::Locale::so undef
DateTime::Locale::sq undef
DateTime::Locale::sr undef
DateTime::Locale::sr_Cyrl undef
DateTime::Locale::sr_Cyrl_BA undef
DateTime::Locale::sr_Latn undef
DateTime::Locale::sr_Latn_BA undef
DateTime::Locale::ss undef
DateTime::Locale::st undef
DateTime::Locale::sv undef
DateTime::Locale::sv_SE undef
DateTime::Locale::sw undef
DateTime::Locale::syr undef
DateTime::Locale::syr_SY undef
DateTime::Locale::ta undef
DateTime::Locale::ta_IN undef
DateTime::Locale::te undef
DateTime::Locale::te_IN undef
DateTime::Locale::tg undef
DateTime::Locale::th undef
DateTime::Locale::ti undef
DateTime::Locale::ti_ER undef
DateTime::Locale::ti_ET undef
DateTime::Locale::tig undef
DateTime::Locale::tig_ER undef
DateTime::Locale::tn undef
DateTime::Locale::tr undef
DateTime::Locale::ts undef
DateTime::Locale::uk undef
DateTime::Locale::uz undef
DateTime::Locale::uz_Arab undef
DateTime::Locale::uz_Latn undef
DateTime::Locale::ve undef
DateTime::Locale::vi undef
DateTime::Locale::wal undef
DateTime::Locale::wal_ET undef
DateTime::Locale::xh undef
DateTime::Locale::yo undef
DateTime::Locale::zh undef
DateTime::Locale::zh_Hans_CN undef
DateTime::Locale::zh_Hans_SG undef
DateTime::Locale::zh_Hant undef
DateTime::Locale::zh_Hant_HK undef
DateTime::Locale::zh_Hant_MO undef
DateTime::Locale::zu undef
DateTime::LocaleCatalog undef
DateTime::TimeZone 0.63
DateTime::TimeZone::Africa::Abidjan undef
DateTime::TimeZone::Africa::Accra undef
DateTime::TimeZone::Africa::Addis_Ababa undef
DateTime::TimeZone::Africa::Algiers undef
DateTime::TimeZone::Africa::Asmara undef
DateTime::TimeZone::Africa::Bamako undef
DateTime::TimeZone::Africa::Bangui undef
DateTime::TimeZone::Africa::Banjul undef
DateTime::TimeZone::Africa::Bissau undef
DateTime::TimeZone::Africa::Blantyre undef
DateTime::TimeZone::Africa::Brazzaville undef
DateTime::TimeZone::Africa::Bujumbura undef
DateTime::TimeZone::Africa::Cairo undef
DateTime::TimeZone::Africa::Casablanca undef
DateTime::TimeZone::Africa::Ceuta undef
DateTime::TimeZone::Africa::Conakry undef
DateTime::TimeZone::Africa::Dakar undef
DateTime::TimeZone::Africa::Dar_es_Salaam undef
DateTime::TimeZone::Africa::Djibouti undef
DateTime::TimeZone::Africa::Douala undef
DateTime::TimeZone::Africa::El_Aaiun undef
DateTime::TimeZone::Africa::Freetown undef
DateTime::TimeZone::Africa::Gaborone undef
DateTime::TimeZone::Africa::Harare undef
DateTime::TimeZone::Africa::Johannesburg undef
DateTime::TimeZone::Africa::Kampala undef
DateTime::TimeZone::Africa::Khartoum undef
DateTime::TimeZone::Africa::Kigali undef
DateTime::TimeZone::Africa::Kinshasa undef
DateTime::TimeZone::Africa::Lagos undef
DateTime::TimeZone::Africa::Libreville undef
DateTime::TimeZone::Africa::Lome undef
DateTime::TimeZone::Africa::Luanda undef
DateTime::TimeZone::Africa::Lubumbashi undef
DateTime::TimeZone::Africa::Lusaka undef
DateTime::TimeZone::Africa::Malabo undef
DateTime::TimeZone::Africa::Maputo undef
DateTime::TimeZone::Africa::Maseru undef
DateTime::TimeZone::Africa::Mbabane undef
DateTime::TimeZone::Africa::Mogadishu undef
DateTime::TimeZone::Africa::Monrovia undef
DateTime::TimeZone::Africa::Nairobi undef
DateTime::TimeZone::Africa::Ndjamena undef
DateTime::TimeZone::Africa::Niamey undef
DateTime::TimeZone::Africa::Nouakchott undef
DateTime::TimeZone::Africa::Ouagadougou undef
DateTime::TimeZone::Africa::Porto_Novo undef
DateTime::TimeZone::Africa::Sao_Tome undef
DateTime::TimeZone::Africa::Tripoli undef
DateTime::TimeZone::Africa::Tunis undef
DateTime::TimeZone::Africa::Windhoek undef
DateTime::TimeZone::America::Adak undef
DateTime::TimeZone::America::Anchorage undef
DateTime::TimeZone::America::Anguilla undef
DateTime::TimeZone::America::Antigua undef
DateTime::TimeZone::America::Araguaina undef
DateTime::TimeZone::America::Argentina::Buenos_Aires undef
DateTime::TimeZone::America::Argentina::Catamarca undef
DateTime::TimeZone::America::Argentina::Cordoba undef
DateTime::TimeZone::America::Argentina::Jujuy undef
DateTime::TimeZone::America::Argentina::La_Rioja undef
DateTime::TimeZone::America::Argentina::Mendoza undef
DateTime::TimeZone::America::Argentina::Rio_Gallegos undef
DateTime::TimeZone::America::Argentina::San_Juan undef
DateTime::TimeZone::America::Argentina::Tucuman undef
DateTime::TimeZone::America::Argentina::Ushuaia undef
DateTime::TimeZone::America::Aruba undef
DateTime::TimeZone::America::Asuncion undef
DateTime::TimeZone::America::Atikokan undef
DateTime::TimeZone::America::Bahia undef
DateTime::TimeZone::America::Barbados undef
DateTime::TimeZone::America::Belem undef
DateTime::TimeZone::America::Belize undef
DateTime::TimeZone::America::Blanc_Sablon undef
DateTime::TimeZone::America::Boa_Vista undef
DateTime::TimeZone::America::Bogota undef
DateTime::TimeZone::America::Boise undef
DateTime::TimeZone::America::Cambridge_Bay undef
DateTime::TimeZone::America::Campo_Grande undef
DateTime::TimeZone::America::Cancun undef
DateTime::TimeZone::America::Caracas undef
DateTime::TimeZone::America::Cayenne undef
DateTime::TimeZone::America::Cayman undef
DateTime::TimeZone::America::Chicago undef
DateTime::TimeZone::America::Chihuahua undef
DateTime::TimeZone::America::Costa_Rica undef
DateTime::TimeZone::America::Cuiaba undef
DateTime::TimeZone::America::Curacao undef
DateTime::TimeZone::America::Danmarkshavn undef
DateTime::TimeZone::America::Dawson undef
DateTime::TimeZone::America::Dawson_Creek undef
DateTime::TimeZone::America::Denver undef
DateTime::TimeZone::America::Detroit undef
DateTime::TimeZone::America::Dominica undef
DateTime::TimeZone::America::Edmonton undef
DateTime::TimeZone::America::Eirunepe undef
DateTime::TimeZone::America::El_Salvador undef
DateTime::TimeZone::America::Fortaleza undef
DateTime::TimeZone::America::Glace_Bay undef
DateTime::TimeZone::America::Godthab undef
DateTime::TimeZone::America::Goose_Bay undef
DateTime::TimeZone::America::Grand_Turk undef
DateTime::TimeZone::America::Grenada undef
DateTime::TimeZone::America::Guadeloupe undef
DateTime::TimeZone::America::Guatemala undef
DateTime::TimeZone::America::Guayaquil undef
DateTime::TimeZone::America::Guyana undef
DateTime::TimeZone::America::Halifax undef
DateTime::TimeZone::America::Havana undef
DateTime::TimeZone::America::Hermosillo undef
DateTime::TimeZone::America::Indiana::Indianapolis undef
DateTime::TimeZone::America::Indiana::Knox undef
DateTime::TimeZone::America::Indiana::Marengo undef
DateTime::TimeZone::America::Indiana::Petersburg undef
DateTime::TimeZone::America::Indiana::Vevay undef
DateTime::TimeZone::America::Indiana::Vincennes undef
DateTime::TimeZone::America::Indiana::Winamac undef
DateTime::TimeZone::America::Inuvik undef
DateTime::TimeZone::America::Iqaluit undef
DateTime::TimeZone::America::Jamaica undef
DateTime::TimeZone::America::Juneau undef
DateTime::TimeZone::America::Kentucky::Louisville undef
DateTime::TimeZone::America::Kentucky::Monticello undef
DateTime::TimeZone::America::La_Paz undef
DateTime::TimeZone::America::Lima undef
DateTime::TimeZone::America::Los_Angeles undef
DateTime::TimeZone::America::Maceio undef
DateTime::TimeZone::America::Managua undef
DateTime::TimeZone::America::Manaus undef
DateTime::TimeZone::America::Martinique undef
DateTime::TimeZone::America::Mazatlan undef
DateTime::TimeZone::America::Menominee undef
DateTime::TimeZone::America::Merida undef
DateTime::TimeZone::America::Mexico_City undef
DateTime::TimeZone::America::Miquelon undef
DateTime::TimeZone::America::Moncton undef
DateTime::TimeZone::America::Monterrey undef
DateTime::TimeZone::America::Montevideo undef
DateTime::TimeZone::America::Montreal undef
DateTime::TimeZone::America::Montserrat undef
DateTime::TimeZone::America::Nassau undef
DateTime::TimeZone::America::New_York undef
DateTime::TimeZone::America::Nipigon undef
DateTime::TimeZone::America::Nome undef
DateTime::TimeZone::America::Noronha undef
DateTime::TimeZone::America::North_Dakota::Center undef
DateTime::TimeZone::America::North_Dakota::New_Salem undef
DateTime::TimeZone::America::Panama undef
DateTime::TimeZone::America::Pangnirtung undef
DateTime::TimeZone::America::Paramaribo undef
DateTime::TimeZone::America::Phoenix undef
DateTime::TimeZone::America::Port_au_Prince undef
DateTime::TimeZone::America::Port_of_Spain undef
DateTime::TimeZone::America::Porto_Velho undef
DateTime::TimeZone::America::Puerto_Rico undef
DateTime::TimeZone::America::Rainy_River undef
DateTime::TimeZone::America::Rankin_Inlet undef
DateTime::TimeZone::America::Recife undef
DateTime::TimeZone::America::Regina undef
DateTime::TimeZone::America::Resolute undef
DateTime::TimeZone::America::Rio_Branco undef
DateTime::TimeZone::America::Santiago undef
DateTime::TimeZone::America::Santo_Domingo undef
DateTime::TimeZone::America::Sao_Paulo undef
DateTime::TimeZone::America::Scoresbysund undef
DateTime::TimeZone::America::St_Johns undef
DateTime::TimeZone::America::St_Kitts undef
DateTime::TimeZone::America::St_Lucia undef
DateTime::TimeZone::America::St_Thomas undef
DateTime::TimeZone::America::St_Vincent undef
DateTime::TimeZone::America::Swift_Current undef
DateTime::TimeZone::America::Tegucigalpa undef
DateTime::TimeZone::America::Thule undef
DateTime::TimeZone::America::Thunder_Bay undef
DateTime::TimeZone::America::Tijuana undef
DateTime::TimeZone::America::Toronto undef
DateTime::TimeZone::America::Tortola undef
DateTime::TimeZone::America::Vancouver undef
DateTime::TimeZone::America::Whitehorse undef
DateTime::TimeZone::America::Winnipeg undef
DateTime::TimeZone::America::Yakutat undef
DateTime::TimeZone::America::Yellowknife undef
DateTime::TimeZone::Antarctica::Casey undef
DateTime::TimeZone::Antarctica::Davis undef
DateTime::TimeZone::Antarctica::DumontDUrville undef
DateTime::TimeZone::Antarctica::Mawson undef
DateTime::TimeZone::Antarctica::McMurdo undef
DateTime::TimeZone::Antarctica::Palmer undef
DateTime::TimeZone::Antarctica::Rothera undef
DateTime::TimeZone::Antarctica::Syowa undef
DateTime::TimeZone::Antarctica::Vostok undef
DateTime::TimeZone::Asia::Aden undef
DateTime::TimeZone::Asia::Almaty undef
DateTime::TimeZone::Asia::Amman undef
DateTime::TimeZone::Asia::Anadyr undef
DateTime::TimeZone::Asia::Aqtau undef
DateTime::TimeZone::Asia::Aqtobe undef
DateTime::TimeZone::Asia::Ashgabat undef
DateTime::TimeZone::Asia::Baghdad undef
DateTime::TimeZone::Asia::Bahrain undef
DateTime::TimeZone::Asia::Baku undef
DateTime::TimeZone::Asia::Bangkok undef
DateTime::TimeZone::Asia::Beirut undef
DateTime::TimeZone::Asia::Bishkek undef
DateTime::TimeZone::Asia::Brunei undef
DateTime::TimeZone::Asia::Calcutta undef
DateTime::TimeZone::Asia::Choibalsan undef
DateTime::TimeZone::Asia::Chongqing undef
DateTime::TimeZone::Asia::Colombo undef
DateTime::TimeZone::Asia::Damascus undef
DateTime::TimeZone::Asia::Dhaka undef
DateTime::TimeZone::Asia::Dili undef
DateTime::TimeZone::Asia::Dubai undef
DateTime::TimeZone::Asia::Dushanbe undef
DateTime::TimeZone::Asia::Gaza undef
DateTime::TimeZone::Asia::Harbin undef
DateTime::TimeZone::Asia::Hong_Kong undef
DateTime::TimeZone::Asia::Hovd undef
DateTime::TimeZone::Asia::Irkutsk undef
DateTime::TimeZone::Asia::Jakarta undef
DateTime::TimeZone::Asia::Jayapura undef
DateTime::TimeZone::Asia::Jerusalem undef
DateTime::TimeZone::Asia::Kabul undef
DateTime::TimeZone::Asia::Kamchatka undef
DateTime::TimeZone::Asia::Karachi undef
DateTime::TimeZone::Asia::Kashgar undef
DateTime::TimeZone::Asia::Katmandu undef
DateTime::TimeZone::Asia::Krasnoyarsk undef
DateTime::TimeZone::Asia::Kuala_Lumpur undef
DateTime::TimeZone::Asia::Kuching undef
DateTime::TimeZone::Asia::Kuwait undef
DateTime::TimeZone::Asia::Macau undef
DateTime::TimeZone::Asia::Magadan undef
DateTime::TimeZone::Asia::Makassar undef
DateTime::TimeZone::Asia::Manila undef
DateTime::TimeZone::Asia::Muscat undef
DateTime::TimeZone::Asia::Nicosia undef
DateTime::TimeZone::Asia::Novosibirsk undef
DateTime::TimeZone::Asia::Omsk undef
DateTime::TimeZone::Asia::Oral undef
DateTime::TimeZone::Asia::Phnom_Penh undef
DateTime::TimeZone::Asia::Pontianak undef
DateTime::TimeZone::Asia::Pyongyang undef
DateTime::TimeZone::Asia::Qatar undef
DateTime::TimeZone::Asia::Qyzylorda undef
DateTime::TimeZone::Asia::Rangoon undef
DateTime::TimeZone::Asia::Riyadh undef
DateTime::TimeZone::Asia::Saigon undef
DateTime::TimeZone::Asia::Sakhalin undef
DateTime::TimeZone::Asia::Samarkand undef
DateTime::TimeZone::Asia::Seoul undef
DateTime::TimeZone::Asia::Shanghai undef
DateTime::TimeZone::Asia::Singapore undef
DateTime::TimeZone::Asia::Taipei undef
DateTime::TimeZone::Asia::Tashkent undef
DateTime::TimeZone::Asia::Tbilisi undef
DateTime::TimeZone::Asia::Tehran undef
DateTime::TimeZone::Asia::Thimphu undef
DateTime::TimeZone::Asia::Tokyo undef
DateTime::TimeZone::Asia::Ulaanbaatar undef
DateTime::TimeZone::Asia::Urumqi undef
DateTime::TimeZone::Asia::Vientiane undef
DateTime::TimeZone::Asia::Vladivostok undef
DateTime::TimeZone::Asia::Yakutsk undef
DateTime::TimeZone::Asia::Yekaterinburg undef
DateTime::TimeZone::Asia::Yerevan undef
DateTime::TimeZone::Atlantic::Azores undef
DateTime::TimeZone::Atlantic::Bermuda undef
DateTime::TimeZone::Atlantic::Canary undef
DateTime::TimeZone::Atlantic::Cape_Verde undef
DateTime::TimeZone::Atlantic::Faroe undef
DateTime::TimeZone::Atlantic::Madeira undef
DateTime::TimeZone::Atlantic::Reykjavik undef
DateTime::TimeZone::Atlantic::South_Georgia undef
DateTime::TimeZone::Atlantic::St_Helena undef
DateTime::TimeZone::Atlantic::Stanley undef
DateTime::TimeZone::Australia::Adelaide undef
DateTime::TimeZone::Australia::Brisbane undef
DateTime::TimeZone::Australia::Broken_Hill undef
DateTime::TimeZone::Australia::Currie undef
DateTime::TimeZone::Australia::Darwin undef
DateTime::TimeZone::Australia::Eucla undef
DateTime::TimeZone::Australia::Hobart undef
DateTime::TimeZone::Australia::Lindeman undef
DateTime::TimeZone::Australia::Lord_Howe undef
DateTime::TimeZone::Australia::Melbourne undef
DateTime::TimeZone::Australia::Perth undef
DateTime::TimeZone::Australia::Sydney undef
DateTime::TimeZone::CST6CDT undef
DateTime::TimeZone::EST undef
DateTime::TimeZone::EST5EDT undef
DateTime::TimeZone::Europe::Amsterdam undef
DateTime::TimeZone::Europe::Andorra undef
DateTime::TimeZone::Europe::Athens undef
DateTime::TimeZone::Europe::Belgrade undef
DateTime::TimeZone::Europe::Berlin undef
DateTime::TimeZone::Europe::Brussels undef
DateTime::TimeZone::Europe::Bucharest undef
DateTime::TimeZone::Europe::Budapest undef
DateTime::TimeZone::Europe::Chisinau undef
DateTime::TimeZone::Europe::Copenhagen undef
DateTime::TimeZone::Europe::Dublin undef
DateTime::TimeZone::Europe::Gibraltar undef
DateTime::TimeZone::Europe::Helsinki undef
DateTime::TimeZone::Europe::Istanbul undef
DateTime::TimeZone::Europe::Kaliningrad undef
DateTime::TimeZone::Europe::Kiev undef
DateTime::TimeZone::Europe::Lisbon undef
DateTime::TimeZone::Europe::London undef
DateTime::TimeZone::Europe::Luxembourg undef
DateTime::TimeZone::Europe::Madrid undef
DateTime::TimeZone::Europe::Malta undef
DateTime::TimeZone::Europe::Minsk undef
DateTime::TimeZone::Europe::Monaco undef
DateTime::TimeZone::Europe::Moscow undef
DateTime::TimeZone::Europe::Oslo undef
DateTime::TimeZone::Europe::Paris undef
DateTime::TimeZone::Europe::Prague undef
DateTime::TimeZone::Europe::Riga undef
DateTime::TimeZone::Europe::Rome undef
DateTime::TimeZone::Europe::Samara undef
DateTime::TimeZone::Europe::Simferopol undef
DateTime::TimeZone::Europe::Sofia undef
DateTime::TimeZone::Europe::Stockholm undef
DateTime::TimeZone::Europe::Tallinn undef
DateTime::TimeZone::Europe::Tirane undef
DateTime::TimeZone::Europe::Uzhgorod undef
DateTime::TimeZone::Europe::Vaduz undef
DateTime::TimeZone::Europe::Vienna undef
DateTime::TimeZone::Europe::Vilnius undef
DateTime::TimeZone::Europe::Volgograd undef
DateTime::TimeZone::Europe::Warsaw undef
DateTime::TimeZone::Europe::Zaporozhye undef
DateTime::TimeZone::Europe::Zurich undef
DateTime::TimeZone::Floating 0.01
DateTime::TimeZone::HST undef
DateTime::TimeZone::Indian::Antananarivo undef
DateTime::TimeZone::Indian::Chagos undef
DateTime::TimeZone::Indian::Christmas undef
DateTime::TimeZone::Indian::Cocos undef
DateTime::TimeZone::Indian::Comoro undef
DateTime::TimeZone::Indian::Kerguelen undef
DateTime::TimeZone::Indian::Mahe undef
DateTime::TimeZone::Indian::Maldives undef
DateTime::TimeZone::Indian::Mauritius undef
DateTime::TimeZone::Indian::Mayotte undef
DateTime::TimeZone::Indian::Reunion undef
DateTime::TimeZone::Local 0.01
DateTime::TimeZone::Local::Unix undef
DateTime::TimeZone::Local::Win32 undef
DateTime::TimeZone::MST undef
DateTime::TimeZone::MST7MDT undef
DateTime::TimeZone::OffsetOnly 0.02
DateTime::TimeZone::OlsonDB undef
DateTime::TimeZone::PST8PDT undef
DateTime::TimeZone::Pacific::Apia undef
DateTime::TimeZone::Pacific::Auckland undef
DateTime::TimeZone::Pacific::Chatham undef
DateTime::TimeZone::Pacific::Easter undef
DateTime::TimeZone::Pacific::Efate undef
DateTime::TimeZone::Pacific::Enderbury undef
DateTime::TimeZone::Pacific::Fakaofo undef
DateTime::TimeZone::Pacific::Fiji undef
DateTime::TimeZone::Pacific::Funafuti undef
DateTime::TimeZone::Pacific::Galapagos undef
DateTime::TimeZone::Pacific::Gambier undef
DateTime::TimeZone::Pacific::Guadalcanal undef
DateTime::TimeZone::Pacific::Guam undef
DateTime::TimeZone::Pacific::Honolulu undef
DateTime::TimeZone::Pacific::Johnston undef
DateTime::TimeZone::Pacific::Kiritimati undef
DateTime::TimeZone::Pacific::Kosrae undef
DateTime::TimeZone::Pacific::Kwajalein undef
DateTime::TimeZone::Pacific::Majuro undef
DateTime::TimeZone::Pacific::Marquesas undef
DateTime::TimeZone::Pacific::Midway undef
DateTime::TimeZone::Pacific::Nauru undef
DateTime::TimeZone::Pacific::Niue undef
DateTime::TimeZone::Pacific::Norfolk undef
DateTime::TimeZone::Pacific::Noumea undef
DateTime::TimeZone::Pacific::Pago_Pago undef
DateTime::TimeZone::Pacific::Palau undef
DateTime::TimeZone::Pacific::Pitcairn undef
DateTime::TimeZone::Pacific::Ponape undef
DateTime::TimeZone::Pacific::Port_Moresby undef
DateTime::TimeZone::Pacific::Rarotonga undef
DateTime::TimeZone::Pacific::Saipan undef
DateTime::TimeZone::Pacific::Tahiti undef
DateTime::TimeZone::Pacific::Tarawa undef
DateTime::TimeZone::Pacific::Tongatapu undef
DateTime::TimeZone::Pacific::Truk undef
DateTime::TimeZone::Pacific::Wake undef
DateTime::TimeZone::Pacific::Wallis undef
DateTime::TimeZone::UTC 0.01
Devel::DProf 20050603.00
Devel::PPPort 3.06_01
Devel::Peek 1.03
Devel::SelfStubber 1.03
Devel::StackTrace 1.14
Devel::Symdump 2.07
Devel::Symdump::Export undef
Digest 1.14
Digest::MD5 2.36
Digest::SHA1 2.11
Digest::base 1.00
Digest::file 1.00
DirHandle 1.00
Dumpvalue 1.12
DynaLoader 1.05
Encode 2.12
Encode::Alias 2.04
Encode::Byte 2.00
Encode::CJKConstants 2.00
Encode::CN 2.00
Encode::CN::HZ 2.01
Encode::Config 2.01
Encode::EBCDIC 2.00
Encode::Encoder 2.00
Encode::Encoding 2.02
Encode::Guess 2.00
Encode::JP 2.01
Encode::JP::H2Z 2.00
Encode::JP::JIS7 2.00
Encode::KR 2.00
Encode::KR::2022_KR 2.00
Encode::MIME::Header 2.01
Encode::MIME::Header::ISO_2022_JP 1.01
Encode::Symbol 2.00
Encode::TW 2.00
Encode::Unicode 2.02
Encode::Unicode::UTF7 2.01
English 1.02
Env 1.00
Errno 1.09_01
Error 0.17008
Exception::Class 1.23
Exporter 5.58
Exporter::Heavy 5.58
ExtUtils::Command 1.09
ExtUtils::Command::MM 0.05
ExtUtils::Constant 0.17
ExtUtils::Constant::Base 0.01
ExtUtils::Constant::Utils 0.01
ExtUtils::Constant::XS 0.01
ExtUtils::Embed 1.26
ExtUtils::Install 1.33
ExtUtils::Installed 0.08
ExtUtils::Liblist 1.01
ExtUtils::Liblist::Kid 1.3
ExtUtils::MM 0.05
ExtUtils::MM_AIX 0.03
ExtUtils::MM_Any 0.13
ExtUtils::MM_BeOS 1.05
ExtUtils::MM_Cygwin 1.08
ExtUtils::MM_DOS 0.02
ExtUtils::MM_MacOS 1.08
ExtUtils::MM_NW5 2.08
ExtUtils::MM_OS2 1.05
ExtUtils::MM_QNX 0.02
ExtUtils::MM_UWIN 0.02
ExtUtils::MM_Unix 1.50
ExtUtils::MM_VMS 5.73
ExtUtils::MM_VOS 0.02
ExtUtils::MM_Win32 1.12
ExtUtils::MM_Win95 0.04
ExtUtils::MY 0.01
ExtUtils::MakeMaker 6.30
ExtUtils::MakeMaker::Config 0.02
ExtUtils::MakeMaker::bytes 0.01
ExtUtils::MakeMaker::vmsish 0.01
ExtUtils::Manifest 1.46
ExtUtils::Mkbootstrap 1.15
ExtUtils::Mksymlists 1.19
ExtUtils::Packlist 0.04
ExtUtils::testlib 1.15
Fatal 1.03
Fcntl 1.05
File::Basename 2.74
File::CheckTree 4.3
File::Compare 1.1003
File::Copy 2.09
File::DosGlob 1.00
File::Find 1.10
File::Glob 1.05
File::Path 1.08
File::Spec 3.12
File::Spec::Cygwin 1.1
File::Spec::Epoc 1.1
File::Spec::Functions 1.3
File::Spec::Mac 1.4
File::Spec::OS2 1.2
File::Spec::Unix 1.5
File::Spec::VMS 1.4
File::Spec::Win32 1.6
File::Stat 1.00
File::Temp 0.16
File::stat 1.00
FileCache 1.06
FileHandle 2.01
Filter::Simple 0.82
Filter::Util::Call 1.0601
FindBin 1.47
Getopt::Long 2.35
Getopt::Std 1.05
HTML::Entities 1.35
HTML::Filter 2.11
HTML::HeadParser 2.22
HTML::LinkExtor 1.33
HTML::Mason 1.35
HTML::Mason::ApacheHandler 1.69
HTML::Mason::CGIHandler 1.00
HTML::Mason::Cache::BaseCache undef
HTML::Mason::Compiler undef
HTML::Mason::Compiler::ToObject undef
HTML::Mason::Component undef
HTML::Mason::Component::FileBased undef
HTML::Mason::Component::Subcomponent undef
HTML::Mason::ComponentSource undef
HTML::Mason::Escapes undef
HTML::Mason::Exceptions 1.43
HTML::Mason::FakeApache undef
HTML::Mason::Handler undef
HTML::Mason::Interp undef
HTML::Mason::Lexer undef
HTML::Mason::MethodMaker undef
HTML::Mason::Parser undef
HTML::Mason::Plugin undef
HTML::Mason::Plugin::Context undef
HTML::Mason::Request undef
HTML::Mason::Resolver undef
HTML::Mason::Resolver::File undef
HTML::Mason::Resolver::Null undef
HTML::Mason::Tests undef
HTML::Mason::Tools undef
HTML::Mason::Utils undef
HTML::Parser 3.56
HTML::PullParser 2.09
HTML::Tagset 3.10
HTML::TokeParser 2.37
Hash::Util 0.05
I18N::Collate 1.00
I18N::LangTags 0.35
I18N::LangTags::Detect 1.03
I18N::LangTags::List 0.35
I18N::Langinfo 0.02
IO 1.22
IO::Dir 1.05
IO::File 1.13
IO::Handle 1.25
IO::Pipe 1.13
IO::Poll 0.07
IO::Prompt v0.99.4
IO::Seekable 1.10
IO::Select 1.17
IO::Socket 1.29
IO::Socket::INET 1.29
IO::Socket::UNIX 1.22
IPC::Msg 1.02
IPC::Open2 1.02
IPC::Open3 1.02
IPC::Semaphore 1.02
IPC::SysV 1.04
LWP::Protocol::ldap 1.10
List::Util 1.18
Locale::Constants 2.07
Locale::Country 2.07
Locale::Currency 2.07
Locale::Language 2.07
Locale::Maketext 1.09
Locale::Maketext::Guts undef
Locale::Maketext::GutsLoader undef
Locale::Messages undef
Locale::Recode undef
Locale::Recode::_Aliases undef
Locale::Recode::_Conversions undef
Locale::RecodeData undef
Locale::RecodeData::ASMO_449 undef
Locale::RecodeData::ATARI_ST undef
Locale::RecodeData::ATARI_ST_EURO undef
Locale::RecodeData::CP10007 undef
Locale::RecodeData::CP1250 undef
Locale::RecodeData::CP1251 undef
Locale::RecodeData::CP1252 undef
Locale::RecodeData::CP1253 undef
Locale::RecodeData::CP1254 undef
Locale::RecodeData::CP1256 undef
Locale::RecodeData::CP1257 undef
Locale::RecodeData::CSN_369103 undef
Locale::RecodeData::CWI undef
Locale::RecodeData::DEC_MCS undef
Locale::RecodeData::EBCDIC_AT_DE undef
Locale::RecodeData::EBCDIC_AT_DE_A undef
Locale::RecodeData::EBCDIC_CA_FR undef
Locale::RecodeData::EBCDIC_DK_NO undef
Locale::RecodeData::EBCDIC_DK_NO_A undef
Locale::RecodeData::EBCDIC_ES undef
Locale::RecodeData::EBCDIC_ES_A undef
Locale::RecodeData::EBCDIC_ES_S undef
Locale::RecodeData::EBCDIC_FI_SE undef
Locale::RecodeData::EBCDIC_FI_SE_A undef
Locale::RecodeData::EBCDIC_FR undef
Locale::RecodeData::EBCDIC_IS_FRISS undef
Locale::RecodeData::EBCDIC_IT undef
Locale::RecodeData::EBCDIC_PT undef
Locale::RecodeData::EBCDIC_UK undef
Locale::RecodeData::EBCDIC_US undef
Locale::RecodeData::ECMA_CYRILLIC undef
Locale::RecodeData::GEORGIAN_ACADEMY undef
Locale::RecodeData::GEORGIAN_PS undef
Locale::RecodeData::GOST_19768_74 undef
Locale::RecodeData::GREEK7 undef
Locale::RecodeData::GREEK7_OLD undef
Locale::RecodeData::GREEK_CCITT undef
Locale::RecodeData::HP_ROMAN8 undef
Locale::RecodeData::IBM037 undef
Locale::RecodeData::IBM038 undef
Locale::RecodeData::IBM1004 undef
Locale::RecodeData::IBM1026 undef
Locale::RecodeData::IBM1047 undef
Locale::RecodeData::IBM256 undef
Locale::RecodeData::IBM273 undef
Locale::RecodeData::IBM274 undef
Locale::RecodeData::IBM275 undef
Locale::RecodeData::IBM277 undef
Locale::RecodeData::IBM278 undef
Locale::RecodeData::IBM280 undef
Locale::RecodeData::IBM281 undef
Locale::RecodeData::IBM284 undef
Locale::RecodeData::IBM285 undef
Locale::RecodeData::IBM290 undef
Locale::RecodeData::IBM297 undef
Locale::RecodeData::IBM420 undef
Locale::RecodeData::IBM423 undef
Locale::RecodeData::IBM424 undef
Locale::RecodeData::IBM437 undef
Locale::RecodeData::IBM500 undef
Locale::RecodeData::IBM850 undef
Locale::RecodeData::IBM851 undef
Locale::RecodeData::IBM852 undef
Locale::RecodeData::IBM855 undef
Locale::RecodeData::IBM857 undef
Locale::RecodeData::IBM860 undef
Locale::RecodeData::IBM861 undef
Locale::RecodeData::IBM862 undef
Locale::RecodeData::IBM863 undef
Locale::RecodeData::IBM864 undef
Locale::RecodeData::IBM865 undef
Locale::RecodeData::IBM866 undef
Locale::RecodeData::IBM868 undef
Locale::RecodeData::IBM869 undef
Locale::RecodeData::IBM870 undef
Locale::RecodeData::IBM871 undef
Locale::RecodeData::IBM874 undef
Locale::RecodeData::IBM875 undef
Locale::RecodeData::IBM880 undef
Locale::RecodeData::IBM891 undef
Locale::RecodeData::IBM903 undef
Locale::RecodeData::IBM904 undef
Locale::RecodeData::IBM905 undef
Locale::RecodeData::IBM918 undef
Locale::RecodeData::IEC_P27_1 undef
Locale::RecodeData::INIS undef
Locale::RecodeData::INIS_8 undef
Locale::RecodeData::INIS_CYRILLIC undef
Locale::RecodeData::ISO_10367_BOX undef
Locale::RecodeData::ISO_2033_1983 undef
Locale::RecodeData::ISO_5427 undef
Locale::RecodeData::ISO_5427_EXT undef
Locale::RecodeData::ISO_5428 undef
Locale::RecodeData::ISO_8859_1 undef
Locale::RecodeData::ISO_8859_10 undef
Locale::RecodeData::ISO_8859_11 undef
Locale::RecodeData::ISO_8859_13 undef
Locale::RecodeData::ISO_8859_14 undef
Locale::RecodeData::ISO_8859_15 undef
Locale::RecodeData::ISO_8859_16 undef
Locale::RecodeData::ISO_8859_2 undef
Locale::RecodeData::ISO_8859_3 undef
Locale::RecodeData::ISO_8859_4 undef
Locale::RecodeData::ISO_8859_5 undef
Locale::RecodeData::ISO_8859_6 undef
Locale::RecodeData::ISO_8859_7 undef
Locale::RecodeData::ISO_8859_8 undef
Locale::RecodeData::ISO_8859_9 undef
Locale::RecodeData::KOI8_R undef
Locale::RecodeData::KOI8_RU undef
Locale::RecodeData::KOI8_T undef
Locale::RecodeData::KOI8_U undef
Locale::RecodeData::KOI_8 undef
Locale::RecodeData::LATIN_GREEK undef
Locale::RecodeData::LATIN_GREEK_1 undef
Locale::RecodeData::MACARABIC undef
Locale::RecodeData::MACCROATIAN undef
Locale::RecodeData::MACCYRILLIC undef
Locale::RecodeData::MACGREEK undef
Locale::RecodeData::MACHEBREW undef
Locale::RecodeData::MACICELAND undef
Locale::RecodeData::MACINTOSH undef
Locale::RecodeData::MACROMANIA undef
Locale::RecodeData::MACTHAI undef
Locale::RecodeData::MACTURKISH undef
Locale::RecodeData::MACUKRAINE undef
Locale::RecodeData::MAC_IS undef
Locale::RecodeData::MAC_SAMI undef
Locale::RecodeData::MAC_UK undef
Locale::RecodeData::NATS_DANO undef
Locale::RecodeData::NATS_SEFI undef
Locale::RecodeData::NEXTSTEP undef
Locale::RecodeData::SAMI_WS2 undef
Locale::RecodeData::TIS_620 undef
Locale::RecodeData::US_ASCII undef
Locale::RecodeData::UTF_8 undef
Locale::RecodeData::VISCII undef
Locale::RecodeData::_Encode undef
Locale::Script 2.07
Locale::TextDomain 1.16
Locale::gettext_pp undef
Locale::gettext_xs undef
Log::Dispatch 2.16
Log::Dispatch::ApacheLog 1.09
Log::Dispatch::Base 1.09
Log::Dispatch::Email 1.19
Log::Dispatch::Email::MIMELite 1.19
Log::Dispatch::Email::MailSend 1.19
Log::Dispatch::Email::MailSender 1.04
Log::Dispatch::Email::MailSendmail 1.20
Log::Dispatch::File 1.22
Log::Dispatch::File::Locked undef
Log::Dispatch::Handle 1.16
Log::Dispatch::Null undef
Log::Dispatch::Output 1.26
Log::Dispatch::Screen 1.17
Log::Dispatch::Syslog 1.18
Log::Log4perl 1.09
Log::Log4perl::Appender undef
Log::Log4perl::Appender::Buffer undef
Log::Log4perl::Appender::DBI undef
Log::Log4perl::Appender::File undef
Log::Log4perl::Appender::Limit undef
Log::Log4perl::Appender::RRDs undef
Log::Log4perl::Appender::Screen undef
Log::Log4perl::Appender::ScreenColoredLevels undef
Log::Log4perl::Appender::Socket undef
Log::Log4perl::Appender::String undef
Log::Log4perl::Appender::Synchronized undef
Log::Log4perl::Appender::TestArrayBuffer undef
Log::Log4perl::Appender::TestBuffer undef
Log::Log4perl::Appender::TestFileCreeper undef
Log::Log4perl::Config undef
Log::Log4perl::Config::BaseConfigurator undef
Log::Log4perl::Config::DOMConfigurator 0.03
Log::Log4perl::Config::PropertyConfigurator undef
Log::Log4perl::Config::Watch undef
Log::Log4perl::DateFormat undef
Log::Log4perl::Filter undef
Log::Log4perl::Filter::Boolean undef
Log::Log4perl::Filter::LevelMatch undef
Log::Log4perl::Filter::LevelRange undef
Log::Log4perl::Filter::StringMatch undef
Log::Log4perl::JavaMap undef
Log::Log4perl::JavaMap::ConsoleAppender undef
Log::Log4perl::JavaMap::FileAppender undef
Log::Log4perl::JavaMap::JDBCAppender undef
Log::Log4perl::JavaMap::NTEventLogAppender undef
Log::Log4perl::JavaMap::RollingFileAppender undef
Log::Log4perl::JavaMap::SyslogAppender undef
Log::Log4perl::JavaMap::TestBuffer undef
Log::Log4perl::Layout undef
Log::Log4perl::Layout::NoopLayout undef
Log::Log4perl::Layout::PatternLayout undef
Log::Log4perl::Layout::SimpleLayout undef
Log::Log4perl::Level undef
Log::Log4perl::Logger undef
Log::Log4perl::MDC undef
Log::Log4perl::NDC undef
Log::Log4perl::Util undef
MIME::Base64 3.07
MIME::QuotedPrint 3.07
Mail::RFC822::Address 0.3
Math::BigFloat 1.51
Math::BigFloat::Trace 0.01
Math::BigInt 1.77
Math::BigInt::Calc 0.47
Math::BigInt::CalcEmu 0.05
Math::BigInt::Trace 0.01
Math::BigRat 0.15
Math::Complex 1.35
Math::Round 0.06
Math::Trig 1.03
Memoize 1.01
Memoize::AnyDBM_File 0.65
Memoize::Expire 1.00
Memoize::ExpireFile 1.01
Memoize::ExpireTest 0.65
Memoize::NDBM_File 0.65
Memoize::SDBM_File 0.65
Memoize::Storable 0.65
Module::Build 0.2807
Module::Build::Base undef
Module::Build::Compat 0.03
Module::Build::Config undef
Module::Build::Cookbook undef
Module::Build::ModuleInfo undef
Module::Build::Notes undef
Module::Build::PPMMaker undef
Module::Build::Platform::Amiga undef
Module::Build::Platform::Default undef
Module::Build::Platform::EBCDIC undef
Module::Build::Platform::MPEiX undef
Module::Build::Platform::MacOS undef
Module::Build::Platform::RiscOS undef
Module::Build::Platform::Unix undef
Module::Build::Platform::VMS undef
Module::Build::Platform::VOS undef
Module::Build::Platform::Windows undef
Module::Build::Platform::aix undef
Module::Build::Platform::cygwin undef
Module::Build::Platform::darwin undef
Module::Build::Platform::os2 undef
Module::Build::PodParser undef
Module::Build::Version undef
Module::Build::YAML 0.50
NDBM_File 1.06
NEXT 0.60
Net::Cmd 2.26
Net::Config 1.10
Net::Domain 2.19
Net::FTP 2.75
Net::FTP::A 1.16
Net::FTP::E 0.01
Net::FTP::I 1.12
Net::FTP::L 0.01
Net::FTP::dataconn 0.11
Net::IP 1.25
Net::LDAP 0.34
Net::LDAP::ASN 0.04
Net::LDAP::Bind 1.02
Net::LDAP::Constant 0.04
Net::LDAP::Control 0.06
Net::LDAP::Control::EntryChange 0.01
Net::LDAP::Control::ManageDsaIT 0.01
Net::LDAP::Control::Paged 0.02
Net::LDAP::Control::PersistentSearch 0.01
Net::LDAP::Control::ProxyAuth 1.05
Net::LDAP::Control::Sort 0.02
Net::LDAP::Control::SortResult 0.01
Net::LDAP::Control::VLV 0.03
Net::LDAP::Control::VLVResponse 0.03
Net::LDAP::DSML 0.13
Net::LDAP::Entry 0.23
Net::LDAP::Extension 1.01
Net::LDAP::Extension::SetPassword 0.02
Net::LDAP::Extension::WhoAmI 0.01
Net::LDAP::Extra 0.01
Net::LDAP::Filter 0.15
Net::LDAP::FilterMatch 0.17
Net::LDAP::LDIF 0.17
Net::LDAP::Message 1.09
Net::LDAP::RootDSE 0.01
Net::LDAP::Schema 0.9905
Net::LDAP::Search 0.11
Net::LDAP::Util 0.11
Net::LDAPI 0.03
Net::LDAPS 0.05
Net::NNTP 2.23
Net::Netrc 2.12
Net::POP3 2.28
Net::Ping 2.31
Net::SMTP 2.29
Net::Server 0.96
Net::Server::Daemonize 0.05
Net::Server::Fork undef
Net::Server::INET undef
Net::Server::MultiType undef
Net::Server::Multiplex undef
Net::Server::PreFork undef
Net::Server::PreForkSimple undef
Net::Server::Proto undef
Net::Server::Proto::SSL undef
Net::Server::Proto::TCP undef
Net::Server::Proto::UDP undef
Net::Server::Proto::UNIX undef
Net::Server::SIG 0.01
Net::Server::Single undef
Net::Time 2.10
Net::hostent 1.01
Net::netent 1.00
Net::protoent 1.00
Net::servent 1.01
O 1.00
Opcode 1.06
POSIX 1.09
Params::Validate 0.88
PerlIO 1.04
PerlIO::encoding 0.09
PerlIO::scalar 0.04
PerlIO::via 0.03
PerlIO::via::QuotedPrint 0.06
Pod::Checker 1.43
Pod::Coverage 0.18
Pod::Coverage::CountParents undef
Pod::Coverage::ExportOnly undef
Pod::Coverage::Overloader undef
Pod::Escapes 1.04
Pod::Find 1.34
Pod::Functions 1.03
Pod::HTML 1.0504
Pod::Html 1.0504
Pod::InputObjects 1.3
Pod::LaTeX 0.58
Pod::Latex 0.58
Pod::Man 1.37
Pod::ParseLink 1.06
Pod::ParseUtils 1.33
Pod::Parser 1.32
Pod::Perldoc 3.14
Pod::Perldoc::BaseTo undef
Pod::Perldoc::GetOptsOO undef
Pod::Perldoc::ToChecker undef
Pod::Perldoc::ToMan undef
Pod::Perldoc::ToNroff undef
Pod::Perldoc::ToPod undef
Pod::Perldoc::ToRtf undef
Pod::Perldoc::ToText undef
Pod::Perldoc::ToTk undef
Pod::Perldoc::ToXml undef
Pod::PlainText 2.02
Pod::Plainer 0.01
Pod::Select 1.3
Pod::Simple 3.05
Pod::Simple::BlackBox undef
Pod::Simple::Checker 2.02
Pod::Simple::Debug undef
Pod::Simple::DumpAsText 2.02
Pod::Simple::DumpAsXML 2.02
Pod::Simple::HTML 3.03
Pod::Simple::HTMLBatch 3.02
Pod::Simple::HTMLLegacy 5.01
Pod::Simple::LinkSection undef
Pod::Simple::Methody 2.02
Pod::Simple::Progress 1.01
Pod::Simple::PullParser 2.02
Pod::Simple::PullParserEndToken undef
Pod::Simple::PullParserStartToken undef
Pod::Simple::PullParserTextToken undef
Pod::Simple::PullParserToken 2.02
Pod::Simple::RTF 2.02
Pod::Simple::Search 3.04
Pod::Simple::SimpleTree 2.02
Pod::Simple::Text 2.02
Pod::Simple::TextContent 2.02
Pod::Simple::TiedOutFH undef
Pod::Simple::Transcode undef
Pod::Simple::TranscodeDumb 2.02
Pod::Simple::TranscodeSmart undef
Pod::Simple::XMLOutStream 2.02
Pod::Text 2.21
Pod::Text::Color 1.04
Pod::Text::Overstrike 1.1
Pod::Text::Termcap 1.11
Pod::Usage 1.33
Proc::Killall 1.0
Proc::Killfam 1.0
Proc::ProcessTable 0.41
Proc::ProcessTable::Process 0.02
Regexp::Common 2.120
Regexp::Common::CC 2.100
Regexp::Common::SEN 2.102
Regexp::Common::URI 2.108
Regexp::Common::URI::RFC1035 2.100
Regexp::Common::URI::RFC1738 2.104
Regexp::Common::URI::RFC1808 2.100
Regexp::Common::URI::RFC2384 2.102
Regexp::Common::URI::RFC2396 2.100
Regexp::Common::URI::RFC2806 2.100
Regexp::Common::URI::fax 2.100
Regexp::Common::URI::file 2.100
Regexp::Common::URI::ftp 2.101
Regexp::Common::URI::gopher 2.100
Regexp::Common::URI::http 2.101
Regexp::Common::URI::news 2.100
Regexp::Common::URI::pop 2.100
Regexp::Common::URI::prospero 2.100
Regexp::Common::URI::tel 2.100
Regexp::Common::URI::telnet 2.100
Regexp::Common::URI::tv 2.100
Regexp::Common::URI::wais 2.100
Regexp::Common::_support 2.101
Regexp::Common::balanced 2.101
Regexp::Common::comment 2.116
Regexp::Common::delimited 2.104
Regexp::Common::lingua 2.105
Regexp::Common::list 2.103
Regexp::Common::net 2.105
Regexp::Common::number 2.108
Regexp::Common::profanity 2.104
Regexp::Common::whitespace 2.103
Regexp::Common::zip 2.112
SDBM_File 1.05
Safe 2.12
Scalar::Util 1.18
Search::Dict 1.02
SelectSaver 1.01
SelfLoader 1.0904
Shell 0.6
Socket 1.78
Storable 2.15
Sub::Uplevel 0.14
Switch 2.10_01
Symbol 1.06
Sys::Hostname 1.11
Sys::SigAction 0.10
Sys::Syslog 0.13
Template 2.18
Template::Base 2.77
Template::Config 2.74
Template::Constants 2.74
Template::Context 2.98
Template::Directive 2.2
Template::Document 2.79
Template::Exception 2.69
Template::Filters 2.85
Template::Grammar 2.25
Template::Iterator 2.68
Template::Namespace::Constants 1.27
Template::Parser 2.89
Template::Plugin 2.7
Template::Plugin::Autoformat 2.7
Template::Plugin::CGI 2.7
Template::Plugin::Datafile 2.72
Template::Plugin::Date 2.77
Template::Plugin::Directory 2.7
Template::Plugin::Dumper 2.7
Template::Plugin::File 2.71
Template::Plugin::Filter 1.36
Template::Plugin::Format 2.7
Template::Plugin::HTML 2.62
Template::Plugin::Image 1.21
Template::Plugin::Iterator 2.68
Template::Plugin::Math 1.16
Template::Plugin::Pod 2.69
Template::Plugin::Procedural 1.17
Template::Plugin::String 2.4
Template::Plugin::Table 2.71
Template::Plugin::URL 2.74
Template::Plugin::View 2.68
Template::Plugin::Wrap 2.68
Template::Plugins 2.77
Template::Provider 2.91
Template::Service 2.8
Template::Stash 2.9
Template::Stash::Context 1.63
Template::Stash::XS undef
Template::Test 2.75
Template::VMethods 2.16
Template::View 2.91
Term::ANSIColor 1.10
Term::Cap 1.09
Term::Complete 1.402
Term::ReadKey 2.30
Term::ReadLine 1.02
Test 1.25
Test::Builder 0.70
Test::Builder::Module 0.68
Test::Builder::Tester 1.07
Test::Builder::Tester::Color undef
Test::Exception 0.25
Test::Harness 2.56
Test::Harness::Assert 0.02
Test::Harness::Iterator 0.02
Test::Harness::Point 0.01
Test::Harness::Straps 0.26
Test::More 0.70
Test::Pod 1.26
Test::Pod::Coverage 1.08
Test::Simple 0.70
Text::Abbrev 1.01
Text::Balanced 1.95
Text::CSV_XS 0.23
Text::Iconv 1.4
Text::ParseWords 3.24
Text::Soundex 1.01
Text::Tabs 2005.0824
Text::Wrap 2005.082401
Thread 2.00
Thread::Queue 2.00
Thread::Semaphore 2.01
Tie::Array 1.03
Tie::File 0.97
Tie::Handle 4.1
Tie::Hash 1.02
Tie::Memoize 1.0
Tie::RefHash 1.32
Tie::Scalar 1.00
Tie::SubstrHash 1.00
Time::HiRes 1.86
Time::Local 1.11
Time::Zone 2.22
Time::gmtime 1.02
Time::localtime 1.02
Time::tm 1.00
Tree::DAG_Node 1.05
UNIVERSAL 1.01
URI 1.35
URI::Escape 3.28
URI::Heuristic 4.17
URI::QueryParam undef
URI::Split undef
URI::URL 5.03
URI::WithBase 2.19
URI::_generic undef
URI::_ldap 1.10
URI::_login undef
URI::_query undef
URI::_segment undef
URI::_server undef
URI::_userpass undef
URI::data undef
URI::file 4.19
URI::file::Base undef
URI::file::FAT undef
URI::file::Mac undef
URI::file::OS2 undef
URI::file::QNX undef
URI::file::Unix undef
URI::file::Win32 undef
URI::ftp undef
URI::gopher undef
URI::http undef
URI::https undef
URI::ldap 1.11
URI::ldapi undef
URI::ldaps undef
URI::mailto undef
URI::mms undef
URI::news undef
URI::nntp undef
URI::pop undef
URI::rlogin undef
URI::rsync undef
URI::rtsp undef
URI::rtspu undef
URI::sip 0.10
URI::sips undef
URI::snews undef
URI::ssh undef
URI::telnet undef
URI::tn3270 undef
URI::urn undef
URI::urn::isbn undef
URI::urn::oid undef
Unicode::Collate 0.52
Unicode::Normalize 0.32
Unicode::UCD 0.24
User::grent 1.01
User::pwent 1.00
Version 0.71
Want 0.12
Workflow 1.32
Workflow::Action 1.09
Workflow::Action::InputField 1.09
Workflow::Action::Null 1.03
Workflow::Base 1.08
Workflow::Condition 1.07
Workflow::Condition::Evaluate 1.02
Workflow::Condition::HasUser 1.05
Workflow::Config 1.11
Workflow::Config::Perl 1.02
Workflow::Config::XML 1.04
Workflow::Context 1.05
Workflow::Exception 1.08
Workflow::Factory 1.18
Workflow::History 1.09
Workflow::Persister 1.09
Workflow::Persister::DBI 1.19
Workflow::Persister::DBI::AutoGeneratedId 1.06
Workflow::Persister::DBI::ExtraData 1.05
Workflow::Persister::DBI::SequenceId 1.05
Workflow::Persister::File 1.10
Workflow::Persister::RandomId 1.03
Workflow::Persister::SPOPS 1.07
Workflow::Persister::UUID 1.03
Workflow::State 1.13
Workflow::Validator 1.05
Workflow::Validator::HasRequiredField 1.04
Workflow::Validator::InEnumeratedType 1.04
Workflow::Validator::MatchesDateFormat 1.06
XML::Filter::BufferText 1.01
XML::Filter::XInclude 1.0
XML::NamespaceSupport 1.09
XML::Parser 2.34
XML::Parser::Expat 2.34
XML::Parser::Style::Debug undef
XML::Parser::Style::Objects undef
XML::Parser::Style::Stream undef
XML::Parser::Style::Subs undef
XML::Parser::Style::Tree undef
XML::SAX 0.15
XML::SAX::Base 1.04
XML::SAX::DocumentLocator undef
XML::SAX::ParserFactory 1.01
XML::SAX::PurePerl 0.91
XML::SAX::PurePerl::DebugHandler undef
XML::SAX::PurePerl::Exception undef
XML::SAX::PurePerl::Productions undef
XML::SAX::PurePerl::Reader undef
XML::SAX::PurePerl::Reader::Stream undef
XML::SAX::PurePerl::Reader::String undef
XML::SAX::PurePerl::Reader::URI undef
XML::SAX::Writer 0.50
XML::SAX::Writer::XML undef
XML::Simple 2.16
XML::Validator::Schema 1.08
XML::Validator::Schema::Attribute undef
XML::Validator::Schema::AttributeLibrary undef
XML::Validator::Schema::ComplexTypeNode undef
XML::Validator::Schema::ElementLibrary undef
XML::Validator::Schema::ElementNode undef
XML::Validator::Schema::ElementRefNode undef
XML::Validator::Schema::Library undef
XML::Validator::Schema::ModelNode undef
XML::Validator::Schema::Node undef
XML::Validator::Schema::Parser undef
XML::Validator::Schema::RootNode undef
XML::Validator::Schema::SimpleType undef
XML::Validator::Schema::SimpleTypeNode undef
XML::Validator::Schema::TypeLibrary undef
XML::Validator::Schema::Util undef
XS::APItest 0.08
XS::Typemap 0.02
XSLoader 0.06
attributes 0.06
attrs 1.02
autouse 1.05
base 2.07
bigint 0.07
bignum 0.17
bigrat 0.08
blib 1.03
bytes 1.02
charnames 1.05
config undef
constant 1.05
diagnostics 1.15
encoding 2.02
fields 2.03
filetest 1.01
if 0.05
integer 1.00
less 0.01
lib 0.5565
locale 1.00
open 1.05
ops 1.01
overload 1.04
re 0.05
sigtrap 1.02
sort 1.02
strict 1.03
subs 1.00
threads 1.07
threads::shared 0.94
uri 1.35
utf8 1.06
vars 1.01
version 0.71
version::vxs 0.71
vmsish 1.02
warnings 1.05
warnings::register 1.01
<<lessSYNOPSIS
perl -MCPAN -e install Bundle::OpenXPKI
CONTENTS
AnyDBM_File 1.00
Apache::Cookie 1.3
Apache::Mason 0.4
Apache::Request 1.33
Apache::libapreq 1.3
Attribute::Handlers 0.78_02
Attribute::Params::Validate 1.07
AutoLoader 5.60
AutoSplit 1.04
B 1.09_01
B::Asmdata 1.01
B::Assembler 0.07
B::Concise 0.66
B::Deparse 0.71
B::Disassembler 1.05
B::Showlex 1.02
B::Stackobj 1.00
B::Stash 1.00
B::Xref 1.01
Base 2.07
Benchmark 1.07
ByteLoader 0.06
CGI 3.15
CGI::Carp 1.29
CGI::Cookie 1.26
CGI::Fast 1.05
CGI::Pretty 1.08
CGI::Push 1.04
CGI::Session 4.20
CGI::Util 1.5
Cache::BaseCache undef
Cache::BaseCacheTester undef
Cache::Cache 1.05
Cache::CacheMetaData undef
Cache::CacheSizer undef
Cache::CacheTester undef
Cache::CacheUtils undef
Cache::FileBackend undef
Cache::FileCache undef
Cache::MemoryBackend undef
Cache::MemoryCache undef
Cache::NullCache undef
Cache::Object undef
Cache::SharedMemoryBackend undef
Cache::SharedMemoryCache undef
Cache::SizeAwareCache undef
Cache::SizeAwareCacheTester undef
Cache::SizeAwareFileCache undef
Cache::SizeAwareMemoryCache undef
Cache::SizeAwareSharedMemoryCache undef
Carp 1.04
Class::Accessor 0.30
Class::Accessor::Chained 0.01
Class::Accessor::Chained::Fast undef
Class::Accessor::Fast 0.30
Class::Accessor::Faster 0.30
Class::Container 0.12
Class::Data::Inheritable 0.06
Class::Factory 1.05
Class::ISA 0.33
Class::Observable 1.04
Class::Singleton 1.03
Class::Std v0.0.8
Class::Struct 0.63
Config undef
Config::Std v0.0.4
Convert::ASN1 0.21
Convert::ASN1::parser undef
Cwd 3.12
CPAN 1.76_02
DBD::ExampleP 12.009153
DBD::File 0.35
DBD::Gofer 0.009156
DBD::Gofer::Policy::Base 0.009139
DBD::Gofer::Policy::classic 0.009139
DBD::Gofer::Policy::pedantic 0.009139
DBD::Gofer::Policy::rush 0.009152
DBD::Gofer::Transport::Base 0.009147
DBD::Gofer::Transport::http 0.009147
DBD::Gofer::Transport::null 0.009147
DBD::Gofer::Transport::pipeone 0.009147
DBD::Gofer::Transport::stream 0.009147
DBD::Mock 1.34
DBD::NullP 12.008744
DBD::Proxy 0.2004
DBD::SQLite 1.13
DBD::Sponge 12.008696
DBI 1.54
DBI::Const::GetInfo::ANSI 2.008696
DBI::Const::GetInfo::ODBC 2.008696
DBI::Const::GetInfoReturn 2.008696
DBI::Const::GetInfoType 2.008696
DBI::DBD 12.009152
DBI::DBD::Metadata 2.008696
DBI::FAQ 1.008696
DBI::Gofer::Execute 0.009156
DBI::Gofer::Request 0.009139
DBI::Gofer::Response 0.009143
DBI::Gofer::Transport::Base 0.009145
DBI::Gofer::Transport::mod_perl 0.009152
DBI::Gofer::Transport::pipeone 0.009139
DBI::Gofer::Transport::stream 0.009139
DBI::Profile 2.008696
DBI::ProfileData 2.008696
DBI::ProfileDumper 2.009137
DBI::ProfileDumper::Apache 2.008696
DBI::ProfileSubs 0.008696
DBI::ProxyServer 0.3005
DBI::SQL::Nano 1.008696
DBI::Util::_accessor 0.009091
DBM_Filter 0.01
DBM_Filter::compress 0.01
DBM_Filter::encode 0.01
DBM_Filter::int32 0.01
DBM_Filter::null 0.01
DBM_Filter::utf8 0.01
DB_File 1.814
Data::Dumper 2.121_08
Data::Page 2.00
Data::Password 1.07
Data::SpreadPagination 0.1.2
Date::Format 2.22
Date::Language 1.10
Date::Language::Afar 0.99
Date::Language::Amharic 1.00
Date::Language::Austrian 1.01
Date::Language::Brazilian 1.01
Date::Language::Chinese_GB 1.01
Date::Language::Czech 1.01
Date::Language::Danish 1.01
Date::Language::Dutch 1.02
Date::Language::English 1.01
Date::Language::Finnish 1.01
Date::Language::French 1.04
Date::Language::Gedeo 0.99
Date::Language::German 1.02
Date::Language::Greek 1.00
Date::Language::Italian 1.01
Date::Language::Norwegian 1.01
Date::Language::Oromo 0.99
Date::Language::Sidama 0.99
Date::Language::Somali 0.99
Date::Language::Swedish 1.01
Date::Language::Tigrinya 1.00
Date::Language::TigrinyaEritrean 1.00
Date::Language::TigrinyaEthiopian 1.00
Date::Parse 2.27
DateTime 0.36
DateTime::Duration undef
DateTime::Format::Strptime 1.0700
DateTime::Helpers undef
DateTime::Infinite undef
DateTime::LeapSecond 0.05
DateTime::Locale 0.34
DateTime::Locale::Base undef
DateTime::Locale::aa undef
DateTime::Locale::aa_ER_SAAHO undef
DateTime::Locale::af undef
DateTime::Locale::af_ZA undef
DateTime::Locale::ak undef
DateTime::Locale::am undef
DateTime::Locale::am_ET undef
DateTime::Locale::ar undef
DateTime::Locale::ar_EG undef
DateTime::Locale::ar_JO undef
DateTime::Locale::ar_LB undef
DateTime::Locale::ar_QA undef
DateTime::Locale::ar_SA undef
DateTime::Locale::ar_SY undef
DateTime::Locale::ar_TN undef
DateTime::Locale::ar_YE undef
DateTime::Locale::as undef
DateTime::Locale::as_IN undef
DateTime::Locale::az undef
DateTime::Locale::az_Cyrl undef
DateTime::Locale::be undef
DateTime::Locale::bg undef
DateTime::Locale::bg_BG undef
DateTime::Locale::bn undef
DateTime::Locale::bn_BD undef
DateTime::Locale::bn_IN undef
DateTime::Locale::bs undef
DateTime::Locale::byn undef
DateTime::Locale::byn_ER undef
DateTime::Locale::ca undef
DateTime::Locale::cch undef
DateTime::Locale::cs undef
DateTime::Locale::cy undef
DateTime::Locale::cy_GB undef
DateTime::Locale::da undef
DateTime::Locale::de undef
DateTime::Locale::de_AT undef
DateTime::Locale::de_BE undef
DateTime::Locale::dz undef
DateTime::Locale::ee undef
DateTime::Locale::el undef
DateTime::Locale::en undef
DateTime::Locale::en_AU undef
DateTime::Locale::en_BE undef
DateTime::Locale::en_BW undef
DateTime::Locale::en_BZ undef
DateTime::Locale::en_CA undef
DateTime::Locale::en_GB undef
DateTime::Locale::en_HK undef
DateTime::Locale::en_IE undef
DateTime::Locale::en_IN undef
DateTime::Locale::en_MT undef
DateTime::Locale::en_NZ undef
DateTime::Locale::en_PH undef
DateTime::Locale::en_PK undef
DateTime::Locale::en_SG undef
DateTime::Locale::en_ZA undef
DateTime::Locale::en_ZW undef
DateTime::Locale::eo undef
DateTime::Locale::es undef
DateTime::Locale::es_AR undef
DateTime::Locale::es_BO undef
DateTime::Locale::es_CL undef
DateTime::Locale::es_CO undef
DateTime::Locale::es_CR undef
DateTime::Locale::es_DO undef
DateTime::Locale::es_EC undef
DateTime::Locale::es_ES undef
DateTime::Locale::es_GT undef
DateTime::Locale::es_HN undef
DateTime::Locale::es_MX undef
DateTime::Locale::es_NI undef
DateTime::Locale::es_PA undef
DateTime::Locale::es_PR undef
DateTime::Locale::es_PY undef
DateTime::Locale::es_SV undef
DateTime::Locale::es_US undef
DateTime::Locale::es_UY undef
DateTime::Locale::es_VE undef
DateTime::Locale::et undef
DateTime::Locale::et_EE undef
DateTime::Locale::eu undef
DateTime::Locale::eu_ES undef
DateTime::Locale::fi undef
DateTime::Locale::fo undef
DateTime::Locale::fr undef
DateTime::Locale::fr_BE undef
DateTime::Locale::fr_CA undef
DateTime::Locale::fr_CH undef
DateTime::Locale::fur undef
DateTime::Locale::ga undef
DateTime::Locale::ga_IE undef
DateTime::Locale::gaa undef
DateTime::Locale::gez undef
DateTime::Locale::gez_ER undef
DateTime::Locale::gez_ET undef
DateTime::Locale::gl undef
DateTime::Locale::gl_ES undef
DateTime::Locale::gu undef
DateTime::Locale::gu_IN undef
DateTime::Locale::gv undef
DateTime::Locale::gv_GB undef
DateTime::Locale::ha undef
DateTime::Locale::ha_Arab undef
DateTime::Locale::haw undef
DateTime::Locale::haw_US undef
DateTime::Locale::he undef
DateTime::Locale::hi undef
DateTime::Locale::hi_IN undef
DateTime::Locale::hr undef
DateTime::Locale::hu undef
DateTime::Locale::hy undef
DateTime::Locale::hy_AM undef
DateTime::Locale::hy_AM_REVISED undef
DateTime::Locale::ia undef
DateTime::Locale::id undef
DateTime::Locale::id_ID undef
DateTime::Locale::ig undef
DateTime::Locale::is undef
DateTime::Locale::it undef
DateTime::Locale::it_CH undef
DateTime::Locale::it_IT undef
DateTime::Locale::iu undef
DateTime::Locale::ja undef
DateTime::Locale::ka undef
DateTime::Locale::kaj undef
DateTime::Locale::kam undef
DateTime::Locale::kcg undef
DateTime::Locale::kfo undef
DateTime::Locale::kk undef
DateTime::Locale::kl undef
DateTime::Locale::kl_GL undef
DateTime::Locale::km undef
DateTime::Locale::kn undef
DateTime::Locale::kn_IN undef
DateTime::Locale::ko undef
DateTime::Locale::ko_KR undef
DateTime::Locale::kok undef
DateTime::Locale::kok_IN undef
DateTime::Locale::kw undef
DateTime::Locale::kw_GB undef
DateTime::Locale::ln undef
DateTime::Locale::lo undef
DateTime::Locale::lt undef
DateTime::Locale::lv undef
DateTime::Locale::mk undef
DateTime::Locale::ml undef
DateTime::Locale::ml_IN undef
DateTime::Locale::mn undef
DateTime::Locale::mr undef
DateTime::Locale::mr_IN undef
DateTime::Locale::ms undef
DateTime::Locale::ms_BN undef
DateTime::Locale::ms_MY undef
DateTime::Locale::mt undef
DateTime::Locale::nb undef
DateTime::Locale::ne undef
DateTime::Locale::nl undef
DateTime::Locale::nl_BE undef
DateTime::Locale::nn undef
DateTime::Locale::nr undef
DateTime::Locale::nso undef
DateTime::Locale::ny undef
DateTime::Locale::om undef
DateTime::Locale::om_ET undef
DateTime::Locale::om_KE undef
DateTime::Locale::pa undef
DateTime::Locale::pa_Arab undef
DateTime::Locale::pa_IN undef
DateTime::Locale::pl undef
DateTime::Locale::pt undef
DateTime::Locale::pt_BR undef
DateTime::Locale::pt_PT undef
DateTime::Locale::ro undef
DateTime::Locale::root undef
DateTime::Locale::ru undef
DateTime::Locale::ru_UA undef
DateTime::Locale::rw undef
DateTime::Locale::sid undef
DateTime::Locale::sk undef
DateTime::Locale::sl undef
DateTime::Locale::so undef
DateTime::Locale::sq undef
DateTime::Locale::sr undef
DateTime::Locale::sr_Cyrl undef
DateTime::Locale::sr_Cyrl_BA undef
DateTime::Locale::sr_Latn undef
DateTime::Locale::sr_Latn_BA undef
DateTime::Locale::ss undef
DateTime::Locale::st undef
DateTime::Locale::sv undef
DateTime::Locale::sv_SE undef
DateTime::Locale::sw undef
DateTime::Locale::syr undef
DateTime::Locale::syr_SY undef
DateTime::Locale::ta undef
DateTime::Locale::ta_IN undef
DateTime::Locale::te undef
DateTime::Locale::te_IN undef
DateTime::Locale::tg undef
DateTime::Locale::th undef
DateTime::Locale::ti undef
DateTime::Locale::ti_ER undef
DateTime::Locale::ti_ET undef
DateTime::Locale::tig undef
DateTime::Locale::tig_ER undef
DateTime::Locale::tn undef
DateTime::Locale::tr undef
DateTime::Locale::ts undef
DateTime::Locale::uk undef
DateTime::Locale::uz undef
DateTime::Locale::uz_Arab undef
DateTime::Locale::uz_Latn undef
DateTime::Locale::ve undef
DateTime::Locale::vi undef
DateTime::Locale::wal undef
DateTime::Locale::wal_ET undef
DateTime::Locale::xh undef
DateTime::Locale::yo undef
DateTime::Locale::zh undef
DateTime::Locale::zh_Hans_CN undef
DateTime::Locale::zh_Hans_SG undef
DateTime::Locale::zh_Hant undef
DateTime::Locale::zh_Hant_HK undef
DateTime::Locale::zh_Hant_MO undef
DateTime::Locale::zu undef
DateTime::LocaleCatalog undef
DateTime::TimeZone 0.63
DateTime::TimeZone::Africa::Abidjan undef
DateTime::TimeZone::Africa::Accra undef
DateTime::TimeZone::Africa::Addis_Ababa undef
DateTime::TimeZone::Africa::Algiers undef
DateTime::TimeZone::Africa::Asmara undef
DateTime::TimeZone::Africa::Bamako undef
DateTime::TimeZone::Africa::Bangui undef
DateTime::TimeZone::Africa::Banjul undef
DateTime::TimeZone::Africa::Bissau undef
DateTime::TimeZone::Africa::Blantyre undef
DateTime::TimeZone::Africa::Brazzaville undef
DateTime::TimeZone::Africa::Bujumbura undef
DateTime::TimeZone::Africa::Cairo undef
DateTime::TimeZone::Africa::Casablanca undef
DateTime::TimeZone::Africa::Ceuta undef
DateTime::TimeZone::Africa::Conakry undef
DateTime::TimeZone::Africa::Dakar undef
DateTime::TimeZone::Africa::Dar_es_Salaam undef
DateTime::TimeZone::Africa::Djibouti undef
DateTime::TimeZone::Africa::Douala undef
DateTime::TimeZone::Africa::El_Aaiun undef
DateTime::TimeZone::Africa::Freetown undef
DateTime::TimeZone::Africa::Gaborone undef
DateTime::TimeZone::Africa::Harare undef
DateTime::TimeZone::Africa::Johannesburg undef
DateTime::TimeZone::Africa::Kampala undef
DateTime::TimeZone::Africa::Khartoum undef
DateTime::TimeZone::Africa::Kigali undef
DateTime::TimeZone::Africa::Kinshasa undef
DateTime::TimeZone::Africa::Lagos undef
DateTime::TimeZone::Africa::Libreville undef
DateTime::TimeZone::Africa::Lome undef
DateTime::TimeZone::Africa::Luanda undef
DateTime::TimeZone::Africa::Lubumbashi undef
DateTime::TimeZone::Africa::Lusaka undef
DateTime::TimeZone::Africa::Malabo undef
DateTime::TimeZone::Africa::Maputo undef
DateTime::TimeZone::Africa::Maseru undef
DateTime::TimeZone::Africa::Mbabane undef
DateTime::TimeZone::Africa::Mogadishu undef
DateTime::TimeZone::Africa::Monrovia undef
DateTime::TimeZone::Africa::Nairobi undef
DateTime::TimeZone::Africa::Ndjamena undef
DateTime::TimeZone::Africa::Niamey undef
DateTime::TimeZone::Africa::Nouakchott undef
DateTime::TimeZone::Africa::Ouagadougou undef
DateTime::TimeZone::Africa::Porto_Novo undef
DateTime::TimeZone::Africa::Sao_Tome undef
DateTime::TimeZone::Africa::Tripoli undef
DateTime::TimeZone::Africa::Tunis undef
DateTime::TimeZone::Africa::Windhoek undef
DateTime::TimeZone::America::Adak undef
DateTime::TimeZone::America::Anchorage undef
DateTime::TimeZone::America::Anguilla undef
DateTime::TimeZone::America::Antigua undef
DateTime::TimeZone::America::Araguaina undef
DateTime::TimeZone::America::Argentina::Buenos_Aires undef
DateTime::TimeZone::America::Argentina::Catamarca undef
DateTime::TimeZone::America::Argentina::Cordoba undef
DateTime::TimeZone::America::Argentina::Jujuy undef
DateTime::TimeZone::America::Argentina::La_Rioja undef
DateTime::TimeZone::America::Argentina::Mendoza undef
DateTime::TimeZone::America::Argentina::Rio_Gallegos undef
DateTime::TimeZone::America::Argentina::San_Juan undef
DateTime::TimeZone::America::Argentina::Tucuman undef
DateTime::TimeZone::America::Argentina::Ushuaia undef
DateTime::TimeZone::America::Aruba undef
DateTime::TimeZone::America::Asuncion undef
DateTime::TimeZone::America::Atikokan undef
DateTime::TimeZone::America::Bahia undef
DateTime::TimeZone::America::Barbados undef
DateTime::TimeZone::America::Belem undef
DateTime::TimeZone::America::Belize undef
DateTime::TimeZone::America::Blanc_Sablon undef
DateTime::TimeZone::America::Boa_Vista undef
DateTime::TimeZone::America::Bogota undef
DateTime::TimeZone::America::Boise undef
DateTime::TimeZone::America::Cambridge_Bay undef
DateTime::TimeZone::America::Campo_Grande undef
DateTime::TimeZone::America::Cancun undef
DateTime::TimeZone::America::Caracas undef
DateTime::TimeZone::America::Cayenne undef
DateTime::TimeZone::America::Cayman undef
DateTime::TimeZone::America::Chicago undef
DateTime::TimeZone::America::Chihuahua undef
DateTime::TimeZone::America::Costa_Rica undef
DateTime::TimeZone::America::Cuiaba undef
DateTime::TimeZone::America::Curacao undef
DateTime::TimeZone::America::Danmarkshavn undef
DateTime::TimeZone::America::Dawson undef
DateTime::TimeZone::America::Dawson_Creek undef
DateTime::TimeZone::America::Denver undef
DateTime::TimeZone::America::Detroit undef
DateTime::TimeZone::America::Dominica undef
DateTime::TimeZone::America::Edmonton undef
DateTime::TimeZone::America::Eirunepe undef
DateTime::TimeZone::America::El_Salvador undef
DateTime::TimeZone::America::Fortaleza undef
DateTime::TimeZone::America::Glace_Bay undef
DateTime::TimeZone::America::Godthab undef
DateTime::TimeZone::America::Goose_Bay undef
DateTime::TimeZone::America::Grand_Turk undef
DateTime::TimeZone::America::Grenada undef
DateTime::TimeZone::America::Guadeloupe undef
DateTime::TimeZone::America::Guatemala undef
DateTime::TimeZone::America::Guayaquil undef
DateTime::TimeZone::America::Guyana undef
DateTime::TimeZone::America::Halifax undef
DateTime::TimeZone::America::Havana undef
DateTime::TimeZone::America::Hermosillo undef
DateTime::TimeZone::America::Indiana::Indianapolis undef
DateTime::TimeZone::America::Indiana::Knox undef
DateTime::TimeZone::America::Indiana::Marengo undef
DateTime::TimeZone::America::Indiana::Petersburg undef
DateTime::TimeZone::America::Indiana::Vevay undef
DateTime::TimeZone::America::Indiana::Vincennes undef
DateTime::TimeZone::America::Indiana::Winamac undef
DateTime::TimeZone::America::Inuvik undef
DateTime::TimeZone::America::Iqaluit undef
DateTime::TimeZone::America::Jamaica undef
DateTime::TimeZone::America::Juneau undef
DateTime::TimeZone::America::Kentucky::Louisville undef
DateTime::TimeZone::America::Kentucky::Monticello undef
DateTime::TimeZone::America::La_Paz undef
DateTime::TimeZone::America::Lima undef
DateTime::TimeZone::America::Los_Angeles undef
DateTime::TimeZone::America::Maceio undef
DateTime::TimeZone::America::Managua undef
DateTime::TimeZone::America::Manaus undef
DateTime::TimeZone::America::Martinique undef
DateTime::TimeZone::America::Mazatlan undef
DateTime::TimeZone::America::Menominee undef
DateTime::TimeZone::America::Merida undef
DateTime::TimeZone::America::Mexico_City undef
DateTime::TimeZone::America::Miquelon undef
DateTime::TimeZone::America::Moncton undef
DateTime::TimeZone::America::Monterrey undef
DateTime::TimeZone::America::Montevideo undef
DateTime::TimeZone::America::Montreal undef
DateTime::TimeZone::America::Montserrat undef
DateTime::TimeZone::America::Nassau undef
DateTime::TimeZone::America::New_York undef
DateTime::TimeZone::America::Nipigon undef
DateTime::TimeZone::America::Nome undef
DateTime::TimeZone::America::Noronha undef
DateTime::TimeZone::America::North_Dakota::Center undef
DateTime::TimeZone::America::North_Dakota::New_Salem undef
DateTime::TimeZone::America::Panama undef
DateTime::TimeZone::America::Pangnirtung undef
DateTime::TimeZone::America::Paramaribo undef
DateTime::TimeZone::America::Phoenix undef
DateTime::TimeZone::America::Port_au_Prince undef
DateTime::TimeZone::America::Port_of_Spain undef
DateTime::TimeZone::America::Porto_Velho undef
DateTime::TimeZone::America::Puerto_Rico undef
DateTime::TimeZone::America::Rainy_River undef
DateTime::TimeZone::America::Rankin_Inlet undef
DateTime::TimeZone::America::Recife undef
DateTime::TimeZone::America::Regina undef
DateTime::TimeZone::America::Resolute undef
DateTime::TimeZone::America::Rio_Branco undef
DateTime::TimeZone::America::Santiago undef
DateTime::TimeZone::America::Santo_Domingo undef
DateTime::TimeZone::America::Sao_Paulo undef
DateTime::TimeZone::America::Scoresbysund undef
DateTime::TimeZone::America::St_Johns undef
DateTime::TimeZone::America::St_Kitts undef
DateTime::TimeZone::America::St_Lucia undef
DateTime::TimeZone::America::St_Thomas undef
DateTime::TimeZone::America::St_Vincent undef
DateTime::TimeZone::America::Swift_Current undef
DateTime::TimeZone::America::Tegucigalpa undef
DateTime::TimeZone::America::Thule undef
DateTime::TimeZone::America::Thunder_Bay undef
DateTime::TimeZone::America::Tijuana undef
DateTime::TimeZone::America::Toronto undef
DateTime::TimeZone::America::Tortola undef
DateTime::TimeZone::America::Vancouver undef
DateTime::TimeZone::America::Whitehorse undef
DateTime::TimeZone::America::Winnipeg undef
DateTime::TimeZone::America::Yakutat undef
DateTime::TimeZone::America::Yellowknife undef
DateTime::TimeZone::Antarctica::Casey undef
DateTime::TimeZone::Antarctica::Davis undef
DateTime::TimeZone::Antarctica::DumontDUrville undef
DateTime::TimeZone::Antarctica::Mawson undef
DateTime::TimeZone::Antarctica::McMurdo undef
DateTime::TimeZone::Antarctica::Palmer undef
DateTime::TimeZone::Antarctica::Rothera undef
DateTime::TimeZone::Antarctica::Syowa undef
DateTime::TimeZone::Antarctica::Vostok undef
DateTime::TimeZone::Asia::Aden undef
DateTime::TimeZone::Asia::Almaty undef
DateTime::TimeZone::Asia::Amman undef
DateTime::TimeZone::Asia::Anadyr undef
DateTime::TimeZone::Asia::Aqtau undef
DateTime::TimeZone::Asia::Aqtobe undef
DateTime::TimeZone::Asia::Ashgabat undef
DateTime::TimeZone::Asia::Baghdad undef
DateTime::TimeZone::Asia::Bahrain undef
DateTime::TimeZone::Asia::Baku undef
DateTime::TimeZone::Asia::Bangkok undef
DateTime::TimeZone::Asia::Beirut undef
DateTime::TimeZone::Asia::Bishkek undef
DateTime::TimeZone::Asia::Brunei undef
DateTime::TimeZone::Asia::Calcutta undef
DateTime::TimeZone::Asia::Choibalsan undef
DateTime::TimeZone::Asia::Chongqing undef
DateTime::TimeZone::Asia::Colombo undef
DateTime::TimeZone::Asia::Damascus undef
DateTime::TimeZone::Asia::Dhaka undef
DateTime::TimeZone::Asia::Dili undef
DateTime::TimeZone::Asia::Dubai undef
DateTime::TimeZone::Asia::Dushanbe undef
DateTime::TimeZone::Asia::Gaza undef
DateTime::TimeZone::Asia::Harbin undef
DateTime::TimeZone::Asia::Hong_Kong undef
DateTime::TimeZone::Asia::Hovd undef
DateTime::TimeZone::Asia::Irkutsk undef
DateTime::TimeZone::Asia::Jakarta undef
DateTime::TimeZone::Asia::Jayapura undef
DateTime::TimeZone::Asia::Jerusalem undef
DateTime::TimeZone::Asia::Kabul undef
DateTime::TimeZone::Asia::Kamchatka undef
DateTime::TimeZone::Asia::Karachi undef
DateTime::TimeZone::Asia::Kashgar undef
DateTime::TimeZone::Asia::Katmandu undef
DateTime::TimeZone::Asia::Krasnoyarsk undef
DateTime::TimeZone::Asia::Kuala_Lumpur undef
DateTime::TimeZone::Asia::Kuching undef
DateTime::TimeZone::Asia::Kuwait undef
DateTime::TimeZone::Asia::Macau undef
DateTime::TimeZone::Asia::Magadan undef
DateTime::TimeZone::Asia::Makassar undef
DateTime::TimeZone::Asia::Manila undef
DateTime::TimeZone::Asia::Muscat undef
DateTime::TimeZone::Asia::Nicosia undef
DateTime::TimeZone::Asia::Novosibirsk undef
DateTime::TimeZone::Asia::Omsk undef
DateTime::TimeZone::Asia::Oral undef
DateTime::TimeZone::Asia::Phnom_Penh undef
DateTime::TimeZone::Asia::Pontianak undef
DateTime::TimeZone::Asia::Pyongyang undef
DateTime::TimeZone::Asia::Qatar undef
DateTime::TimeZone::Asia::Qyzylorda undef
DateTime::TimeZone::Asia::Rangoon undef
DateTime::TimeZone::Asia::Riyadh undef
DateTime::TimeZone::Asia::Saigon undef
DateTime::TimeZone::Asia::Sakhalin undef
DateTime::TimeZone::Asia::Samarkand undef
DateTime::TimeZone::Asia::Seoul undef
DateTime::TimeZone::Asia::Shanghai undef
DateTime::TimeZone::Asia::Singapore undef
DateTime::TimeZone::Asia::Taipei undef
DateTime::TimeZone::Asia::Tashkent undef
DateTime::TimeZone::Asia::Tbilisi undef
DateTime::TimeZone::Asia::Tehran undef
DateTime::TimeZone::Asia::Thimphu undef
DateTime::TimeZone::Asia::Tokyo undef
DateTime::TimeZone::Asia::Ulaanbaatar undef
DateTime::TimeZone::Asia::Urumqi undef
DateTime::TimeZone::Asia::Vientiane undef
DateTime::TimeZone::Asia::Vladivostok undef
DateTime::TimeZone::Asia::Yakutsk undef
DateTime::TimeZone::Asia::Yekaterinburg undef
DateTime::TimeZone::Asia::Yerevan undef
DateTime::TimeZone::Atlantic::Azores undef
DateTime::TimeZone::Atlantic::Bermuda undef
DateTime::TimeZone::Atlantic::Canary undef
DateTime::TimeZone::Atlantic::Cape_Verde undef
DateTime::TimeZone::Atlantic::Faroe undef
DateTime::TimeZone::Atlantic::Madeira undef
DateTime::TimeZone::Atlantic::Reykjavik undef
DateTime::TimeZone::Atlantic::South_Georgia undef
DateTime::TimeZone::Atlantic::St_Helena undef
DateTime::TimeZone::Atlantic::Stanley undef
DateTime::TimeZone::Australia::Adelaide undef
DateTime::TimeZone::Australia::Brisbane undef
DateTime::TimeZone::Australia::Broken_Hill undef
DateTime::TimeZone::Australia::Currie undef
DateTime::TimeZone::Australia::Darwin undef
DateTime::TimeZone::Australia::Eucla undef
DateTime::TimeZone::Australia::Hobart undef
DateTime::TimeZone::Australia::Lindeman undef
DateTime::TimeZone::Australia::Lord_Howe undef
DateTime::TimeZone::Australia::Melbourne undef
DateTime::TimeZone::Australia::Perth undef
DateTime::TimeZone::Australia::Sydney undef
DateTime::TimeZone::CST6CDT undef
DateTime::TimeZone::EST undef
DateTime::TimeZone::EST5EDT undef
DateTime::TimeZone::Europe::Amsterdam undef
DateTime::TimeZone::Europe::Andorra undef
DateTime::TimeZone::Europe::Athens undef
DateTime::TimeZone::Europe::Belgrade undef
DateTime::TimeZone::Europe::Berlin undef
DateTime::TimeZone::Europe::Brussels undef
DateTime::TimeZone::Europe::Bucharest undef
DateTime::TimeZone::Europe::Budapest undef
DateTime::TimeZone::Europe::Chisinau undef
DateTime::TimeZone::Europe::Copenhagen undef
DateTime::TimeZone::Europe::Dublin undef
DateTime::TimeZone::Europe::Gibraltar undef
DateTime::TimeZone::Europe::Helsinki undef
DateTime::TimeZone::Europe::Istanbul undef
DateTime::TimeZone::Europe::Kaliningrad undef
DateTime::TimeZone::Europe::Kiev undef
DateTime::TimeZone::Europe::Lisbon undef
DateTime::TimeZone::Europe::London undef
DateTime::TimeZone::Europe::Luxembourg undef
DateTime::TimeZone::Europe::Madrid undef
DateTime::TimeZone::Europe::Malta undef
DateTime::TimeZone::Europe::Minsk undef
DateTime::TimeZone::Europe::Monaco undef
DateTime::TimeZone::Europe::Moscow undef
DateTime::TimeZone::Europe::Oslo undef
DateTime::TimeZone::Europe::Paris undef
DateTime::TimeZone::Europe::Prague undef
DateTime::TimeZone::Europe::Riga undef
DateTime::TimeZone::Europe::Rome undef
DateTime::TimeZone::Europe::Samara undef
DateTime::TimeZone::Europe::Simferopol undef
DateTime::TimeZone::Europe::Sofia undef
DateTime::TimeZone::Europe::Stockholm undef
DateTime::TimeZone::Europe::Tallinn undef
DateTime::TimeZone::Europe::Tirane undef
DateTime::TimeZone::Europe::Uzhgorod undef
DateTime::TimeZone::Europe::Vaduz undef
DateTime::TimeZone::Europe::Vienna undef
DateTime::TimeZone::Europe::Vilnius undef
DateTime::TimeZone::Europe::Volgograd undef
DateTime::TimeZone::Europe::Warsaw undef
DateTime::TimeZone::Europe::Zaporozhye undef
DateTime::TimeZone::Europe::Zurich undef
DateTime::TimeZone::Floating 0.01
DateTime::TimeZone::HST undef
DateTime::TimeZone::Indian::Antananarivo undef
DateTime::TimeZone::Indian::Chagos undef
DateTime::TimeZone::Indian::Christmas undef
DateTime::TimeZone::Indian::Cocos undef
DateTime::TimeZone::Indian::Comoro undef
DateTime::TimeZone::Indian::Kerguelen undef
DateTime::TimeZone::Indian::Mahe undef
DateTime::TimeZone::Indian::Maldives undef
DateTime::TimeZone::Indian::Mauritius undef
DateTime::TimeZone::Indian::Mayotte undef
DateTime::TimeZone::Indian::Reunion undef
DateTime::TimeZone::Local 0.01
DateTime::TimeZone::Local::Unix undef
DateTime::TimeZone::Local::Win32 undef
DateTime::TimeZone::MST undef
DateTime::TimeZone::MST7MDT undef
DateTime::TimeZone::OffsetOnly 0.02
DateTime::TimeZone::OlsonDB undef
DateTime::TimeZone::PST8PDT undef
DateTime::TimeZone::Pacific::Apia undef
DateTime::TimeZone::Pacific::Auckland undef
DateTime::TimeZone::Pacific::Chatham undef
DateTime::TimeZone::Pacific::Easter undef
DateTime::TimeZone::Pacific::Efate undef
DateTime::TimeZone::Pacific::Enderbury undef
DateTime::TimeZone::Pacific::Fakaofo undef
DateTime::TimeZone::Pacific::Fiji undef
DateTime::TimeZone::Pacific::Funafuti undef
DateTime::TimeZone::Pacific::Galapagos undef
DateTime::TimeZone::Pacific::Gambier undef
DateTime::TimeZone::Pacific::Guadalcanal undef
DateTime::TimeZone::Pacific::Guam undef
DateTime::TimeZone::Pacific::Honolulu undef
DateTime::TimeZone::Pacific::Johnston undef
DateTime::TimeZone::Pacific::Kiritimati undef
DateTime::TimeZone::Pacific::Kosrae undef
DateTime::TimeZone::Pacific::Kwajalein undef
DateTime::TimeZone::Pacific::Majuro undef
DateTime::TimeZone::Pacific::Marquesas undef
DateTime::TimeZone::Pacific::Midway undef
DateTime::TimeZone::Pacific::Nauru undef
DateTime::TimeZone::Pacific::Niue undef
DateTime::TimeZone::Pacific::Norfolk undef
DateTime::TimeZone::Pacific::Noumea undef
DateTime::TimeZone::Pacific::Pago_Pago undef
DateTime::TimeZone::Pacific::Palau undef
DateTime::TimeZone::Pacific::Pitcairn undef
DateTime::TimeZone::Pacific::Ponape undef
DateTime::TimeZone::Pacific::Port_Moresby undef
DateTime::TimeZone::Pacific::Rarotonga undef
DateTime::TimeZone::Pacific::Saipan undef
DateTime::TimeZone::Pacific::Tahiti undef
DateTime::TimeZone::Pacific::Tarawa undef
DateTime::TimeZone::Pacific::Tongatapu undef
DateTime::TimeZone::Pacific::Truk undef
DateTime::TimeZone::Pacific::Wake undef
DateTime::TimeZone::Pacific::Wallis undef
DateTime::TimeZone::UTC 0.01
Devel::DProf 20050603.00
Devel::PPPort 3.06_01
Devel::Peek 1.03
Devel::SelfStubber 1.03
Devel::StackTrace 1.14
Devel::Symdump 2.07
Devel::Symdump::Export undef
Digest 1.14
Digest::MD5 2.36
Digest::SHA1 2.11
Digest::base 1.00
Digest::file 1.00
DirHandle 1.00
Dumpvalue 1.12
DynaLoader 1.05
Encode 2.12
Encode::Alias 2.04
Encode::Byte 2.00
Encode::CJKConstants 2.00
Encode::CN 2.00
Encode::CN::HZ 2.01
Encode::Config 2.01
Encode::EBCDIC 2.00
Encode::Encoder 2.00
Encode::Encoding 2.02
Encode::Guess 2.00
Encode::JP 2.01
Encode::JP::H2Z 2.00
Encode::JP::JIS7 2.00
Encode::KR 2.00
Encode::KR::2022_KR 2.00
Encode::MIME::Header 2.01
Encode::MIME::Header::ISO_2022_JP 1.01
Encode::Symbol 2.00
Encode::TW 2.00
Encode::Unicode 2.02
Encode::Unicode::UTF7 2.01
English 1.02
Env 1.00
Errno 1.09_01
Error 0.17008
Exception::Class 1.23
Exporter 5.58
Exporter::Heavy 5.58
ExtUtils::Command 1.09
ExtUtils::Command::MM 0.05
ExtUtils::Constant 0.17
ExtUtils::Constant::Base 0.01
ExtUtils::Constant::Utils 0.01
ExtUtils::Constant::XS 0.01
ExtUtils::Embed 1.26
ExtUtils::Install 1.33
ExtUtils::Installed 0.08
ExtUtils::Liblist 1.01
ExtUtils::Liblist::Kid 1.3
ExtUtils::MM 0.05
ExtUtils::MM_AIX 0.03
ExtUtils::MM_Any 0.13
ExtUtils::MM_BeOS 1.05
ExtUtils::MM_Cygwin 1.08
ExtUtils::MM_DOS 0.02
ExtUtils::MM_MacOS 1.08
ExtUtils::MM_NW5 2.08
ExtUtils::MM_OS2 1.05
ExtUtils::MM_QNX 0.02
ExtUtils::MM_UWIN 0.02
ExtUtils::MM_Unix 1.50
ExtUtils::MM_VMS 5.73
ExtUtils::MM_VOS 0.02
ExtUtils::MM_Win32 1.12
ExtUtils::MM_Win95 0.04
ExtUtils::MY 0.01
ExtUtils::MakeMaker 6.30
ExtUtils::MakeMaker::Config 0.02
ExtUtils::MakeMaker::bytes 0.01
ExtUtils::MakeMaker::vmsish 0.01
ExtUtils::Manifest 1.46
ExtUtils::Mkbootstrap 1.15
ExtUtils::Mksymlists 1.19
ExtUtils::Packlist 0.04
ExtUtils::testlib 1.15
Fatal 1.03
Fcntl 1.05
File::Basename 2.74
File::CheckTree 4.3
File::Compare 1.1003
File::Copy 2.09
File::DosGlob 1.00
File::Find 1.10
File::Glob 1.05
File::Path 1.08
File::Spec 3.12
File::Spec::Cygwin 1.1
File::Spec::Epoc 1.1
File::Spec::Functions 1.3
File::Spec::Mac 1.4
File::Spec::OS2 1.2
File::Spec::Unix 1.5
File::Spec::VMS 1.4
File::Spec::Win32 1.6
File::Stat 1.00
File::Temp 0.16
File::stat 1.00
FileCache 1.06
FileHandle 2.01
Filter::Simple 0.82
Filter::Util::Call 1.0601
FindBin 1.47
Getopt::Long 2.35
Getopt::Std 1.05
HTML::Entities 1.35
HTML::Filter 2.11
HTML::HeadParser 2.22
HTML::LinkExtor 1.33
HTML::Mason 1.35
HTML::Mason::ApacheHandler 1.69
HTML::Mason::CGIHandler 1.00
HTML::Mason::Cache::BaseCache undef
HTML::Mason::Compiler undef
HTML::Mason::Compiler::ToObject undef
HTML::Mason::Component undef
HTML::Mason::Component::FileBased undef
HTML::Mason::Component::Subcomponent undef
HTML::Mason::ComponentSource undef
HTML::Mason::Escapes undef
HTML::Mason::Exceptions 1.43
HTML::Mason::FakeApache undef
HTML::Mason::Handler undef
HTML::Mason::Interp undef
HTML::Mason::Lexer undef
HTML::Mason::MethodMaker undef
HTML::Mason::Parser undef
HTML::Mason::Plugin undef
HTML::Mason::Plugin::Context undef
HTML::Mason::Request undef
HTML::Mason::Resolver undef
HTML::Mason::Resolver::File undef
HTML::Mason::Resolver::Null undef
HTML::Mason::Tests undef
HTML::Mason::Tools undef
HTML::Mason::Utils undef
HTML::Parser 3.56
HTML::PullParser 2.09
HTML::Tagset 3.10
HTML::TokeParser 2.37
Hash::Util 0.05
I18N::Collate 1.00
I18N::LangTags 0.35
I18N::LangTags::Detect 1.03
I18N::LangTags::List 0.35
I18N::Langinfo 0.02
IO 1.22
IO::Dir 1.05
IO::File 1.13
IO::Handle 1.25
IO::Pipe 1.13
IO::Poll 0.07
IO::Prompt v0.99.4
IO::Seekable 1.10
IO::Select 1.17
IO::Socket 1.29
IO::Socket::INET 1.29
IO::Socket::UNIX 1.22
IPC::Msg 1.02
IPC::Open2 1.02
IPC::Open3 1.02
IPC::Semaphore 1.02
IPC::SysV 1.04
LWP::Protocol::ldap 1.10
List::Util 1.18
Locale::Constants 2.07
Locale::Country 2.07
Locale::Currency 2.07
Locale::Language 2.07
Locale::Maketext 1.09
Locale::Maketext::Guts undef
Locale::Maketext::GutsLoader undef
Locale::Messages undef
Locale::Recode undef
Locale::Recode::_Aliases undef
Locale::Recode::_Conversions undef
Locale::RecodeData undef
Locale::RecodeData::ASMO_449 undef
Locale::RecodeData::ATARI_ST undef
Locale::RecodeData::ATARI_ST_EURO undef
Locale::RecodeData::CP10007 undef
Locale::RecodeData::CP1250 undef
Locale::RecodeData::CP1251 undef
Locale::RecodeData::CP1252 undef
Locale::RecodeData::CP1253 undef
Locale::RecodeData::CP1254 undef
Locale::RecodeData::CP1256 undef
Locale::RecodeData::CP1257 undef
Locale::RecodeData::CSN_369103 undef
Locale::RecodeData::CWI undef
Locale::RecodeData::DEC_MCS undef
Locale::RecodeData::EBCDIC_AT_DE undef
Locale::RecodeData::EBCDIC_AT_DE_A undef
Locale::RecodeData::EBCDIC_CA_FR undef
Locale::RecodeData::EBCDIC_DK_NO undef
Locale::RecodeData::EBCDIC_DK_NO_A undef
Locale::RecodeData::EBCDIC_ES undef
Locale::RecodeData::EBCDIC_ES_A undef
Locale::RecodeData::EBCDIC_ES_S undef
Locale::RecodeData::EBCDIC_FI_SE undef
Locale::RecodeData::EBCDIC_FI_SE_A undef
Locale::RecodeData::EBCDIC_FR undef
Locale::RecodeData::EBCDIC_IS_FRISS undef
Locale::RecodeData::EBCDIC_IT undef
Locale::RecodeData::EBCDIC_PT undef
Locale::RecodeData::EBCDIC_UK undef
Locale::RecodeData::EBCDIC_US undef
Locale::RecodeData::ECMA_CYRILLIC undef
Locale::RecodeData::GEORGIAN_ACADEMY undef
Locale::RecodeData::GEORGIAN_PS undef
Locale::RecodeData::GOST_19768_74 undef
Locale::RecodeData::GREEK7 undef
Locale::RecodeData::GREEK7_OLD undef
Locale::RecodeData::GREEK_CCITT undef
Locale::RecodeData::HP_ROMAN8 undef
Locale::RecodeData::IBM037 undef
Locale::RecodeData::IBM038 undef
Locale::RecodeData::IBM1004 undef
Locale::RecodeData::IBM1026 undef
Locale::RecodeData::IBM1047 undef
Locale::RecodeData::IBM256 undef
Locale::RecodeData::IBM273 undef
Locale::RecodeData::IBM274 undef
Locale::RecodeData::IBM275 undef
Locale::RecodeData::IBM277 undef
Locale::RecodeData::IBM278 undef
Locale::RecodeData::IBM280 undef
Locale::RecodeData::IBM281 undef
Locale::RecodeData::IBM284 undef
Locale::RecodeData::IBM285 undef
Locale::RecodeData::IBM290 undef
Locale::RecodeData::IBM297 undef
Locale::RecodeData::IBM420 undef
Locale::RecodeData::IBM423 undef
Locale::RecodeData::IBM424 undef
Locale::RecodeData::IBM437 undef
Locale::RecodeData::IBM500 undef
Locale::RecodeData::IBM850 undef
Locale::RecodeData::IBM851 undef
Locale::RecodeData::IBM852 undef
Locale::RecodeData::IBM855 undef
Locale::RecodeData::IBM857 undef
Locale::RecodeData::IBM860 undef
Locale::RecodeData::IBM861 undef
Locale::RecodeData::IBM862 undef
Locale::RecodeData::IBM863 undef
Locale::RecodeData::IBM864 undef
Locale::RecodeData::IBM865 undef
Locale::RecodeData::IBM866 undef
Locale::RecodeData::IBM868 undef
Locale::RecodeData::IBM869 undef
Locale::RecodeData::IBM870 undef
Locale::RecodeData::IBM871 undef
Locale::RecodeData::IBM874 undef
Locale::RecodeData::IBM875 undef
Locale::RecodeData::IBM880 undef
Locale::RecodeData::IBM891 undef
Locale::RecodeData::IBM903 undef
Locale::RecodeData::IBM904 undef
Locale::RecodeData::IBM905 undef
Locale::RecodeData::IBM918 undef
Locale::RecodeData::IEC_P27_1 undef
Locale::RecodeData::INIS undef
Locale::RecodeData::INIS_8 undef
Locale::RecodeData::INIS_CYRILLIC undef
Locale::RecodeData::ISO_10367_BOX undef
Locale::RecodeData::ISO_2033_1983 undef
Locale::RecodeData::ISO_5427 undef
Locale::RecodeData::ISO_5427_EXT undef
Locale::RecodeData::ISO_5428 undef
Locale::RecodeData::ISO_8859_1 undef
Locale::RecodeData::ISO_8859_10 undef
Locale::RecodeData::ISO_8859_11 undef
Locale::RecodeData::ISO_8859_13 undef
Locale::RecodeData::ISO_8859_14 undef
Locale::RecodeData::ISO_8859_15 undef
Locale::RecodeData::ISO_8859_16 undef
Locale::RecodeData::ISO_8859_2 undef
Locale::RecodeData::ISO_8859_3 undef
Locale::RecodeData::ISO_8859_4 undef
Locale::RecodeData::ISO_8859_5 undef
Locale::RecodeData::ISO_8859_6 undef
Locale::RecodeData::ISO_8859_7 undef
Locale::RecodeData::ISO_8859_8 undef
Locale::RecodeData::ISO_8859_9 undef
Locale::RecodeData::KOI8_R undef
Locale::RecodeData::KOI8_RU undef
Locale::RecodeData::KOI8_T undef
Locale::RecodeData::KOI8_U undef
Locale::RecodeData::KOI_8 undef
Locale::RecodeData::LATIN_GREEK undef
Locale::RecodeData::LATIN_GREEK_1 undef
Locale::RecodeData::MACARABIC undef
Locale::RecodeData::MACCROATIAN undef
Locale::RecodeData::MACCYRILLIC undef
Locale::RecodeData::MACGREEK undef
Locale::RecodeData::MACHEBREW undef
Locale::RecodeData::MACICELAND undef
Locale::RecodeData::MACINTOSH undef
Locale::RecodeData::MACROMANIA undef
Locale::RecodeData::MACTHAI undef
Locale::RecodeData::MACTURKISH undef
Locale::RecodeData::MACUKRAINE undef
Locale::RecodeData::MAC_IS undef
Locale::RecodeData::MAC_SAMI undef
Locale::RecodeData::MAC_UK undef
Locale::RecodeData::NATS_DANO undef
Locale::RecodeData::NATS_SEFI undef
Locale::RecodeData::NEXTSTEP undef
Locale::RecodeData::SAMI_WS2 undef
Locale::RecodeData::TIS_620 undef
Locale::RecodeData::US_ASCII undef
Locale::RecodeData::UTF_8 undef
Locale::RecodeData::VISCII undef
Locale::RecodeData::_Encode undef
Locale::Script 2.07
Locale::TextDomain 1.16
Locale::gettext_pp undef
Locale::gettext_xs undef
Log::Dispatch 2.16
Log::Dispatch::ApacheLog 1.09
Log::Dispatch::Base 1.09
Log::Dispatch::Email 1.19
Log::Dispatch::Email::MIMELite 1.19
Log::Dispatch::Email::MailSend 1.19
Log::Dispatch::Email::MailSender 1.04
Log::Dispatch::Email::MailSendmail 1.20
Log::Dispatch::File 1.22
Log::Dispatch::File::Locked undef
Log::Dispatch::Handle 1.16
Log::Dispatch::Null undef
Log::Dispatch::Output 1.26
Log::Dispatch::Screen 1.17
Log::Dispatch::Syslog 1.18
Log::Log4perl 1.09
Log::Log4perl::Appender undef
Log::Log4perl::Appender::Buffer undef
Log::Log4perl::Appender::DBI undef
Log::Log4perl::Appender::File undef
Log::Log4perl::Appender::Limit undef
Log::Log4perl::Appender::RRDs undef
Log::Log4perl::Appender::Screen undef
Log::Log4perl::Appender::ScreenColoredLevels undef
Log::Log4perl::Appender::Socket undef
Log::Log4perl::Appender::String undef
Log::Log4perl::Appender::Synchronized undef
Log::Log4perl::Appender::TestArrayBuffer undef
Log::Log4perl::Appender::TestBuffer undef
Log::Log4perl::Appender::TestFileCreeper undef
Log::Log4perl::Config undef
Log::Log4perl::Config::BaseConfigurator undef
Log::Log4perl::Config::DOMConfigurator 0.03
Log::Log4perl::Config::PropertyConfigurator undef
Log::Log4perl::Config::Watch undef
Log::Log4perl::DateFormat undef
Log::Log4perl::Filter undef
Log::Log4perl::Filter::Boolean undef
Log::Log4perl::Filter::LevelMatch undef
Log::Log4perl::Filter::LevelRange undef
Log::Log4perl::Filter::StringMatch undef
Log::Log4perl::JavaMap undef
Log::Log4perl::JavaMap::ConsoleAppender undef
Log::Log4perl::JavaMap::FileAppender undef
Log::Log4perl::JavaMap::JDBCAppender undef
Log::Log4perl::JavaMap::NTEventLogAppender undef
Log::Log4perl::JavaMap::RollingFileAppender undef
Log::Log4perl::JavaMap::SyslogAppender undef
Log::Log4perl::JavaMap::TestBuffer undef
Log::Log4perl::Layout undef
Log::Log4perl::Layout::NoopLayout undef
Log::Log4perl::Layout::PatternLayout undef
Log::Log4perl::Layout::SimpleLayout undef
Log::Log4perl::Level undef
Log::Log4perl::Logger undef
Log::Log4perl::MDC undef
Log::Log4perl::NDC undef
Log::Log4perl::Util undef
MIME::Base64 3.07
MIME::QuotedPrint 3.07
Mail::RFC822::Address 0.3
Math::BigFloat 1.51
Math::BigFloat::Trace 0.01
Math::BigInt 1.77
Math::BigInt::Calc 0.47
Math::BigInt::CalcEmu 0.05
Math::BigInt::Trace 0.01
Math::BigRat 0.15
Math::Complex 1.35
Math::Round 0.06
Math::Trig 1.03
Memoize 1.01
Memoize::AnyDBM_File 0.65
Memoize::Expire 1.00
Memoize::ExpireFile 1.01
Memoize::ExpireTest 0.65
Memoize::NDBM_File 0.65
Memoize::SDBM_File 0.65
Memoize::Storable 0.65
Module::Build 0.2807
Module::Build::Base undef
Module::Build::Compat 0.03
Module::Build::Config undef
Module::Build::Cookbook undef
Module::Build::ModuleInfo undef
Module::Build::Notes undef
Module::Build::PPMMaker undef
Module::Build::Platform::Amiga undef
Module::Build::Platform::Default undef
Module::Build::Platform::EBCDIC undef
Module::Build::Platform::MPEiX undef
Module::Build::Platform::MacOS undef
Module::Build::Platform::RiscOS undef
Module::Build::Platform::Unix undef
Module::Build::Platform::VMS undef
Module::Build::Platform::VOS undef
Module::Build::Platform::Windows undef
Module::Build::Platform::aix undef
Module::Build::Platform::cygwin undef
Module::Build::Platform::darwin undef
Module::Build::Platform::os2 undef
Module::Build::PodParser undef
Module::Build::Version undef
Module::Build::YAML 0.50
NDBM_File 1.06
NEXT 0.60
Net::Cmd 2.26
Net::Config 1.10
Net::Domain 2.19
Net::FTP 2.75
Net::FTP::A 1.16
Net::FTP::E 0.01
Net::FTP::I 1.12
Net::FTP::L 0.01
Net::FTP::dataconn 0.11
Net::IP 1.25
Net::LDAP 0.34
Net::LDAP::ASN 0.04
Net::LDAP::Bind 1.02
Net::LDAP::Constant 0.04
Net::LDAP::Control 0.06
Net::LDAP::Control::EntryChange 0.01
Net::LDAP::Control::ManageDsaIT 0.01
Net::LDAP::Control::Paged 0.02
Net::LDAP::Control::PersistentSearch 0.01
Net::LDAP::Control::ProxyAuth 1.05
Net::LDAP::Control::Sort 0.02
Net::LDAP::Control::SortResult 0.01
Net::LDAP::Control::VLV 0.03
Net::LDAP::Control::VLVResponse 0.03
Net::LDAP::DSML 0.13
Net::LDAP::Entry 0.23
Net::LDAP::Extension 1.01
Net::LDAP::Extension::SetPassword 0.02
Net::LDAP::Extension::WhoAmI 0.01
Net::LDAP::Extra 0.01
Net::LDAP::Filter 0.15
Net::LDAP::FilterMatch 0.17
Net::LDAP::LDIF 0.17
Net::LDAP::Message 1.09
Net::LDAP::RootDSE 0.01
Net::LDAP::Schema 0.9905
Net::LDAP::Search 0.11
Net::LDAP::Util 0.11
Net::LDAPI 0.03
Net::LDAPS 0.05
Net::NNTP 2.23
Net::Netrc 2.12
Net::POP3 2.28
Net::Ping 2.31
Net::SMTP 2.29
Net::Server 0.96
Net::Server::Daemonize 0.05
Net::Server::Fork undef
Net::Server::INET undef
Net::Server::MultiType undef
Net::Server::Multiplex undef
Net::Server::PreFork undef
Net::Server::PreForkSimple undef
Net::Server::Proto undef
Net::Server::Proto::SSL undef
Net::Server::Proto::TCP undef
Net::Server::Proto::UDP undef
Net::Server::Proto::UNIX undef
Net::Server::SIG 0.01
Net::Server::Single undef
Net::Time 2.10
Net::hostent 1.01
Net::netent 1.00
Net::protoent 1.00
Net::servent 1.01
O 1.00
Opcode 1.06
POSIX 1.09
Params::Validate 0.88
PerlIO 1.04
PerlIO::encoding 0.09
PerlIO::scalar 0.04
PerlIO::via 0.03
PerlIO::via::QuotedPrint 0.06
Pod::Checker 1.43
Pod::Coverage 0.18
Pod::Coverage::CountParents undef
Pod::Coverage::ExportOnly undef
Pod::Coverage::Overloader undef
Pod::Escapes 1.04
Pod::Find 1.34
Pod::Functions 1.03
Pod::HTML 1.0504
Pod::Html 1.0504
Pod::InputObjects 1.3
Pod::LaTeX 0.58
Pod::Latex 0.58
Pod::Man 1.37
Pod::ParseLink 1.06
Pod::ParseUtils 1.33
Pod::Parser 1.32
Pod::Perldoc 3.14
Pod::Perldoc::BaseTo undef
Pod::Perldoc::GetOptsOO undef
Pod::Perldoc::ToChecker undef
Pod::Perldoc::ToMan undef
Pod::Perldoc::ToNroff undef
Pod::Perldoc::ToPod undef
Pod::Perldoc::ToRtf undef
Pod::Perldoc::ToText undef
Pod::Perldoc::ToTk undef
Pod::Perldoc::ToXml undef
Pod::PlainText 2.02
Pod::Plainer 0.01
Pod::Select 1.3
Pod::Simple 3.05
Pod::Simple::BlackBox undef
Pod::Simple::Checker 2.02
Pod::Simple::Debug undef
Pod::Simple::DumpAsText 2.02
Pod::Simple::DumpAsXML 2.02
Pod::Simple::HTML 3.03
Pod::Simple::HTMLBatch 3.02
Pod::Simple::HTMLLegacy 5.01
Pod::Simple::LinkSection undef
Pod::Simple::Methody 2.02
Pod::Simple::Progress 1.01
Pod::Simple::PullParser 2.02
Pod::Simple::PullParserEndToken undef
Pod::Simple::PullParserStartToken undef
Pod::Simple::PullParserTextToken undef
Pod::Simple::PullParserToken 2.02
Pod::Simple::RTF 2.02
Pod::Simple::Search 3.04
Pod::Simple::SimpleTree 2.02
Pod::Simple::Text 2.02
Pod::Simple::TextContent 2.02
Pod::Simple::TiedOutFH undef
Pod::Simple::Transcode undef
Pod::Simple::TranscodeDumb 2.02
Pod::Simple::TranscodeSmart undef
Pod::Simple::XMLOutStream 2.02
Pod::Text 2.21
Pod::Text::Color 1.04
Pod::Text::Overstrike 1.1
Pod::Text::Termcap 1.11
Pod::Usage 1.33
Proc::Killall 1.0
Proc::Killfam 1.0
Proc::ProcessTable 0.41
Proc::ProcessTable::Process 0.02
Regexp::Common 2.120
Regexp::Common::CC 2.100
Regexp::Common::SEN 2.102
Regexp::Common::URI 2.108
Regexp::Common::URI::RFC1035 2.100
Regexp::Common::URI::RFC1738 2.104
Regexp::Common::URI::RFC1808 2.100
Regexp::Common::URI::RFC2384 2.102
Regexp::Common::URI::RFC2396 2.100
Regexp::Common::URI::RFC2806 2.100
Regexp::Common::URI::fax 2.100
Regexp::Common::URI::file 2.100
Regexp::Common::URI::ftp 2.101
Regexp::Common::URI::gopher 2.100
Regexp::Common::URI::http 2.101
Regexp::Common::URI::news 2.100
Regexp::Common::URI::pop 2.100
Regexp::Common::URI::prospero 2.100
Regexp::Common::URI::tel 2.100
Regexp::Common::URI::telnet 2.100
Regexp::Common::URI::tv 2.100
Regexp::Common::URI::wais 2.100
Regexp::Common::_support 2.101
Regexp::Common::balanced 2.101
Regexp::Common::comment 2.116
Regexp::Common::delimited 2.104
Regexp::Common::lingua 2.105
Regexp::Common::list 2.103
Regexp::Common::net 2.105
Regexp::Common::number 2.108
Regexp::Common::profanity 2.104
Regexp::Common::whitespace 2.103
Regexp::Common::zip 2.112
SDBM_File 1.05
Safe 2.12
Scalar::Util 1.18
Search::Dict 1.02
SelectSaver 1.01
SelfLoader 1.0904
Shell 0.6
Socket 1.78
Storable 2.15
Sub::Uplevel 0.14
Switch 2.10_01
Symbol 1.06
Sys::Hostname 1.11
Sys::SigAction 0.10
Sys::Syslog 0.13
Template 2.18
Template::Base 2.77
Template::Config 2.74
Template::Constants 2.74
Template::Context 2.98
Template::Directive 2.2
Template::Document 2.79
Template::Exception 2.69
Template::Filters 2.85
Template::Grammar 2.25
Template::Iterator 2.68
Template::Namespace::Constants 1.27
Template::Parser 2.89
Template::Plugin 2.7
Template::Plugin::Autoformat 2.7
Template::Plugin::CGI 2.7
Template::Plugin::Datafile 2.72
Template::Plugin::Date 2.77
Template::Plugin::Directory 2.7
Template::Plugin::Dumper 2.7
Template::Plugin::File 2.71
Template::Plugin::Filter 1.36
Template::Plugin::Format 2.7
Template::Plugin::HTML 2.62
Template::Plugin::Image 1.21
Template::Plugin::Iterator 2.68
Template::Plugin::Math 1.16
Template::Plugin::Pod 2.69
Template::Plugin::Procedural 1.17
Template::Plugin::String 2.4
Template::Plugin::Table 2.71
Template::Plugin::URL 2.74
Template::Plugin::View 2.68
Template::Plugin::Wrap 2.68
Template::Plugins 2.77
Template::Provider 2.91
Template::Service 2.8
Template::Stash 2.9
Template::Stash::Context 1.63
Template::Stash::XS undef
Template::Test 2.75
Template::VMethods 2.16
Template::View 2.91
Term::ANSIColor 1.10
Term::Cap 1.09
Term::Complete 1.402
Term::ReadKey 2.30
Term::ReadLine 1.02
Test 1.25
Test::Builder 0.70
Test::Builder::Module 0.68
Test::Builder::Tester 1.07
Test::Builder::Tester::Color undef
Test::Exception 0.25
Test::Harness 2.56
Test::Harness::Assert 0.02
Test::Harness::Iterator 0.02
Test::Harness::Point 0.01
Test::Harness::Straps 0.26
Test::More 0.70
Test::Pod 1.26
Test::Pod::Coverage 1.08
Test::Simple 0.70
Text::Abbrev 1.01
Text::Balanced 1.95
Text::CSV_XS 0.23
Text::Iconv 1.4
Text::ParseWords 3.24
Text::Soundex 1.01
Text::Tabs 2005.0824
Text::Wrap 2005.082401
Thread 2.00
Thread::Queue 2.00
Thread::Semaphore 2.01
Tie::Array 1.03
Tie::File 0.97
Tie::Handle 4.1
Tie::Hash 1.02
Tie::Memoize 1.0
Tie::RefHash 1.32
Tie::Scalar 1.00
Tie::SubstrHash 1.00
Time::HiRes 1.86
Time::Local 1.11
Time::Zone 2.22
Time::gmtime 1.02
Time::localtime 1.02
Time::tm 1.00
Tree::DAG_Node 1.05
UNIVERSAL 1.01
URI 1.35
URI::Escape 3.28
URI::Heuristic 4.17
URI::QueryParam undef
URI::Split undef
URI::URL 5.03
URI::WithBase 2.19
URI::_generic undef
URI::_ldap 1.10
URI::_login undef
URI::_query undef
URI::_segment undef
URI::_server undef
URI::_userpass undef
URI::data undef
URI::file 4.19
URI::file::Base undef
URI::file::FAT undef
URI::file::Mac undef
URI::file::OS2 undef
URI::file::QNX undef
URI::file::Unix undef
URI::file::Win32 undef
URI::ftp undef
URI::gopher undef
URI::http undef
URI::https undef
URI::ldap 1.11
URI::ldapi undef
URI::ldaps undef
URI::mailto undef
URI::mms undef
URI::news undef
URI::nntp undef
URI::pop undef
URI::rlogin undef
URI::rsync undef
URI::rtsp undef
URI::rtspu undef
URI::sip 0.10
URI::sips undef
URI::snews undef
URI::ssh undef
URI::telnet undef
URI::tn3270 undef
URI::urn undef
URI::urn::isbn undef
URI::urn::oid undef
Unicode::Collate 0.52
Unicode::Normalize 0.32
Unicode::UCD 0.24
User::grent 1.01
User::pwent 1.00
Version 0.71
Want 0.12
Workflow 1.32
Workflow::Action 1.09
Workflow::Action::InputField 1.09
Workflow::Action::Null 1.03
Workflow::Base 1.08
Workflow::Condition 1.07
Workflow::Condition::Evaluate 1.02
Workflow::Condition::HasUser 1.05
Workflow::Config 1.11
Workflow::Config::Perl 1.02
Workflow::Config::XML 1.04
Workflow::Context 1.05
Workflow::Exception 1.08
Workflow::Factory 1.18
Workflow::History 1.09
Workflow::Persister 1.09
Workflow::Persister::DBI 1.19
Workflow::Persister::DBI::AutoGeneratedId 1.06
Workflow::Persister::DBI::ExtraData 1.05
Workflow::Persister::DBI::SequenceId 1.05
Workflow::Persister::File 1.10
Workflow::Persister::RandomId 1.03
Workflow::Persister::SPOPS 1.07
Workflow::Persister::UUID 1.03
Workflow::State 1.13
Workflow::Validator 1.05
Workflow::Validator::HasRequiredField 1.04
Workflow::Validator::InEnumeratedType 1.04
Workflow::Validator::MatchesDateFormat 1.06
XML::Filter::BufferText 1.01
XML::Filter::XInclude 1.0
XML::NamespaceSupport 1.09
XML::Parser 2.34
XML::Parser::Expat 2.34
XML::Parser::Style::Debug undef
XML::Parser::Style::Objects undef
XML::Parser::Style::Stream undef
XML::Parser::Style::Subs undef
XML::Parser::Style::Tree undef
XML::SAX 0.15
XML::SAX::Base 1.04
XML::SAX::DocumentLocator undef
XML::SAX::ParserFactory 1.01
XML::SAX::PurePerl 0.91
XML::SAX::PurePerl::DebugHandler undef
XML::SAX::PurePerl::Exception undef
XML::SAX::PurePerl::Productions undef
XML::SAX::PurePerl::Reader undef
XML::SAX::PurePerl::Reader::Stream undef
XML::SAX::PurePerl::Reader::String undef
XML::SAX::PurePerl::Reader::URI undef
XML::SAX::Writer 0.50
XML::SAX::Writer::XML undef
XML::Simple 2.16
XML::Validator::Schema 1.08
XML::Validator::Schema::Attribute undef
XML::Validator::Schema::AttributeLibrary undef
XML::Validator::Schema::ComplexTypeNode undef
XML::Validator::Schema::ElementLibrary undef
XML::Validator::Schema::ElementNode undef
XML::Validator::Schema::ElementRefNode undef
XML::Validator::Schema::Library undef
XML::Validator::Schema::ModelNode undef
XML::Validator::Schema::Node undef
XML::Validator::Schema::Parser undef
XML::Validator::Schema::RootNode undef
XML::Validator::Schema::SimpleType undef
XML::Validator::Schema::SimpleTypeNode undef
XML::Validator::Schema::TypeLibrary undef
XML::Validator::Schema::Util undef
XS::APItest 0.08
XS::Typemap 0.02
XSLoader 0.06
attributes 0.06
attrs 1.02
autouse 1.05
base 2.07
bigint 0.07
bignum 0.17
bigrat 0.08
blib 1.03
bytes 1.02
charnames 1.05
config undef
constant 1.05
diagnostics 1.15
encoding 2.02
fields 2.03
filetest 1.01
if 0.05
integer 1.00
less 0.01
lib 0.5565
locale 1.00
open 1.05
ops 1.01
overload 1.04
re 0.05
sigtrap 1.02
sort 1.02
strict 1.03
subs 1.00
threads 1.07
threads::shared 0.94
uri 1.35
utf8 1.06
vars 1.01
version 0.71
version::vxs 0.71
vmsish 1.02
warnings 1.05
warnings::register 1.01
Download (0.012MB)
Added: 2007-05-25 License: Perl Artistic License Price:
883 downloads
L4/Iguana 1.0
Iguana is designed as a base for the provision of operating system (OS) services for embedded systems. more>>
Iguana is designed as a base for the provision of operating system (OS) services for embedded systems. Among others, it provides the underlying OS for Wombat, our version of paravirtualised Linux designed to provide legacy support for embedded systems.
Iguana runs on top of the L4 microkernel, presently the Version 4 API as implemented by L4Ka::Pistachio. L4/Iguana is designed to support a painless transition to the new security-oriented API being developed for L4.
While it borrows many ideas from the Mungi operating system, Iguanas target domain of embedded systems requires a different approach to a number of issues. The main characteristics of Iguanas design are:
- Iguana complements, rather than hides the underlying L4 API. It provides services virtually every OS environment requires, such as memory and protection management, and a device driver framework;
- the memory and cache footprints of Iguana are kept small;
- low-overhead sharing of data is supported;
- Iguana supports the separation of protection and translation, by encouraging a non-overlapping address-space layout. This means that Iguana-based systems can be readily deployed on processors without virtual memory, and can also obtain the best possible performance on the ARM7 and ARM9 cores widely used in embedded systems.
<<lessIguana runs on top of the L4 microkernel, presently the Version 4 API as implemented by L4Ka::Pistachio. L4/Iguana is designed to support a painless transition to the new security-oriented API being developed for L4.
While it borrows many ideas from the Mungi operating system, Iguanas target domain of embedded systems requires a different approach to a number of issues. The main characteristics of Iguanas design are:
- Iguana complements, rather than hides the underlying L4 API. It provides services virtually every OS environment requires, such as memory and protection management, and a device driver framework;
- the memory and cache footprints of Iguana are kept small;
- low-overhead sharing of data is supported;
- Iguana supports the separation of protection and translation, by encouraging a non-overlapping address-space layout. This means that Iguana-based systems can be readily deployed on processors without virtual memory, and can also obtain the best possible performance on the ARM7 and ARM9 cores widely used in embedded systems.
Download (52.3MB)
Added: 2005-11-25 License: Other/Proprietary License with Source Price:
1433 downloads
Valgrind 3.2.3
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. more>>
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.
Valgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler.
Valgrind is Open Source / Free Software, and is freely available under the GNU General Public License.
Main features:
- Valgrind will save you hours of debugging time. With Valgrind tools you can automatically detect many memory management and threading bugs. This gives you confidence that your programs are free of many common bugs, some of which would take hours to find manually, or never be found at all. You can find and eliminate bugs before they become a problem.
- Valgrind can help you speed up your programs. With Valgrind tools you can also perform very detailed profiling to help speed up your programs.
- Valgrind is free. Free-as-in-speech: you can download it, read the source code, make modifications, and pass them on, all within the limits of the GNU GPL. And free-as-in-beer: we arent charging for it.
- Valgrind runs on x86/Linux, AMD64/Linux and PPC32/Linux, several of the most popular platforms in use. Valgrind works with all the major Linux distributions, including Red Hat, SuSE, Debian, Gentoo, Slackware, Mandrake, etc.
- Valgrind is easy to use. Valgrind uses dynamic binary translation, so you dont need to modify, recompile or relink your applications. Just prefix your command line with valgrind and everything works.
- Valgrind is not a toy. Valgrind is first and foremost a debugging and profiling system for large, complex programs. We have had feedback from users working on projects with up to 25 million lines of code. It has been used on projects of all sizes, from single-user personal projects, to projects with hundreds of programmers.
- Valgrind is suitable for any type of software. Valgrind has been used on almost every kind of software imaginable: desktop applications, libraries, databases, games, web browsers, network servers, distributed control systems, virtual reality frameworks, transaction servers, compilers, interpreters, virtual machines, telecom applications, embedded software, medical imaging, scientific programming, signal processing, video/audio programs, NASA Mars lander vision and rover navigation systems, business intelligence software, financial/banking software, operating system daemons, etc, etc. See a list of projects using Valgrind.
- Valgrind is widely used. Valgrind has been used by thousands of programmers across the world. We have received feedback from users in over 25 countries, including: Belgium, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Italy, The Netherlands, Norway, Poland, Portugal, Russia, Sweden, Switzerland, UK, Argentina, Brazil, Canada, USA, Australia, India, Japan, New Zealand, Singapore, South Africa and Israel.
- Valgrind works with programs written in any language. Because Valgrind works directly with program binaries, it works with programs written in any programming language, be they compiled, just-in-time compiled, or interpreted. The Valgrind tools are largely aimed at programs written in C and C++, because programs written in these languages tend to have the most bugs! But it can, for example, be used to debug and profile systems written in a mixture of languages. Valgrind has been used on programs written partly or entirely in C, C++, Java, Perl, Python, assembly code, Fortran, Ada, and many others.
- Valgrind debugs and profiles your entire program. Unlike tools that require a recompilation step, Valgrind gives you total debugging and profiling coverage of every instruction executed by your program, even within system libraries. You can even use Valgrind on programs for which you dont have the source code.
- Valgrind can be used with other tools. Valgrind can start GDB and attach it to your program at the point(s) where errors are detected, so that you can poke around and figure out what was going on at the time.
- Valgrind is extensible. Valgrind consists of the Valgrind core, which provides a synthetic software CPU, and Valgrind tools, which plug into the core, and instrument and analyse the running program. Anyone can write powerful new tools that add arbitrary instrumentation to programs. This is much easier than writing such tools from scratch. This makes Valgrind ideal for experimenting with new kinds of debuggers, profilers, and similar tools.
- Valgrind is actively maintained. The Valgrind developers are constantly working to fix bugs, improve Valgrind, and ensure it works as new Linux distributions and libraries come out. There are also mailing lists you can subscribe to, and contact if youre having problems.
- So whats the catch? The main one is that programs run significantly more slowly under Valgrind. Depending on which tool you use, the slowdown factor can range from 5--100. This slowdown is similar to that of similar debugging and profiling tools. But since you dont have to use Valgrind all the time, this usually isnt too much of a problem. The hours youll save debugging will more than make up for it.
Enhancements:
- 3.2.3 is almost identical to 3.2.2, but fixes a regression that unfortunately crept into 3.2.2. The regression causes an assertion failure in Valgrind when running certain obscure SSE code fragments on x86-linux and amd64-linux. Please do not use (or package) 3.2.2; instead use 3.2.3.
<<lessValgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler.
Valgrind is Open Source / Free Software, and is freely available under the GNU General Public License.
Main features:
- Valgrind will save you hours of debugging time. With Valgrind tools you can automatically detect many memory management and threading bugs. This gives you confidence that your programs are free of many common bugs, some of which would take hours to find manually, or never be found at all. You can find and eliminate bugs before they become a problem.
- Valgrind can help you speed up your programs. With Valgrind tools you can also perform very detailed profiling to help speed up your programs.
- Valgrind is free. Free-as-in-speech: you can download it, read the source code, make modifications, and pass them on, all within the limits of the GNU GPL. And free-as-in-beer: we arent charging for it.
- Valgrind runs on x86/Linux, AMD64/Linux and PPC32/Linux, several of the most popular platforms in use. Valgrind works with all the major Linux distributions, including Red Hat, SuSE, Debian, Gentoo, Slackware, Mandrake, etc.
- Valgrind is easy to use. Valgrind uses dynamic binary translation, so you dont need to modify, recompile or relink your applications. Just prefix your command line with valgrind and everything works.
- Valgrind is not a toy. Valgrind is first and foremost a debugging and profiling system for large, complex programs. We have had feedback from users working on projects with up to 25 million lines of code. It has been used on projects of all sizes, from single-user personal projects, to projects with hundreds of programmers.
- Valgrind is suitable for any type of software. Valgrind has been used on almost every kind of software imaginable: desktop applications, libraries, databases, games, web browsers, network servers, distributed control systems, virtual reality frameworks, transaction servers, compilers, interpreters, virtual machines, telecom applications, embedded software, medical imaging, scientific programming, signal processing, video/audio programs, NASA Mars lander vision and rover navigation systems, business intelligence software, financial/banking software, operating system daemons, etc, etc. See a list of projects using Valgrind.
- Valgrind is widely used. Valgrind has been used by thousands of programmers across the world. We have received feedback from users in over 25 countries, including: Belgium, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Italy, The Netherlands, Norway, Poland, Portugal, Russia, Sweden, Switzerland, UK, Argentina, Brazil, Canada, USA, Australia, India, Japan, New Zealand, Singapore, South Africa and Israel.
- Valgrind works with programs written in any language. Because Valgrind works directly with program binaries, it works with programs written in any programming language, be they compiled, just-in-time compiled, or interpreted. The Valgrind tools are largely aimed at programs written in C and C++, because programs written in these languages tend to have the most bugs! But it can, for example, be used to debug and profile systems written in a mixture of languages. Valgrind has been used on programs written partly or entirely in C, C++, Java, Perl, Python, assembly code, Fortran, Ada, and many others.
- Valgrind debugs and profiles your entire program. Unlike tools that require a recompilation step, Valgrind gives you total debugging and profiling coverage of every instruction executed by your program, even within system libraries. You can even use Valgrind on programs for which you dont have the source code.
- Valgrind can be used with other tools. Valgrind can start GDB and attach it to your program at the point(s) where errors are detected, so that you can poke around and figure out what was going on at the time.
- Valgrind is extensible. Valgrind consists of the Valgrind core, which provides a synthetic software CPU, and Valgrind tools, which plug into the core, and instrument and analyse the running program. Anyone can write powerful new tools that add arbitrary instrumentation to programs. This is much easier than writing such tools from scratch. This makes Valgrind ideal for experimenting with new kinds of debuggers, profilers, and similar tools.
- Valgrind is actively maintained. The Valgrind developers are constantly working to fix bugs, improve Valgrind, and ensure it works as new Linux distributions and libraries come out. There are also mailing lists you can subscribe to, and contact if youre having problems.
- So whats the catch? The main one is that programs run significantly more slowly under Valgrind. Depending on which tool you use, the slowdown factor can range from 5--100. This slowdown is similar to that of similar debugging and profiling tools. But since you dont have to use Valgrind all the time, this usually isnt too much of a problem. The hours youll save debugging will more than make up for it.
Enhancements:
- 3.2.3 is almost identical to 3.2.2, but fixes a regression that unfortunately crept into 3.2.2. The regression causes an assertion failure in Valgrind when running certain obscure SSE code fragments on x86-linux and amd64-linux. Please do not use (or package) 3.2.2; instead use 3.2.3.
Download (3.9MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
909 downloads
FlightGear 0.9.10
FlightGear is a free flight simulator project. more>>
The FlightGear flight simulator project is an open-source, multi-platform, cooperative flight simulator development project. Source code for the entire project is available and licensed under the GNU General Public License.
The goal of the FlightGear project is to create a sophisticated flight simulator framework for use in research or academic environments, for the development and pursuit of other interesting flight simulation ideas, and as an end-user application. We are developing a sophisticated, open simulation framework that can be expanded and improved upon by anyone interested in contributing.
There are many exciting possibilities for an open, free flight sim. We hope that this project will be interesting and useful to many people in many areas.
FlightGear is a free flight simulator project. It is being developed through the gracious contributions of source code and spare time by many talented people from around the globe. Among the many goals of this project are the quest to minimize short cuts and "do things right", the quest to learn and advance knowledge, and the quest to have better toys to play with.
The idea for Flight Gear was born out of a dissatisfaction with current commercial PC flight simulators. A big problem with these simulators is their proprietariness and lack of extensibility. There are so many people across the world with great ideas for enhancing the currently available simulators who have the ability to write code, and who have a desire to learn and contribute. Many people involved in education and research could use a spiffy flight simulator frame work on which to build their own projects; however, commercial simulators do not lend themselves to modification and enhancement. The Flight Gear project is striving to fill these gaps.
There are a wide range of people interested and participating in this project. This is truly a global effort with contributors from just about every continent. Interests range from building a realistic home simulator out old airplane parts, to university research and instructional use, to simply having a viable alternative to commercial PC simulators.
Flight Dynamics Models
With FlightGear it is possible to choose between three primary Flight Dynamics Models. It is possible to add new dynamics models or even interface to external "proprietary" flight dynamics models:
1. JSBSim: JSBSim is a generic, 6DoF flight dynamics model for simulating the motion of flight vehicles. It is written in C++. JSBSim can be run in a standalone mode for batch runs, or it can be the driver for a larger simulation program that includes a visuals subsystem (such as FlightGear.) In both cases, aircraft are modeled in an XML configuration file, where the mass properties, aerodynamic and flight control properties are all defined.
2. YASim: This FDM is an integrated part of FlightGear and uses a different approach than JSBSim by simulating the effect of the airflow on the different parts of an aircraft. The advantage of this approach is that it is possible to perform the simulation based on geometry and mass information combined with more commonly available performance numbers for an aircraft. This allows for quickly constructing a plausibly behaving aircraft that matches published performance numbers without requiring all the traditional aerodynamic test data.
3. UIUC: This FDM is based on LaRCsim originally written by the NASA. UIUC extends the code by allowing aircraft configuration files instead and by adding code for simulation of aircraft under icing conditions.
UIUC (like JSBSim) uses lookup tables to retrieve the component aerodynamic force and moment coefficients for an aircraft... and then uses these coefficients to calculate the sum of the forces and moments acting on the aircraft.
Extensive and Accurate World Scenery Data Base
Over 20,000 real world airports included in the full scenery set.
Correct runway markings and placement, correct runway and approach lighting.
Taxiways available for many larger airports (even including the green center line lights when appropriate.)
Sloping runways (runways change elevation like they usually do in real life.)
Directional airport lighting that smoothly changes intensity as your relative view direction changes.
World scenery fits on 3 DVDs. (Im not sure thats a feature or a problem!) But it means we have pretty detailed coverage of the entire world.
Accurate terrain worldwide, based on the most recently released SRTM terrain data.) 3 arc second resolution (about 90m post spacing) for North and South America, Europe, Asia, Africa, and Australia.
Scenery includes all vmap0 lakes, rivers, roads, railroads, cities, towns, land cover, etc.
Nice scenery night lighting with ground lighting concentrated in urban areas (based on real maps) and headlights visible on major highways. This allows for realistic night VFR flying with the ability to spot towns and cities and follow roads.
Scenery tiles are paged (loaded/unloaded) in a separate thread to minimize the frame rate hit when you need to load new areas.
Accurate and Detailed Sky Model
FlightGear implements extremely accurate time of day modeling with correctly placed sun, moon, stars, and planets for the specified time and date. FlightGear can track the current computer clock time in order to correctly place the sun, moon, stars, etc. in their current and proper place relative to the earth. If its dawn in Sydney right now, its dawn in the sim right now when you locate yourself in virtual Sidney. The sun, moon, stars, and planets all follow their correct courses through the sky. This modeling also correctly takes into account seasonal effects so you have 24 hour days north of the arctic circle in the summer, etc. We also illuminate the correctly placed moon with the correctly placed sun to get the correct phase of the moon for the current time/date, just like in real life.
Flexible and Open Aircraft Modeling System
FlightGear has the ability to model a wide variety of aircraft. Currently you can fly the 1903 Wright Flyer, strange flapping wing "ornithopters", a 747 and A320, various military jets, and several light singles. FlightGear has the ability to model those aircraft and just about everything in between.
FlightGear has extremely smooth and fluid instrument animation that updates at the same rate as your out-the-window view updates (i.e. as fast as your computer can crank, and not artificially limited and chunky like in some sims.)
FlightGear has the infrastructure to allow aircraft designers to build fully animated, fully operational, fully interactive 3d cockpits (which even update and display correctly from external chase plane views.)
FlightGear realistically models real world instrument behavior. Instruments that lag in real life, lag correctly in FlightGear, gyro drift is modeled correctly, the magnetic compass is subject to aircraft body forces -- all those things that make real world flying a challenge.
FlightGear also accurately models many instrument and system failures. If the vacuum system fails, the HSI gyros spin down slowly with a corresponding degradation in response as well as a slowly increasing bias/error.
Moderate Hardware Requirements
The intention of FlightGear is to look nice, but not at the expense of other aspects of a realistic simulator. Our focus is not on competing in the "game" market and not on the ultra-flashy graphic tricks.
The result is a simulator with moderate hardware requirements to run at smooth frame rates. You can be reasonably happy on a $500-1000 (USD) machine (possibly even less if you are careful) and dont necessarily need $3000 (USD) worth of new hardware like you do with the many of the newest games.
That said, the more hardware you throw at FlightGear, the better it looks and runs, so dont feel like you have to chuck your expensive new hardware if you just purchased it. :-)
Internal Properties EXPOSED!
FlightGear allows users and aircraft designers access to a very large number of internal state variables via numerous internal and external access mechanisms. These state variables are organized into a convenient hierarchal "property" tree.
Using the properties tree it is possible to monitor just about any internal state variable in FlightGear. Its possible to remotely control FlightGear from an external script. You can create model animations, sound effects, instrument animations and network protocols for about any situation imaginable just by editing a small number of human readable configuration files. This is a powerful system that makes FlightGear immensely flexible, configurable, and adaptable.
Networking options
A number of networking options allow FlightGear to communicate with other instances of FlightGear, GPS receivers, external flight dynamics modules, external autopilot or control modules, as well as other software such as the Open Glass Cockpit project and the Atlas mapping utility.
A generic input/output option allows for a user defined output protocol to a file, serial port or network client.
A multi player protocol is available for using FlightGear on a local network in a multi aircraft environment, for example to practice formation flight or for tower simulation purposes.
The powerful network options make it possible to synchronize several instances of FlightGear allowing for a multi-display, or even a cave environment. If all instances are running at the same frame rate consistently, it is possible to get extremely good and tight synchronization between displays.
Flight Gear and its source code have intentionally been kept open, available, and free. In doing so, we are able to take advantage of the efforts of tremendously talented people from around the world. Contrast this with the traditional approach of commercial software vendors, who are limited by the collective ability of the people they can hire and pay. Our approach brings its own unique challenges and difficulties, but we are confident (and other similarly structured projects have demonstrated) that in the long run we can outclass the commercial "competition."
Contributing to Flight Gear can be educational and a lot of fun. A long time developer, Curtis Olson, had this to say about working on Flight Gear:
Personally, Flight Gear has been a great learning experience for me. I have been exposed to many new ideas and have learned a tremendous amount of "good stuff" in the process of discussing and implementing various Flight Gear subsystems. If for no other reason, this alone makes it all worth while.
<<lessThe goal of the FlightGear project is to create a sophisticated flight simulator framework for use in research or academic environments, for the development and pursuit of other interesting flight simulation ideas, and as an end-user application. We are developing a sophisticated, open simulation framework that can be expanded and improved upon by anyone interested in contributing.
There are many exciting possibilities for an open, free flight sim. We hope that this project will be interesting and useful to many people in many areas.
FlightGear is a free flight simulator project. It is being developed through the gracious contributions of source code and spare time by many talented people from around the globe. Among the many goals of this project are the quest to minimize short cuts and "do things right", the quest to learn and advance knowledge, and the quest to have better toys to play with.
The idea for Flight Gear was born out of a dissatisfaction with current commercial PC flight simulators. A big problem with these simulators is their proprietariness and lack of extensibility. There are so many people across the world with great ideas for enhancing the currently available simulators who have the ability to write code, and who have a desire to learn and contribute. Many people involved in education and research could use a spiffy flight simulator frame work on which to build their own projects; however, commercial simulators do not lend themselves to modification and enhancement. The Flight Gear project is striving to fill these gaps.
There are a wide range of people interested and participating in this project. This is truly a global effort with contributors from just about every continent. Interests range from building a realistic home simulator out old airplane parts, to university research and instructional use, to simply having a viable alternative to commercial PC simulators.
Flight Dynamics Models
With FlightGear it is possible to choose between three primary Flight Dynamics Models. It is possible to add new dynamics models or even interface to external "proprietary" flight dynamics models:
1. JSBSim: JSBSim is a generic, 6DoF flight dynamics model for simulating the motion of flight vehicles. It is written in C++. JSBSim can be run in a standalone mode for batch runs, or it can be the driver for a larger simulation program that includes a visuals subsystem (such as FlightGear.) In both cases, aircraft are modeled in an XML configuration file, where the mass properties, aerodynamic and flight control properties are all defined.
2. YASim: This FDM is an integrated part of FlightGear and uses a different approach than JSBSim by simulating the effect of the airflow on the different parts of an aircraft. The advantage of this approach is that it is possible to perform the simulation based on geometry and mass information combined with more commonly available performance numbers for an aircraft. This allows for quickly constructing a plausibly behaving aircraft that matches published performance numbers without requiring all the traditional aerodynamic test data.
3. UIUC: This FDM is based on LaRCsim originally written by the NASA. UIUC extends the code by allowing aircraft configuration files instead and by adding code for simulation of aircraft under icing conditions.
UIUC (like JSBSim) uses lookup tables to retrieve the component aerodynamic force and moment coefficients for an aircraft... and then uses these coefficients to calculate the sum of the forces and moments acting on the aircraft.
Extensive and Accurate World Scenery Data Base
Over 20,000 real world airports included in the full scenery set.
Correct runway markings and placement, correct runway and approach lighting.
Taxiways available for many larger airports (even including the green center line lights when appropriate.)
Sloping runways (runways change elevation like they usually do in real life.)
Directional airport lighting that smoothly changes intensity as your relative view direction changes.
World scenery fits on 3 DVDs. (Im not sure thats a feature or a problem!) But it means we have pretty detailed coverage of the entire world.
Accurate terrain worldwide, based on the most recently released SRTM terrain data.) 3 arc second resolution (about 90m post spacing) for North and South America, Europe, Asia, Africa, and Australia.
Scenery includes all vmap0 lakes, rivers, roads, railroads, cities, towns, land cover, etc.
Nice scenery night lighting with ground lighting concentrated in urban areas (based on real maps) and headlights visible on major highways. This allows for realistic night VFR flying with the ability to spot towns and cities and follow roads.
Scenery tiles are paged (loaded/unloaded) in a separate thread to minimize the frame rate hit when you need to load new areas.
Accurate and Detailed Sky Model
FlightGear implements extremely accurate time of day modeling with correctly placed sun, moon, stars, and planets for the specified time and date. FlightGear can track the current computer clock time in order to correctly place the sun, moon, stars, etc. in their current and proper place relative to the earth. If its dawn in Sydney right now, its dawn in the sim right now when you locate yourself in virtual Sidney. The sun, moon, stars, and planets all follow their correct courses through the sky. This modeling also correctly takes into account seasonal effects so you have 24 hour days north of the arctic circle in the summer, etc. We also illuminate the correctly placed moon with the correctly placed sun to get the correct phase of the moon for the current time/date, just like in real life.
Flexible and Open Aircraft Modeling System
FlightGear has the ability to model a wide variety of aircraft. Currently you can fly the 1903 Wright Flyer, strange flapping wing "ornithopters", a 747 and A320, various military jets, and several light singles. FlightGear has the ability to model those aircraft and just about everything in between.
FlightGear has extremely smooth and fluid instrument animation that updates at the same rate as your out-the-window view updates (i.e. as fast as your computer can crank, and not artificially limited and chunky like in some sims.)
FlightGear has the infrastructure to allow aircraft designers to build fully animated, fully operational, fully interactive 3d cockpits (which even update and display correctly from external chase plane views.)
FlightGear realistically models real world instrument behavior. Instruments that lag in real life, lag correctly in FlightGear, gyro drift is modeled correctly, the magnetic compass is subject to aircraft body forces -- all those things that make real world flying a challenge.
FlightGear also accurately models many instrument and system failures. If the vacuum system fails, the HSI gyros spin down slowly with a corresponding degradation in response as well as a slowly increasing bias/error.
Moderate Hardware Requirements
The intention of FlightGear is to look nice, but not at the expense of other aspects of a realistic simulator. Our focus is not on competing in the "game" market and not on the ultra-flashy graphic tricks.
The result is a simulator with moderate hardware requirements to run at smooth frame rates. You can be reasonably happy on a $500-1000 (USD) machine (possibly even less if you are careful) and dont necessarily need $3000 (USD) worth of new hardware like you do with the many of the newest games.
That said, the more hardware you throw at FlightGear, the better it looks and runs, so dont feel like you have to chuck your expensive new hardware if you just purchased it. :-)
Internal Properties EXPOSED!
FlightGear allows users and aircraft designers access to a very large number of internal state variables via numerous internal and external access mechanisms. These state variables are organized into a convenient hierarchal "property" tree.
Using the properties tree it is possible to monitor just about any internal state variable in FlightGear. Its possible to remotely control FlightGear from an external script. You can create model animations, sound effects, instrument animations and network protocols for about any situation imaginable just by editing a small number of human readable configuration files. This is a powerful system that makes FlightGear immensely flexible, configurable, and adaptable.
Networking options
A number of networking options allow FlightGear to communicate with other instances of FlightGear, GPS receivers, external flight dynamics modules, external autopilot or control modules, as well as other software such as the Open Glass Cockpit project and the Atlas mapping utility.
A generic input/output option allows for a user defined output protocol to a file, serial port or network client.
A multi player protocol is available for using FlightGear on a local network in a multi aircraft environment, for example to practice formation flight or for tower simulation purposes.
The powerful network options make it possible to synchronize several instances of FlightGear allowing for a multi-display, or even a cave environment. If all instances are running at the same frame rate consistently, it is possible to get extremely good and tight synchronization between displays.
Flight Gear and its source code have intentionally been kept open, available, and free. In doing so, we are able to take advantage of the efforts of tremendously talented people from around the world. Contrast this with the traditional approach of commercial software vendors, who are limited by the collective ability of the people they can hire and pay. Our approach brings its own unique challenges and difficulties, but we are confident (and other similarly structured projects have demonstrated) that in the long run we can outclass the commercial "competition."
Contributing to Flight Gear can be educational and a lot of fun. A long time developer, Curtis Olson, had this to say about working on Flight Gear:
Personally, Flight Gear has been a great learning experience for me. I have been exposed to many new ideas and have learned a tremendous amount of "good stuff" in the process of discussing and implementing various Flight Gear subsystems. If for no other reason, this alone makes it all worth while.
Download (2.0MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1533 downloads
Locale::SubCountry 1.37
Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code. more>>
Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code.
SYNOPSIS
my $country_code = GB;
my $UK = new Locale::SubCountry($country_code);
if ( not $UK )
{
die "Invalid code $country_coden";
}
elsif ( $UK->has_sub_countries )
{
print($UK->full_name(DGY),"n"); # Dumfries and Galloway
print($UK->regional_division(DGY),"n"); # CT (Scotland)
}
my $australia = new Locale::SubCountry(AUSTRALIA);
print($australia->country,"n"); # AUSTRALIA
print($australia->country_code,"n"); # AU
if ( $australia->has_sub_countries )
{
print($australia->code(New South Wales ),"n"); # NSW
print($australia->full_name(S.A.),"n"); # South Australia
my $upper_case = 1;
print($australia->full_name(Qld,$upper_case),"n"); # QUEENSLAND
print($australia->category(NSW),"n"); # state
print($australia->FIPS10_4_code(ACT),"n"); # 01
print($australia->ISO3166_2_code(02),"n"); # NSW
my @aus_state_names = $australia->all_full_names;
my @aus_code_names = $australia->all_codes;
my %aus_states_keyed_by_code = $australia->code_full_name_hash;
my %aus_states_keyed_by_name = $australia->full_name_code_hash;
foreach my $code ( sort keys %aus_states_keyed_by_code )
{
printf("%-3s : %sn",$code,$aus_states_keyed_by_code{$code});
}
}
# Methods for country codes and names
my $world = new Locale::SubCountry::World;
my @all_countries = $world->all_full_names;
my @all_country_codes = $world->all_codes;
my %all_countries_keyed_by_name = $world->full_name_code_hash;
my %all_country_keyed_by_code = $world->code_full_name_hash;
This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions".
Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland.
Names and ISO 3166-2 codes for all sub countries in a country can be returned as either a hash or an array.
Names and ISO 3166-1 codes for all countries in the world can be returned as either a hash or an array.
ISO 3166-2 codes can be converted to FIPS 10-4 codes. The reverse lookup can also be done.
<<lessSYNOPSIS
my $country_code = GB;
my $UK = new Locale::SubCountry($country_code);
if ( not $UK )
{
die "Invalid code $country_coden";
}
elsif ( $UK->has_sub_countries )
{
print($UK->full_name(DGY),"n"); # Dumfries and Galloway
print($UK->regional_division(DGY),"n"); # CT (Scotland)
}
my $australia = new Locale::SubCountry(AUSTRALIA);
print($australia->country,"n"); # AUSTRALIA
print($australia->country_code,"n"); # AU
if ( $australia->has_sub_countries )
{
print($australia->code(New South Wales ),"n"); # NSW
print($australia->full_name(S.A.),"n"); # South Australia
my $upper_case = 1;
print($australia->full_name(Qld,$upper_case),"n"); # QUEENSLAND
print($australia->category(NSW),"n"); # state
print($australia->FIPS10_4_code(ACT),"n"); # 01
print($australia->ISO3166_2_code(02),"n"); # NSW
my @aus_state_names = $australia->all_full_names;
my @aus_code_names = $australia->all_codes;
my %aus_states_keyed_by_code = $australia->code_full_name_hash;
my %aus_states_keyed_by_name = $australia->full_name_code_hash;
foreach my $code ( sort keys %aus_states_keyed_by_code )
{
printf("%-3s : %sn",$code,$aus_states_keyed_by_code{$code});
}
}
# Methods for country codes and names
my $world = new Locale::SubCountry::World;
my @all_countries = $world->all_full_names;
my @all_country_codes = $world->all_codes;
my %all_countries_keyed_by_name = $world->full_name_code_hash;
my %all_country_keyed_by_code = $world->code_full_name_hash;
This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions".
Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland.
Names and ISO 3166-2 codes for all sub countries in a country can be returned as either a hash or an array.
Names and ISO 3166-1 codes for all countries in the world can be returned as either a hash or an array.
ISO 3166-2 codes can be converted to FIPS 10-4 codes. The reverse lookup can also be done.
Download (0.062MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
BlueJ 2.2.0
BlueJ is an integrated Java environment specifically designed for introductory teaching. more>>
BlueJ project is an integrated Java environment (Java IDE) specifically designed for introductory teaching.
The BlueJ environment was developed as part of a university research project about teaching object-orientation to beginners. The system is being developed and maintained by a joint research group at Deakin University, Melbourne, Australia, and the University of Kent in Canterbury, UK. The project is supported by Sun Microsystems.
The aim of BlueJ is to provide an easy-to-use teaching environment for the Java language that facilitates the teaching of Java to first year students. Special emphasis has been placed on visualisation and interaction techniques to create a highly interactive environment that encourages experimentation and exploration.
BlueJ is based on the Blue system. Blue is an integrated teaching environment and language, developed at the University of Sydney and Monash University, Australia. BlueJ provides a Blue-like environment for the Java language.
The BlueJ project started at Monash University in Melbourne, and later split and migrated to its current locations.
BlueJ is implemented in Java, and regularly being tested on Solaris, Linux, Macintosh, and various Windows versions. It should run on all platforms supporting a recent Java virtual machine.
Main features:
- fully integrated environment
- graphical class structure display
- graphical and textual editing
- built-in editor, compiler, virtual machine, debugger, etc.
- easy-to-use interface, ideal for beginners
- interactive object creation
- interactive object calls
- interactive testing
- incremental application development
<<lessThe BlueJ environment was developed as part of a university research project about teaching object-orientation to beginners. The system is being developed and maintained by a joint research group at Deakin University, Melbourne, Australia, and the University of Kent in Canterbury, UK. The project is supported by Sun Microsystems.
The aim of BlueJ is to provide an easy-to-use teaching environment for the Java language that facilitates the teaching of Java to first year students. Special emphasis has been placed on visualisation and interaction techniques to create a highly interactive environment that encourages experimentation and exploration.
BlueJ is based on the Blue system. Blue is an integrated teaching environment and language, developed at the University of Sydney and Monash University, Australia. BlueJ provides a Blue-like environment for the Java language.
The BlueJ project started at Monash University in Melbourne, and later split and migrated to its current locations.
BlueJ is implemented in Java, and regularly being tested on Solaris, Linux, Macintosh, and various Windows versions. It should run on all platforms supporting a recent Java virtual machine.
Main features:
- fully integrated environment
- graphical class structure display
- graphical and textual editing
- built-in editor, compiler, virtual machine, debugger, etc.
- easy-to-use interface, ideal for beginners
- interactive object creation
- interactive object calls
- interactive testing
- incremental application development
Download (3.1MB)
Added: 2007-07-06 License: Freely Distributable Price:
847 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ezorb australia search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed