pjf / WebService-HabitRPG

Access the HabitRPG API from Perl
8 stars 5 forks source link

Question "Value" Paramater #31

Closed toddgrotenhuis closed 11 years ago

toddgrotenhuis commented 11 years ago

I've tried to use the "value" parameter, but it doesn't seem to have the intended effect.

Is there documentation on the intended use and acceptable values for this item?

pjf commented 11 years ago

Hey, you're right, it doesn't seem to be doing anything. Investigating now.

pjf commented 11 years ago

I'm assuming this is with hrpg new?

toddgrotenhuis commented 11 years ago

Correct.

pjf commented 11 years ago

And fixed! It was being completely ignored, but now it's not. So if you want to start a task at a really high (or low) level, you can.

Version 0.17 pushed to the CPAN, and can be installed with cpanm WebService::HabitRPG once it's indexed. If you can't possibly wait for that (sometimes it takes an hour or so), then:

cpanm https://dl.dropbox.com/u/9702672/cpan/WebService-HabitRPG-0.17.tar.gz

Many thanks!