view release on metacpan or search on metacpan
corpus/dists/DBIx-Class.changes view on Meta::CPAN
0.08100 2009-04-19 11:39:35 (UTC)
- Todo out the register_extra_source test until after shipping
0.08099_08 2009-03-30 00:00:00 (UTC)
- Fixed taint mode with load_namespaces
- Putting IC::DateTime locale, timezone or floating_tz_ok attributes into
extra => {} has been deprecated. The new way is to put these things
directly into the columns definition
- Switched MI code to MRO::Compat
- Document db-side default_value caveats
- Search_like() now warns to indicate deprecation in 0.09.
corpus/dists/DBIx-Class.changes view on Meta::CPAN
- fix get_inflated_columns to check has_column_loaded
- Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal)
- Fix up multi-create to:
- correctly propagate columns loaded during multi-insert of rels
- not try and insert things tagged on via new_related unless required
- Possible to set locale in IC::DateTime extra => {} config
- Calling the accessor of a belongs_to when the foreign_key
was NULL and the row was not stored would unexpectedly fail
- Split sql statements for deploy only if SQLT::Producer returned a scalar
containing all statements to be executed
- Add as_query() for ResultSet and ResultSetColumn. This makes subqueries
view all matches for this distribution
view release on metacpan or search on metacpan
t/CPAN/modules/02packages.details.txt view on Meta::CPAN
Lit::Array undef F/FG/FGLOCK/v6-0.044.tar.gz
Lit::Block undef F/FG/FGLOCK/v6-0.044.tar.gz
Lit::Code undef F/FG/FGLOCK/v6-0.044.tar.gz
Lit::Hash undef F/FG/FGLOCK/v6-0.044.tar.gz
Lit::Object undef F/FG/FGLOCK/v6-0.044.tar.gz
locale 1.01 F/FL/FLORA/perl-5.17.4.tar.bz2
Lookup undef F/FG/FGLOCK/v6-0.044.tar.gz
Math::BigInt::Scalar 0.13 F/FL/FLORA/perl-5.17.4.tar.bz2
Method undef F/FG/FGLOCK/v6-0.044.tar.gz
Method::Generate::Accessor undef M/MS/MSTROUT/Moo-1.001000.tar.gz
Method::Generate::BuildAll undef M/MS/MSTROUT/Moo-1.001000.tar.gz
view all matches for this distribution
view release on metacpan or search on metacpan
data/tiddlers.json view on Meta::CPAN
[
{
"created": "20250808033718279",
"text": "\"\"\"\no See also:\n- It means in abcd order, i.e. alphabetical, so I can put it first in the list of topics :-)\n- ChartingAndPlotting - For Charts::ECharts or Imager, i.e. for all things to do with images\n- CommandLineStuff\n- Cr...
"title": "ABeCeDarian",
"modified": "20260712230951448"
},
{
"created": "20231109020407842",
data/tiddlers.json view on Meta::CPAN
"text": "\"\"\"\no See also:\n- RegexpStuff\n- TestingHelp\n- Yes, licence is spelled that way in Australia\n\no App::Licensecheck:\n- Functions for a simple license checker for source files\n- https://metacpan.org/dist/App-Licensecheck\n\no ...
"title": "LicenceStuff",
"modified": "20260723011456516"
},
{
"text": "\"\"\"\no See also:\n- DataTraversal\n- DataTypes\n- DatesAndTimes - For DatesAndTimes\n- [[HTTPServers]] - For CGI::ACL\n- TheRFCGuide\n- TabularData\n- TextProcessing\n- https://en.wikipedia.org/wiki/J%C5%8Dy%C5%8D_kanji\n- https:/...
"title": "LinguaStuff",
"modified": "20260630213646336",
"created": "20230702003755699"
},
{
data/tiddlers.json view on Meta::CPAN
"title": "LinuxOS",
"modified": "20260724045351099"
},
{
"created": "20240720060957732",
"text": "\"\"\"\no See also:\n- BusinessApps\n- DatesAndTimes\n- https://metacpan.org/dist/libintl-perl - For Locale::TextDomain::FAQ etc\n\no Convert::Number::Digits:\n- Convert Digits Between the Scripts of Unicode.\n- https://metacpan.org/...
"title": "LocaleStuff",
"modified": "20260710111050789"
},
{
"created": "20240718230940062",
view all matches for this distribution
view release on metacpan or search on metacpan
* Now that I can get the unique list, I can fix the line
count in the header.
0.17 - 2009-02-13
* Format the date the way CPAN.pm expects it, despite the
locale of the user. Everyone should upgrade to this version.
0.15 - 2008-11-10
* Sort the package names in the output
0.13 - 2008-11-05
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Reporter.pm view on Meta::CPAN
=head1 PRIVACY WARNING
CPAN::Reporter includes information in the test report about environment
variables and special Perl variables that could be affecting test results in
order to help module authors interpret the results of the tests. This includes
information about paths, terminal, locale, userE<sol>group ID, installed toolchain
modules (e.g. ExtUtils::MakeMaker) and so on.
These have been intentionally limited to items that should not cause harmful
personal information to be revealed -- it does I<not> include your entire
environment. Nevertheless, please do not use CPAN::Reporter if you are
view all matches for this distribution
view release on metacpan or search on metacpan
htdocs/faq.html.it view on Meta::CPAN
<dt><a class="t5" name="02">Perché il "Modulo X" manca?</a></dt>
<dd><p>
Supponendo che il modulo sia stato indicizzato con successo in <a
href="http://www.cpan.org/">CPAN</a> e che sia passato sufficiente tempo
affinché il mirror locale lo abbia preso, questo può essere
dovuto ad una distribuzione che non segua una struttura convenzionale. In
particolare, qui è supposto che si possa scompattare la distribuzione in
una sotto-directory derivata dal suo nome, e che il nome della distribuzione e
una stringa contenente la versione del modulo siano ottenibili per mezzo del
modulo <a href="http://cpan.uwinnipeg.ca/%7egbarr/CPAN-DistnameInfo">
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Testers/ParseReport.pm view on Meta::CPAN
"%b %d, %Y %R", # July 4,...
) {
$dt = eval {
my $p = DateTime::Format::Strptime->new
(
locale => "en",
time_zone => "UTC",
pattern => $pat,
);
$p->parse_datetime($date)
};
lib/CPAN/Testers/ParseReport.pm view on Meta::CPAN
my($dt);
DATEFMT: for my $pat ("%b %d %Y %T") { # Sep 28 2008 12:23:12
$dt = eval {
my $p = DateTime::Format::Strptime->new
(
locale => "en",
time_zone => "UTC",
pattern => $pat,
);
$p->parse_datetime($date)
};
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/cpanstats-test.json view on Meta::CPAN
{"test":{"count":{"entries":100,"reports":100,"posters":"182","distros":0},"pass":{"MacPPC":{"5.4.0":{"all":{"Net-Whois":1,"URI":1,"Storable":1,"Mac-Conversions":1,"Digest-MD5":1}}},"PA-RISC1.1":{"5.5.3":{"all":{"DBD-Oracle":1,"Curses":1}},"5.4.4":{"...
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/build.module_dir.log view on Meta::CPAN
Checking for float.h... yes
Checking for assert.h... yes
Checking for ctype.h... yes
Checking for errno.h... yes
Checking for limits.h... yes
Checking for locale.h... yes
Checking for math.h... yes
Checking for setjmp.h... yes
Checking for signal.h... yes
Checking for stddef.h... yes
Checking for stdio.h... yes
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPANDB.pm view on Meta::CPAN
use ORLite 1.51 ();
use ORLite::Mirror 1.20 ();
our $VERSION = '0.19';
our @LOCATION = (
locale => 'C',
time_zone => 'UTC',
);
sub import {
my $class = shift;
view all matches for this distribution
view release on metacpan or search on metacpan
Now that META.json is more prevalent we can use it instead of META.yml
when it is available.
* Release 1.19 [2011-10-25 Tue]
** Detect non-perl XS deps when using non-english locale. :BUGFIX:
We scrape pacman's output in order to find package owners of C
libraries that we are linking to. Silly me, I only matched english
output of pacman. We now force the locale to C when we run pacman
behind the scenes.
Reported by Franek at https://bbs.archlinux.org/viewtopic.php?id=128890
* Release 1.18 [2011-08-21 Sun]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Debora/Package/Debian.pm view on Meta::CPAN
'File-Rename' => 'rename',
'GDGraph' => 'libgd-graph-perl',
'GDTextUtil' => 'libgd-text-perl',
'Gearman' => 'libgearman-client-perl',
'Gearman-Server' => 'gearman-server',
'gettext' => 'liblocale-gettext-perl',
'IO-Tty' => 'libio-pty-perl',
'libintl-perl' => 'libintl-perl',
'libwww-perl' => 'libwww-perl',
'libxml-perl' => 'libxml-perl',
'Mail-MtPolicyd' => 'mtpolicyd',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Gentoo/Maps.pm view on Meta::CPAN
if ($timestamp =~ s/\s+([+-])([0-9]{2})([0-9]{2})$//) {
$shift = ($2 * 60 + $3) * 60;
$shift = -$shift if $1 eq '-';
}
my $old_lc_all = POSIX::setlocale(POSIX::LC_ALL());
POSIX::setlocale(POSIX::LC_ALL(), 'C');
$timestamp = POSIX::mktime(
POSIX::strptime($timestamp, '%a, %d %b %Y %H:%M:%S')
);
POSIX::setlocale(POSIX::LC_ALL(), $old_lc_all);
$timestamp += $shift;
return $timestamp;
}
lib/CPANPLUS/Dist/Gentoo/Maps.pm view on Meta::CPAN
Gtk2Fu gtk2-fu
I18N-LangTags i18n-langtags
Image-Info ImageInfo
Image-Size ImageSize
Inline-Files inline-files
Locale-Maketext locale-maketext
Locale-Maketext-Fuzzy locale-maketext-fuzzy
Locale-Maketext-Lexicon locale-maketext-lexicon
Log-Dispatch log-dispatch
Math-Pari math-pari
Module-Info module-info
MogileFS-Server mogilefs-server
NTLM Authen-NTLM
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Mageia.pm view on Meta::CPAN
# writing the spec file.
my $tmpl = _template_spec_file_path();
open my $tmplfh, '<', $tmpl or die "can't open '$tmpl': $!";
POSIX::setlocale(&POSIX::LC_ALL, 'C');
my $specfh;
if ( not open $specfh, '>', $spec ) {
error( "can't open '$spec': $!" );
return;
}
view all matches for this distribution
view release on metacpan or search on metacpan
inc/bundle/Locale/Maketext/Simple.pm view on Meta::CPAN
Class => 'Foo', # search in auto/Foo/
Style => 'gettext', # %1 instead of [_1]
Export => 'maketext', # maketext() instead of loc()
Subclass => 'L10N', # Foo::L10N instead of Foo::I18N
Decode => 1, # decode entries to unicode-strings
Encoding => 'locale', # but encode lexicons in current locale
# (needs Locale::Maketext::Lexicon 0.36)
);
sub japh {
print maketext("Just another %1 hacker", "Perl");
}
inc/bundle/Locale/Maketext/Simple.pm view on Meta::CPAN
needs the B<Encode> or B<Encode::compat> module.
=head2 Encoding
Specifies an encoding to store lexicon entries, instead of
utf8-strings. If set to C<locale>, the encoding from the current
locale setting is used. Implies a true value for C<Decode>.
=cut
sub import {
my ($class, %args) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Audit/DB.pm view on Meta::CPAN
use warnings;
our $VERSION = '20260830.001';
sub db {
{"dists" => {"" => {"advisories" => [{"affected_versions" => ["<0.18"],"cves" => ["CVE-2026-75870"],"description" => "Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a ...
}
__PACKAGE__;
view all matches for this distribution