Re: Conversion text in documentation

2021-10-28 Thread David Christensen
On 10/25/21 12:41 PM, Andrea Tosoni wrote: Hello, I'm Andrea Tosoni. Some years ago I started to write some perl scripts because I don't like to re-made the same thing many times, especially when I have to write documentation (I'm a hardware designer). In these years, scripts have become perl

Re: Conversion text in documentation

2021-10-28 Thread Andrea Tosoni
Hello, sorry : I'm asking if these modules can be a candidate to be posted on CPAN. Best regards, Andrea Il giorno mer 27 ott 2021 alle ore 08:53 Shlomi Fish ha scritto: > Hi Andrea! > > On Mon, 25 Oct 2021 21:41:21 +0200 > Andrea Tosoni wrote: > > > Hello, > > > > I'm Andrea

Re: Conversion text in documentation

2021-10-28 Thread Andrea Tosoni
Hello, thank you. My code is written in pure perl, mainly with Moose: I like object oriented language because code is cleaner. So, no compilation is necessary and the output is predictable. Documentation is written at the end of each module with POD. One test is dedicated to verify if all functi