logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Software::Release::Change - A change made in a software release.

Attributes

author_email
       The author's email address

   author_name
       The author's name

   change_id
       The id of the change.

   committer_email
       The committer's email address

   committer_name
       The committer's name

   date
       The date

   description
       The description of the change.

Author

       Cory G Watson <gphat@cpan.org>

Description

       Software::Release::Change represents a single change made in a software release.

Name

       Software::Release::Change - A change made in a software release.

Synopsis

           use DateTime;
           use Software::Release::Change;

           my $change = Software::Release::Change->new(
               author_name => 'gphat',
               author_email => 'gphat@cpan.org',
               change_id => 'abc1234',
               date => DateTime->now,
               description => 'Frozzled the wozjob'
           );

Version

       version 0.03

See Also