Result:
found more than 242 distributions - search limited to the first 2001 files matching your query ( run in 1.464 )


Calendar-Bahai

 view release on metacpan or  search on metacpan

lib/Calendar/Bahai.pm  view on Meta::CPAN

use 5.006;
use Data::Dumper;

use Date::Bahai::Simple;
use Moo;
use namespace::autoclean;
with 'Calendar::Plugin::Renderer';

use overload q{""} => 'as_string', fallback => 1;

has year  => (is => 'rw', predicate => 1);

 view all matches for this distribution


Calendar-Gregorian

 view release on metacpan or  search on metacpan

lib/Calendar/Gregorian.pm  view on Meta::CPAN

use 5.006;
use Data::Dumper;

use Date::Gregorian::Simple;
use Moo;
use namespace::autoclean;
use overload q{""} => 'as_string', fallback => 1;

has year  => (is => 'rw', predicate => 1);
has month => (is => 'rw', predicate => 1);
has date  => (is => 'ro', default   => sub { Date::Gregorian::Simple->new });

 view all matches for this distribution


( run in 1.464 second using v1.01-cache-2.11-cpan-2aafcb1aa8b )