Skip to content

Commit

Permalink
Changes and dist.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Giles authored and Giles committed May 23, 2015
1 parent d97ae45 commit 631f4a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Revision history for perl module ServiceNow::SOAP

0.11 2015-05-23

- new method: countBy
- new method: getJournalEntries
- new methods: addWorkNote, addComment, getWorkNotes, getComments
- attachFile bug fixes and auto MIME type detection
- dist.ini additional Prereqs

0.10 2015-05-16

- Initial release
Expand Down
10 changes: 6 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ copyright_holder = Giles Lewis
[UploadToCPAN]

[Prereqs]
SOAP::Lite = 0
LWP::UserAgent = 0
Carp = 0
File::Basename = 0
HTTP::Cookies = 0
LWP::UserAgent = 0
MIME::Base64 = 0
XML::Simple = 0
MIME::Types = 0
SOAP::Lite = 0.71
Time::HiRes = 0
XML::Simple = 0

[Prereqs / TestRequires]
Data::Dumper = 0
List::MoreUtils = 0
Test::More = 0


0 comments on commit 631f4a7

Please sign in to comment.