The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-sdview

0.07    2022-07-05
        [CHANGES]
         * Use :isa() attribute of Object::Pad 0.57 instead of 'isa' keyword
         * Search @INC for .pod or .pm files directly rather than asking
           `perldoc -l`, so that failure does not print annoying error
           messages

0.06    2022-02-10
        [CHANGES]
         * Updates for perl 5.35.9:
            + Avoid use of @_ within signatured methods
         * Handle item-less =over/=back paragraphs in POD
         * Initial attempt at parse and output support for manpages
         * Add extra whitespacing to turn fixedwidth blocks into neat
           rectangles (RT140536)

0.05    2021-11-15
        [CHANGES]
         * Use Unicode bullets symbol rather than plain ASCII asterisk
         * Handle tables in Markdown
         * Handle 'digits)' in Markdown for numbered lists
         * Also permit '.markdown' as a filename extension
         * Added plain-text output format

        [BUGFIXES]
         * Fix for crash on Terminal output numbered lists

0.04    2021-08-25
        [CHANGES]
         * Better handling of POD's item-text paragraphs
         * Better terminal rendering of leader items in bullet/number/term
           paragraphs
         * Fix some (harmless but really annoying) warnings that would
           otherwise become apparent after Object::Pad RT139027 bugfix

0.03    2021-07-25
        [CHANGES]
         * Implement different output plugins too - generate POD and Markdown

0.02    2021-06-29
        [BUGFIXES]
         * Set `less` raw option with "-R", not "+R" (RT136875, RT136977)

0.01    2021-06-22
        First version, released on an unsuspecting world.