NAME

DateTime::Event::Predict::Profile - Provides default profiles for use with DateTime::Event::Predict, and mechanisms for making custom profiles

SYNOPSIS

use DateTime::Event::Predict::Profile;

my $profile = new DateTime::Event::Predict::Profile(
	buckets => [qw/ day_of_month /],
);

$profile->bucket('day_of_month')->off(1);

AUTHOR

Brian Hann, <brian.hann at gmail.com>

BUGS

Please report any bugs or feature requests to bug-datetime-event-predict at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DateTime-Event-Predict. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc DateTime::Event::Predict

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2009 Brian Hann, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

DateTime::Event::Predict, DateTime

1 POD Error

The following errors were encountered while parsing the POD:

Around line 549:

=back without =over