search for: metacpan

Displaying 12 results from an estimated 12 matches for "metacpan".

2019 Aug 13
2
Re: [PATCH 1/2] Rust bindings: Add long description
...> > This is a nice start, although most probably it will not look that good > though (since the plain text output may be misrendered as markdown). > > I remember we talked about converting the POD texts to markdown, and > that there seems to be something we can use: > https://metacpan.org/release/Pod-Markdown <https://metacpan.org/release/Pod-Markdown> > Did you try to use it? What were the results? Yes. As I mentioned before, it looked pretty good except for some encode-errors. However, at first, I just translate pod to text by the exisiting function because using p...
2019 Mar 11
0
CPAN not working, or is it?
...ur core problem here. 2. It autoconfigures, not requiring all that outdated stuff about ?where is your FTP program,? ?what mirror should I use,? and such. 3. It?s easy to feed it a cpanfile with a curated set of dependencies for a one-command ?install everything I need here? upgrade: https://metacpan.org/pod/distribution/Module-CPANfile/lib/cpanfile.pod 4. When it fails, it keeps its output in a log file that?s easy to send to mailing lists when asking for help. Hint. :) > I started off as always by using RPM's for everything I possibly can. I try to do that, too. The claim in anoth...
2019 Aug 13
0
Re: [PATCH 1/2] Rust bindings: Add long description
...start, although most probably it will not look that good > > though (since the plain text output may be misrendered as markdown). > > > > I remember we talked about converting the POD texts to markdown, and > > that there seems to be something we can use: > > https://metacpan.org/release/Pod-Markdown <https://metacpan.org/release/Pod-Markdown> > > Did you try to use it? What were the results? > > Yes. As I mentioned before, it looked pretty good except for some encode-errors. > However, at first, I just translate pod to text by the exisiting funct...
2017 Jun 02
1
more recent perl version?
...?, hw wrote: > That?s a good thing, though it can be difficult to run systems > using ancient software. You may want to check the following paradigm (from another open source perl-based application) to create a Perl environment within your system, avoiding to tamper with it: https://metacpan.org/pod/App::Netdisco#Installation We are running it in production for years and has been great in maintenance and operation (despite my initial fears). Alternatively, you can use a container. See for example: https://linuxcontainers.org/ http://www.itzgeek.com/how-tos/linux/centos-how-...
2019 Aug 13
2
Re: [PATCH 1/2] Rust bindings: Add long description
...obably it will not look that good > > > though (since the plain text output may be misrendered as markdown). > > > > > > I remember we talked about converting the POD texts to markdown, and > > > that there seems to be something we can use: > > > https://metacpan.org/release/Pod-Markdown < > https://metacpan.org/release/Pod-Markdown> > > > Did you try to use it? What were the results? > > > > Yes. As I mentioned before, it looked pretty good except for some > encode-errors. > > However, at first, I just translate pod...
2019 Aug 11
5
[PATCH 1/2] Rust bindings: Add long description
`cargo doc` will generate docs with long descriptions. I did not add the settings of outputting these docs to `/website`. This is because - by publishing this crate to crates.io, users can see the docs in `docs.rs` like `https://docs.rs/guestfs/<version>/guestfs/`. It is easy to hold multiple documents corresponding to each version. - the style of the documents generated by `cargo doc`
2016 May 12
3
RPM perl requirements woes
Dear CentOS hive mind, I'm trying to package up a perl module into an RPM for easy deployment. I want it to be as self-contained as possible (to avoid version issues with perl modules in base or EPEL). So in my spec file, I'm doing: curl -L http://cpanmin.us | perl - App::cpanminus -L %{buildroot}/opt/zonemaster Zonemaster This way, cpanminus is installed first, and then it goes on to
2019 Aug 12
0
Re: [PATCH 1/2] Rust bindings: Add long description
...erate docs with long descriptions. This is a nice start, although most probably it will not look that good though (since the plain text output may be misrendered as markdown). I remember we talked about converting the POD texts to markdown, and that there seems to be something we can use: https://metacpan.org/release/Pod-Markdown Did you try to use it? What were the results? > I did not add the settings of outputting these docs to `/website`. > This is because > - by publishing this crate to crates.io, users can see the docs in > `docs.rs` like `https://docs.rs/guestfs/<version&gt...
2018 Aug 28
0
Perl Net::Doveadm
Hi all, In response to a discussion last week about API access--and notwithstanding Aki?s encouragement that integrators prefer the HTTP-based API--I?ve released a Perl module that facilitates access to Dovecot via the Doveadm protocol: https://metacpan.org/pod/Net::Doveadm I hope it?s useful. -Felipe Gasper Mississauga, ON
2015 Dec 03
2
public API
Hi everybody. First of all, I'm not subscribed to the list, so please CC me in answers. Second, please don't kill me :) I'm suffering the fact that if I, as a developer, want to connect to another machine via SSH, I must use a third party library[1]. Because this is a reimplemetation of the protocol, it's always lagging behind, which only makes sense. Personally, it also
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it on Friday, with the same results) I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I
2017 May 24
3
more recent perl version?
On May 24, 2017, at 9:38 AM, hw <hw at gc-24.de> wrote: > > Warren Young schrieb: >> On May 24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote: >>> apache uses mod_perl >> >> mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7. > > What is it using instead? There are various options. We use mod_fcgid + Plack here. And