iovation / rpmcpan

Create Modern Perl and CPAN RPMs
10 stars 3 forks source link

Fix a couple of typos #1

Closed hartzell closed 9 years ago

hartzell commented 9 years ago

Seems that if you build --version 5.20.1 you should end up with an rpm named perl521, not perl520 and so on....

theory commented 9 years ago

No, that's not right. They end up with perl520. If you build with Perl 5.22.x, they end up with perl522. Did you build with a 5.21.x release?

hartzell commented 9 years ago

Ah. I was still in the theoretical stage and didn't read carefully enough. Didn't pick up on the fact that you're not including the "patch" (3rd decimal position) in the name.

Sorry for the wasted bandwidth.

I had a bit of a dance getting bootstrapped, installing the rhel RPMs I needed to satisfy the prerequisites and such, but it's working nicely and is quite useful.

Thanks!

theory commented 9 years ago

Awesome, glad someone else is messing with it, now.

What RPMs did you have to install? Maybe I should list them in the README or something.

hartzell commented 9 years ago

I opened Issue #3 with some notes on what I needed to get bootstrapped.