Changeset cdd3959 for perl/modules/Jabber/lib/Net/Jabber
- Timestamp:
- Apr 9, 2008, 6:16:02 PM (17 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- b72a352
- Parents:
- d768834
- git-author:
- Alex Vandiver <alexmv@mit.edu> (04/09/08 18:14:37)
- git-committer:
- Alex Vandiver <alexmv@mit.edu> (04/09/08 18:16:02)
- Location:
- perl/modules/Jabber/lib/Net/Jabber
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Jabber/lib/Net/Jabber/Data.pm
rc2bed55 rcdd3959 120 120 to go into full detail on each of these functions. Rather I will 121 121 present the functions in a list with a type in the first column to 122 show what they return, or take as ar ugments. Here is the list of122 show what they return, or take as arguments. Here is the list of 123 123 types I will use: 124 124 -
perl/modules/Jabber/lib/Net/Jabber/Protocol.pm
rc2bed55 rcdd3959 940 940 if (!exists($funcHash{set}) && exists($funcHash{get})) 941 941 { 942 croak("The DefineNamespace ar ugments have changed, and I cannot determine the\nnew values automatically for name($name). Please read the man page\nfor Net::Jabber::Namespaces. I apologize for this incompatability.\n");942 croak("The DefineNamespace arguments have changed, and I cannot determine the\nnew values automatically for name($name). Please read the man page\nfor Net::Jabber::Namespaces. I apologize for this incompatability.\n"); 943 943 } 944 944
Note: See TracChangeset
for help on using the changeset viewer.