Ubuntu Manpages

Pod::Abstract::Filter::sort

alphabetically sort sub-sections within a POD section.

  • 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
        

Ben Lilburne <bnej80@gmail.com>

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.

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

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