view release on metacpan or search on metacpan
0.13 Thu Mar 24 10:46:59 2005
- Actually document this module as being under the same
license as Perl (how did I miss this?!?)
0.14 Mo Feb 6 18:46:21 CET 2006
- Maintanance overtaken by Achim Grolms. Thank you Philip!
our base is
<http://perlgssapi.sourceforge.net/>
- deleted gss_mech_set_krb5_v1v2(), gss_mech_set_krb5_v2()
- Makefile.PL passes all the (needed!)
krb5-config --libs gssapi stuff that is
ignored by LIBS to LDDLFLGAS
- Tried to add userdocumentation to GSSAPI.pm (GSSAPI::Name)
0.17 So Feb 12 21:52:41 CET 2006
- use of uppercase GSS_ style import-constants instead of lowercase
gss_ constants. Hope this does not break things, please
let me know if that means problems on your platform!
- deleted mechtype sets gss_mech_set_krb5,
Thanks to David Leonard!
- changed my stupid comments not to be interpreted as precompiler
statements...
...seems this is a brown paperbag release...
0.20 Th Mar 9 19:04:33 CET 2006
- Bugfix of <http://www.nntp.perl.org/group/perl.cpan.testers/290559>
(ExtUtils-ParseXS-2.15 triggered broken typemap error)
Thanks to Sébastien Aperghis-Tramoni
and Alexandre Ghisoli
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Game/HexDescribe.pm view on Meta::CPAN
Here's another example. I wanted to provide different tables for
âwhite mountainâ and âlight grey mountainâ. Just look at the example:
<p>
<img alt="A screenshot of the map" style="width: 100%"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABZEAAANpCAYAAAB6pneIAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gMMFToXJrnvZAAAIABJREFUeNrsnXlYlNe9xz8ywzbMMCMgm6yCKEZwiAtKRDHGJU3dYmLaxkS8t0mXEIX0tmmuNmKXm8XbiE3ubRrbqza7WVySmKi...
<p>
The mountains in the bottom left corner at (01.09) and (01.10) just feel
different. I guess you could say that the two swamps in (05.07) and (06.08) also
feel different. In that case you might opt to provide different tables for âgrey
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Games/Construder/UI.pm view on Meta::CPAN
our $HIGHLIGHT_BORDER_COLOR = "#ff0000";
our $BORDER_COLOR = "#8888ff";
our $TITLE_COLOR = "#8888ff";
our $TEXT_COLOR = "#ffffff";
our $WARTEXT_COLOR = "#ff0000";
our $NOTICETEXT_COLOR = "#ffffff";
our $SUBTEXT_COLOR = "#ff8888";
our $KEYBIND_COLOR = "#ffff88";
our $BG_COLOR = "#000022";
our $BG_SEL_COLOR = "#222244";
our $BG_SEL2_COLOR = "#442222";
lib/Games/Construder/UI.pm view on Meta::CPAN
[text => { wrap => 20, align => "center", font => "big", color => $WARTEXT_COLOR, %args }, $txt]
}
sub ui_notice {
my ($txt, %args) = @_;
[text => { wrap => 20, font => "big", align => "center", color => $NOTICETEXT_COLOR, %args }, $txt]
}
sub ui_subdesc {
my ($desc, %args) = @_;
ui_subtext ($desc, align => "center", %args)
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Games::Dice::Roll20
0.03 2016-02-15 09:27:34 CET
* Remove dependency on newer versions of List::Util
* Use splice to replace double shifts
* Use fallback numerify for math operations
0.02 2016-02-12 11:29:46 CET
* Follow floating point advice from Math::Random in round function
0.01 2016-02-11
view all matches for this distribution
view release on metacpan or search on metacpan
bin/frozen-bubble view on Meta::CPAN
$forget_because_kicked = $joined_leader;
smg_add_status_msg(loc("*** You were kicked out of the game..."));
play_sound('cancel');
Games::FrozenBubble::Net::reconnect();
return smg_choose_game();
} elsif ($message eq 'NO_ACTIVITY_WITHIN_GRACETIME') {
smg_add_status_msg(loc("*** You were disconnected because of too long inactivity"));
play_sound('cancel');
Games::FrozenBubble::Net::reconnect();
return smg_choose_game();
} elsif ($message =~ /^OPTIONS: (.*)/) {
view all matches for this distribution
view release on metacpan or search on metacpan
testdata.sql.dump view on Meta::CPAN
-- Dumping data for table `players`
--
LOCK TABLES `players` WRITE;
/*!40000 ALTER TABLE `players` DISABLE KEYS */;
INSERT INTO `players` VALUES (44576,'KENT KNOKE',1.654260,0.515218,'0000-00-00'),(7762,'CASEY PILGER',2.752110,0.275794,'0000-00-00'),(19235,'LYNWOOD GIN',5.507065,0.254119,'0000-00-00'),(67533,'EDMOND PENCEK',3.972718,0.343634,'0000-00-00'),(58060,'...
/*!40000 ALTER TABLE `players` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ratings`
view all matches for this distribution
view release on metacpan or search on metacpan
0.5
- small bugfix for applications with lots of libraries.
- Bugfix for killwrites - keep *address at old value.
- Stop script if debuggee exits
0.406 Thu Nov 15 10:25:20 CET 2007
- substitution for non-word characters in ::Patch names.
0.405 Thu Nov 15 10:05:20 CET 2007
- forgot to package hack-live script
0.404 Thu Nov 14 10:25:20 CET 2007
- Wrapper for easier running
0.4 Wed Oct 24 06:52:11 CEST 2007
- Renamed to correct name
- Support for various types in search
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Games::Hack::Patch::i686.
0.52
- Support for "fstpl"
0.5 Wed Nov 14 09:52:25 CET 2007
- Support for "pop [mem]"
0.4 Oct 23rd, 2007
- Support for direct modification - eg. OR into memory.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Games::Hack::Patch::x86_64.
0.12 Thu Nov 15 19:45:45 CET 2007
- Copied test had wrong "use" statement; would run on my machine,
as I've both installed.
0.1 Thu Nov 15 10:45:45 CET 2007
- first published version.
view all matches for this distribution
view release on metacpan or search on metacpan
2.1.2 Wed Apr 7 13:22:04 2010
- fix rt#56311 - poe::loop::tk is not part of poe anymore
- using image::imlib2 instead of image::resize for better speed
2.1.1 Tue Oct 28 17:37:28 CET 2008
- make sure that we have a working display before testing. this should
quiet all fail reports
2.1.0 Mon Oct 27 18:45:25 CET 2008
- added a window to list continents & their bonus
- added a menu to main window
- possibility to hide / show secondary windows
**
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for GeNUScreen-Config
v0.0.11 Tue Dec 21 11:51:37 CET 2021
- move on GitHub
0.0.10 Do 24. Jun 21:41:00 CEST 2010
- scripts/genuscreen-config.pl: If no option -config is given and
there is a file named 'config.hdf' in the current working
view all matches for this distribution
view release on metacpan or search on metacpan
t/bt/C0000000000098013001.TXT view on Meta::CPAN
0003 01 ICING FROM RAIN
0004 01 MISSING VALUE
020034 0012 0000 01 NO SEA ICE IN SIGHT
0001 02 SHIP IN OPEN LEAD MORE THAN 1.0 NAUTICAL MILE WIDE, OR SHIP
IN FAST ICE WITH BOUNDARY BEYOND LIMIT OF VISIBILITY
0002 04 SEA ICE PRESENT IN CONCETRATION LESS THAN 3/10 (3/8), OPEN W
ATER OR VERY OPEN PACK ICE, SEA ICE CONCETRATION IS UNIFORM
IN THE OBSERVATION AREA, SHIP IN ICE OR WITHIN 0.5 NAUTICAL
MILE OF ICE EDGE
0003 03 4/10 TO 6/10 (3/8 TO LESS THAN 6/8) ,OPEN PACK ICE, SEA ICE
CONCETRATION IS UNIFORM IN THE OBSERVATION AREA, SHIP IN ICE
OR WITHIN 0.5 NAUTICAL MILE OF ICE EDGE
0004 03 7/10 TO 8/10 (6/8 TO LESS THAN 7/8), CLOSE PACK ICE, SEA ICE
CONCETRATION IS UNIFORM IN THE OBSERVATION AREA, SHIP IN IC
E OR WITHIN 0.5 NAUTICAL MILE OF ICE EDGE
0005 04 9/10 OR MORE, BUT NOT 10/10 (7/8 TO LESS THAN 8/8), VERY CLO
SE PACK ICE, SEA ICE CONCETRATION IS UNIFORM IN THE OBSERVAT
ION AREA, SHIP IN ICE OR WITHIN 0.5 NAUTICAL MILE OF ICE EDG
E
0006 03 STRIPS AND PATCHES OF PACK ICE WITH OPEN WATER BETWEEN, SEA
ICE CONCENTRATION IS NOT UNIFORM IN THE OBSERVATION AREA, SH
IP IN ICE OR WITHIN 0.5 NAUTICAL MILE OF ICE EDGE
0007 04 STRIPS AND PATCHES OF CLOSE OR VERY CLOSE PACK ICE WITH AREA
S OF LESSER CONCENTRATION BETWEEN, SEA ICE CONCETRATION IS N
OT UNIFORM IN THE OBSERVATION AREA, SHIP IN ICE OR WITHIN 0.
5 NAUTICAL MILE OF ICE EDGE
0008 04 FAST ICE WITH OPEN WATER,VERY OPEN OR OPEN PACK ICE TO SEAWA
RD OF THE ICE BOUNDARY, SEA ICE CONCENTRATION IS NOT UNIFORM
IN THE OBSERVATION AREA, SHIP IN ICE OR WITHIN 0.5 NAUTICAL
MILE OF ICE EDGE
0009 04 FAST ICE CLOSE OR VERY CLOSE PACK ICE TO SEAWARD OF THE ICE
BOUNDARY, SEA ICE CONCETRATION IS NOT UNIFORM IN THE OBSERVA
TION AREA, SHIP IN ICE OR WITHIN 0.5 NAUTICAL MILE OF ICE ED
GE
0014 03 UNABLE TO REPORT, BECAUSE OF DARKNESS, LACK OF VISIBILITY, O
R BECAUSE SHIP IS MORE THAN 0.5 NAUTICAL MILE AWAY FROM ICE
EDGE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Geo/Code/XYZ.pm view on Meta::CPAN
my %altmap = ( 'A'=>'0','B'=>'1','C'=>'2','D'=>'3','E'=>'4','F'=>'5','G'=>'6','H'=>'7','I'=>'8','J'=>'9','K'=>'10','L'=>'11','M'=>'12','N'=>'13','O'=>'14','P'=>'15','Q'=>'16','R'=>'17','S'=>'18','T'=>'19','U'=>'20','V'=>'21','W'=>'22','X'=>'23','Y'=>...
use constant ALPHANUMERIC => [ 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z ];
use constant GEONAMETRIPLE => [
ZERO,OC,OH,OY,OK,QY,UC,UX,XU,AH,AQ,AZ,BY,CE,DY,EF,EP,EQ,EX,HY,YD,YI,YM,IQ,YR,YS,AAH,AAS,ABB,ABC,ABL,ABN,ABP,ABS,ABV,ACC,ACY,ACT,ADC,ADJ,ADP,ADS,ADV,ADZ,AEQ,AER,AES,AFB,AFD,AFT,AGY,AGT,AHT,AIX,ALC,ALG,ALN,ALP,ALS,ALW,AMB,AMT,ANI,ANS,AOB,AOR,APH,APL,AP...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Geo/Code/XYZEN.pm view on Meta::CPAN
use constant ALPHANUMERIC => [ 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z ];
use constant GEONAMETRIPLE => [
KABWE,PLANKAGE,LAWRENSON,HALOXENE,EUNUCHAL,SQUIER,BRODHEAD,GLISSADE,KOZHIKODE,NEWBORN,ZONOID,PREZNIT,SOROLLA,FICKORGIE,WAYBIRD,DIG,ESPIO,AMPED,LIMULUS,PROCITY,GOOOF,NISHI,CHARAN,KWANZAA,CULLIMORE,SAICES,MESENTERY,JUGOSLAV,ALNOITE,BARTIN,HEXEREI,TURJI...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Geo/Code.pm view on Meta::CPAN
use constant DEBUG => 0;
use constant BASEN => 146300;
use constant BASEA => 36;
use constant PADD => 282699884614999;
use constant ALPHANUMERIC => [ 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z ];
use constant GEONAMETRIPLE => [ ZERO,MELOM,GEIER,OOSTBURG,COLOA,OMACHI,NORRI,LUMAI,KOUMA,IMONO,MCOJE,GADIN,ANGIA,IMATA,BASET,JARPLUND,CAIUA,LWOWEK,GUIPA,OWKAK,ABED,DONGGUAN,PASSE,KAPESTAN,MALSFELD,TABAAN,KITHOR,CAMPANET,ULALA,CAILA,TOMKI,THMEI,ZIHAR...
sub new {
my $class = shift;
my $self = {
};
bless ($self, $class);
view all matches for this distribution
view release on metacpan or search on metacpan
Improvements:
- permit from() as instance method.
- use ::Cache::addPrefixes()
- mv t/99pod.t to xt/ ; move dependency on Test::POD
version 0.13: Thu Jan 29 16:47:24 CET 2009
Improvements:
- add Geo::EOP::Landsat, which converts some Landsat product
meta-data into the EOP structure.
version 0.12: Wed Jan 28 11:10:21 CET 2009
Changes:
- remove 'READER'|'WRITER'|'RW' first parameter from new()
in Geo::EOP and Geo::EOP::Envisat.
- add Geo::EOP::from()
- included examples/read_eop.pl
version 0.11: Wed Jan 21 12:43:57 CET 2009
Changes:
- Geo::EOP is now fully based on a Geo::GML object.
view all matches for this distribution
view release on metacpan or search on metacpan
========== ChangeLog of Geo::Format::Envisat
All modifications where created by Mark Overmeer, unless explicitly
stated differently.
version 0.90: Tue 23 Jan 17:08:54 CET 2018
Fixes:
- proper release to GitHUB
version 0.04: Tue 23 Jan 17:06:15 CET 2018
Improvements:
- remove dependency of Test::POD
- move to GIT
- publish on GitHUB
version 0.03: Thu Dec 1 14:21:21 CET 2011
- do not use /bin/pwd in t/99pod.t
version 0.02: Wed Jan 21 13:27:53 CET 2009
- Use Geo::Surface for collected footprints.
- Require Geo::Point 0.10 for fixes.
- collect DSD contents, except for the huge measurement data.
- fix silly mistakes in t/10name.t
version 0.01: Wed Dec 31 14:59:32 CET 2008
- initial release, probably quite complete
view all matches for this distribution
view release on metacpan or search on metacpan
============= ChangeLog for Geo::Format::Landsat
All modifications where created by Mark Overmeer, unless explicitly
stated differently.
version 0.90: Tue 23 Jan 17:26:41 CET 2018
Improvements:
- convert to GIT
- publish on GitHUB
version 0.03: Thu Jan 29 16:52:29 CET 2009
- added example output.txt of example/landsat.pl
- minor typos in a few fieldnames
- added landsat_meta_from_filename()
- compute ground-station received time from DATEHOUR_CONTACT_PERIOD
- translate some applied correction flags into booleans
version 0.02: Tue Jan 27 23:32:48 CET 2009
- added some documentation.
- added t/01use.t
- added t/99pod.t
version 0.01: Tue Jan 27 16:47:46 CET 2009
- initial release, probably quite complete
view all matches for this distribution
view release on metacpan or search on metacpan
=== version history of Geo::GML
All change mades by Mark Overmeer, unless explicitly assigned to
someone else.
version 0.18: Fri 19 Jan 15:57:03 CET 2018
Changes:
- updated schemas to the current version of GML.
- removed a few versions which OpenGIS does not use anymore.
Improvements:
- move to (new) standard documentation style
- fix regression tests, still warnings ;(
version 0.16: Sun Jan 5 18:57:06 CET 2014
Fixes:
- fixed regression-test to match newer versions of XML::Compile
rt.cpan.org#110312 [Slaven Rezic]
Improvements:
- use ::Cache::addPrefixes()
version 0.15: Thu Mar 19 09:18:12 CET 2009
Improvements:
- implement from(). Added examples/read_gml.pl
version 0.14: Tue Feb 3 13:09:59 CET 2009
Fixes:
- do not use /bin/pwd in t/pod.t
- fix version report in t/01use.t
- check minimal version of option Geo::Point in Makefile.PL
version 0.13: Wed Jan 21 12:03:29 CET 2009
Changes:
- key_rewrite will be PREFIXED always.
Fixes:
- documentation production fixes.
version 0.12: Wed Jan 21 11:18:00 CET 2009
Fixes:
- version 3.2.1 needs smil spec of 3.1.1
view all matches for this distribution
view release on metacpan or search on metacpan
0.16 2013-12-05
- Moved from Image::Magick to Imager
- migrated HTML example to Google Map API V3
0.17 2013-12-07 06:04:59 CET
- Example to Create Zoom Scale
0.18 2013-12-09 10:01:46 CET
- Working on documentation
- Setting things in order
view all matches for this distribution
view release on metacpan or search on metacpan
- updated list of airport codes from wikipedia
- migrated to dist-zilla (transparent for end user)
**
0.36 Fri Nov 30 09:02:10 CET 2007
- updated list of airport codes from wikipedia
0.35 Mon Nov 26 13:09:35 CET 2007
- kwalitee/cpants release
0.34 Mon Nov 5 18:57:34 CET 2007
- requiring perl 5.8 to quiet 5.6-related errors
0.33 Tue Aug 14 18:45:01 CEST 2007
- new sub all_airport_names()
view all matches for this distribution
view release on metacpan or search on metacpan
==== version history of Geo::ISO19139
All changes made by Mark Overmeer, unless explicitly assigned to
someone else.
version 0.11: Fri 19 Jan 15:51:12 CET 2018
- do not use /bin/pwd in t/pod.t
- repair used versions report
- removed install dependency on Test::POD
- upgrade schema's to v2012-07-13 of update 20070417
- warn that the module is not actively used, but maintained
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Geo::LatLon2City
1.0 Wed 23 Mar 2022 08:09:35 CET
- fixed memory corruption caused by not properly allocating the cdb structure.
- write database in hilbert-curve order to improve locality of accesses (also
typically improves compression).
- improved some geo-latlon2place-makedb error messages.
- convert to C++.
0.9 Thu 17 Mar 2022 23:57:48 CET
- bumped database version to 2.
- moved search to C.
- too many bugs to list them - it's a miracle you got correct results
for most queries.
- slightly improved docs.
- bump perl version requirement to 5.10.
- add embedded cdb version, ask whether to use it and use it by default
on windows.
- associated data can now be up to 255 bytes.
0.01 Mon 14 Mar 2022 04:09:30 CET
- first release
0.00 Sun 13 Mar 2022 23:00:52 CET
- begin work
view all matches for this distribution