NAME

Pod::Abstract::Filter::sort - alphabetically sort sub-sections within a POD section.

USAGE

  • Sort the METHODS section in the target document:

    paf sort -heading=METHODS Your::Module::Name
  • Sort as specified, where your document has:

    =head1 METHODS
    
    =for sorting
    
    {etc}

    In this case the "=for sorting" label will cause all subheadings to be sorted alphabetically, you don't need to specify a section.

    paf sort Your::Module::Name

AUTHOR

Ben Lilburne <bnej80@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2025 Ben Lilburne

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 75:

You forgot a '=back' before '=head1'