Re: Pod::Spell new maintainer

2015-05-12 Thread Ron Savage
. To introduce myself, I have already a few distributions on CPAN and I'm a member of the Perl Toolchain Gang. I have already patched about 200 distributions on CPAN (rough count of my GitHub forks). I also have some work in progress on Test::Pod::No404s. Olivier. -- Ron Savage - savage.net.au

Re: Pod::Simple - August PR Challenge Assignment

2015-08-19 Thread Ron Savage
- https://492648.bugs.gentoo.org/attachment.cgi?id=364130 - https://github.com/genehack/pod-simple-pod o Obsolete modules: - Pod::Parser - Pod::Checker depends on Pod::Parser - Pod::POM -- Ron Savage - savage.net.au

Re: Pod::Simple output as POD

2016-05-11 Thread Ron Savage
Hi On 12/05/16 10:39, David E. Wheeler wrote: On May 11, 2016, at 5:29 PM, Karl Williamson <pub...@khwilliamson.com> wrote: Which also seems a little weird. Maybe Pod::Simple::PodFormat? Pod::Simple::ExtractPod is good, but possible is Pod::Simple::JustPod. -- Ron Savage - savage.net.au

Re: Pod::Simple output as POD

2016-05-13 Thread Ron Savage
value of JustPod. -- Ron Savage - savage.net.au

Re: raw_data with Pod::Simple::PullParser

2017-03-28 Thread Ron Savage
Hi François Can't help specifically but I do suggest you use a tree rather than a hash. It just makes much more sense to me to store the pod that way. -- Ron Savage - savage.net.au

Re: raw_data with Pod::Simple::PullParser

2017-03-29 Thread Ron Savage
section } close $mod; $data{$key} = $data_ar;#fetch the lines from the last =head1 read =for comment for $key ( keys %data ) { print "*$key*\n"; print join( "\n", @{ $data{$key} } ), "\n"; } =cut return %data; -Original Mes

Re: What to do about L and L<"Foo Bar">

2018-05-28 Thread Ron Savage
the iffy things.  Maybe make the deprecated come out always, and the tolerated only for level 2 warnings. This imposes a burden on users. Tasks: (a) Change to Pod::Checker, to find problems; (b) Fix problems. Not my preference since it's simpler for the end user to find the same problems under (2). I'm leaning towards option 3). -- Ron Savage - savage.net.au

Re: Discussing Extending the POD Spec

2023-09-23 Thread Ron Savage
Hi All While you make many valid points, there is a bit of a lack of a broader vision, crippled perhaps by an over-commitment to text mode. This problem has been solved with the advent of the TiddlyWiki, which use WikiText. They use CamelCase a lot. A CamelCase word is automatically linked