VERSION
version 0.03SYNOPSIS
use DateTime;
use Software::Release::Change;
my $change = Software::Release::Change->new(
author_name => 'gphat',
author_email => '[email protected]',
change_id => 'abc1234',
date => DateTime->now,
description => 'Frozzled the wozjob'
);
DESCRIPTION
Software::Release::Change represents a single change made in a software release.ATTRIBUTES
author_email
The author's email addressauthor_name
The author's namechange_id
The id of the change.committer_email
The committer's email addresscommitter_name
The committer's namedate
The datedescription
The description of the change.AUTHOR
Cory G Watson <[email protected]>COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Infinity Interactive, Inc.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.