Re: Mocking Net::Ping's ping method

2014-08-18 Thread Matthew Musgrove
I accidentally uploaded to PAUSE from Github using the wrong URL. I scheduled the files for deletion as soon as I realized the mistake. I find it interesting that it was indexed after it told me it wouldn't be indexed due to a lack of permissions. On Mon, Aug 18, 2014 at 3:49 PM, Marco Marongiu

Re: Mocking Net::Ping's ping method

2014-08-18 Thread Marco Marongiu
Watch out Matthew, your module is showing up with the name of "v0.09" currently. Check your code. https://metacpan.org/release/MMUSGROVE/v0.09 Ciao -- bronto

Re: Mocking Net::Ping's ping method

2014-08-06 Thread Matthew Musgrove
I've pushed 0.01 to PAUSE. I'm working on 0.02 (testing mostly) and when I'm happy I'll push it to PAUSE as well. In the meantime, you can check it out here: https://github.com/mrmuskrat/Mock-Net-Ping Matt On Wed, Aug 6, 2014 at 11:54 AM, Matthew Musgrove wrote: > I found the same thing when

Re: Mocking Net::Ping's ping method

2014-08-06 Thread Matthew Musgrove
I found the same thing when I searched CPAN. I didn't think "Mock::Net::Ping" was unreasonable but I also wanted to know if there was a preferred way of naming Mock modules that I had missed. I'm not sure how posting the module or POD would help since it is exactly as I described, it's pretty basi

Re: Mocking Net::Ping's ping method

2014-08-05 Thread David Christensen
On 08/05/2014 03:28 PM, Matthew Musgrove wrote: I have a module that I've used for a while now. It only mocks Net::Ping's ping method; however, it might be useful to extend it to support more of the methods in the future. Currently it is named Mock::Net::Ping. Should I stick with this name or cha

Mocking Net::Ping's ping method

2014-08-05 Thread Matthew Musgrove
I have a module that I've used for a while now. It only mocks Net::Ping's ping method; however, it might be useful to extend it to support more of the methods in the future. Currently it is named Mock::Net::Ping. Should I stick with this name or change it? If you think that I should change it, wha