Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Nov 17, 2016
1 parent 2dfb36a commit d332c45
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion lib/CPAN/Changes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,46 @@ Returns a new B<CPAN::Changes> object with the releases in the opposite order.
Returns a new C<CPAN::Changes> object with the given attributes changed.
=head2 serialize
=head2 serialize ( %options )
Returns the change log as a string suitable for saving as a F<Changes> file.
=over 4
=item width
The width to wrap lines at. By default, lines will be wrapped at 75 characters.
=item styles
An array reference of styles to use when outputting the entries.
The styles can be
=item indents
An array reference of indents to use when outputting the entries.
=item reverse (legacy)
If true, releases will be output in reversed order.
=item group_sort (legacy)
A code reference used to sort the groups in the releases.
=back
=head1 LEGACY METHODS
=head2 delete_empty_groups
Removes empty groups.
=head2 release
An alias for find_release.
=head1 AUTHOR
haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>
Expand Down

0 comments on commit d332c45

Please sign in to comment.