<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/p5-boolean, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-12-09T02:08:33Z</updated>
<entry>
<title>Update p5-boolean to 0.28.</title>
<updated>2011-12-09T02:08:33Z</updated>
<author>
<name>hiramatsu</name>
<email>hiramatsu</email>
</author>
<published>2011-12-09T02:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=af4a5dc26f9bf815f78caea114a28b2700bf087a'/>
<id>urn:sha1:af4a5dc26f9bf815f78caea114a28b2700bf087a</id>
<content type='text'>
Changes from previous:
----------------------
version: 0.28
date:    Mon Sep 12 13:51:47 CEST 2011
changes:
- Added -truth option.
- This idea was inspired by https://rt.cpan.org/Ticket/Display.html?id=65536
- Awesome idea!
- Released from Liz++&amp;Wendy++ downstairs bathroom
</content>
</entry>
<entry>
<title>Changes 0.27:</title>
<updated>2011-08-09T09:14:11Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2011-08-09T09:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d759bf7ef288408a86ce4e1a21d5ffaabb9e2ab8'/>
<id>urn:sha1:d759bf7ef288408a86ce4e1a21d5ffaabb9e2ab8</id>
<content type='text'>
* Switch to Module::Package at YAPC 2011 ++

Changes 0.26:
* Fixed doc bug reported by KENTNL++
* Tweaked Makefile.PL

Changes 0.25:
* Fixed a bug caused by Readonly::XS (schwern++)
* Removed the new methods and autobox methods.
  They didn't add much except confusion.
* Documented that you can use isTrue and isFalse as methods.
* '&amp;boolean(1,2,3) now dies like boolean(1,2,3)'
* '&amp;boolean() now dies like boolean()'

Changes 0.24:
* '@Schwern++ found out how to make true and false immutable.
  Kudos to #strategicdata++.'
* Document the boolean() function.
* Added is_true and is_false methods.
* Added boolean, is_true, and is_false autobox methods
</content>
</entry>
<entry>
<title>Updating devel/p5-boolean from 0.20nb1 to 0.23</title>
<updated>2010-09-17T05:48:13Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-09-17T05:48:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=76fbe07f8ac712c351b230fa4154a1214b561878'/>
<id>urn:sha1:76fbe07f8ac712c351b230fa4154a1214b561878</id>
<content type='text'>
Upstream changes:
---
version: 0.23
date:    Thu Sep 16 19:27:54 PDT 2010
changes:
- Weird macosx dist bug broke everything. Worked around.
---
version: 0.22
date:    Wed Sep 15 00:21:20 PDT 2010
changes:
- Update copyright years.
---
version: 0.21
date:    Mon Sep 13 18:40:21 PDT 2010
changes:
- Add a boolean($) coercer export function
- Add many more tests (from 20 to 55 tests)
- Add prototypes to all exports functions
- Overload not and ! to return boolean
</content>
</entry>
<entry>
<title>Bump the PKGREVISION for all packages which depend directly on perl,</title>
<updated>2010-08-21T16:32:42Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2010-08-21T16:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2071bb5c54efeb5a369d623a737c040e30ff5a84'/>
<id>urn:sha1:2071bb5c54efeb5a369d623a737c040e30ff5a84</id>
<content type='text'>
to trigger/signal a rebuild for the transition 5.10.1 -&gt; 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
</content>
</entry>
<entry>
<title>Added devel/p5-boolean version 0.20</title>
<updated>2009-02-13T23:40:27Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2009-02-13T23:40:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d8ff90674e14c889b0be4bc3e2054d60bab28979'/>
<id>urn:sha1:d8ff90674e14c889b0be4bc3e2054d60bab28979</id>
<content type='text'>
Most programming languages have a native Boolean data type. Perl
does not.

Perl has a simple and well known Truth System. The following scalar
values are false:

    $false1 = undef;
    $false2 = 0;
    $false3 = 0.0;
    $false4 = '';
    $false5 = '0';

Every other scalar value is true.

This module provides basic Boolean support, by defining two special
objects: true and false.
</content>
</entry>
</feed>
