Scroll to navigation

Pod::Abstract::Filter::sort(3pm) User Contributed Perl Documentation Pod::Abstract::Filter::sort(3pm)

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.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

You forgot a '=back' before '=head1'
2025-11-16 perl v5.40.1