Changelog for
perl-Net-Citadel-0.20-6.1.x86_64.rpm :
Sun Jan 12 13:00:00 2014 projectsAATTlocalside.net
- Update to version 0.20
* Correct number of info lines tested for in t/01citadel.t to \'24\'.
* Add a META_MERGE repository resources item to WriteMakefile in
Makefile.PL.
* Correct mis-spelled words in the Changes file.
* Change the name of the testing user from RobertBarta to TestUser in the
t/01citadel.t and lib/Net/Citadel.pm files.
* Add capability for the MRTG command as the function citadel_mrtg.
* Add testing for the citadel_mrtg function to the t/01citadel.t script.
* Remove unneeded variable assignment from the citadel_info function.
* Add capability for the INFO command as the function citadel_info.
* Add testing for the citadel_info function to the t/01citadel.t script.
* Correct the mcpani authorid used in Makefile.PL from DRRHO to JAME.
* Tab/whitespace cleanup and update the documentation for the \'new\'
function.
* Correct the definition of the constant BINARY_FOLLOWS.
* Add a LICENSE line to the WriteMakefile configuration in Makefile.PL
* Correct usage of the DELETE_USER constant in the remove_user function.
* Have the following functions explicitly return true to indicate success:
login, logout, assert_floor, retract_floor, assert_room, retract_room,
create_user, change_user, and remove_user.
* Change to use the Readonly module for the User related constants:
NEW_USER, DELETED_USER, PROBLEM_USER, LOCAL_USER, NETWORK_USER, PREFERRED_USER,
AIDE.
* Change to use the Readonly module for the Room Access constants: PUBLIC,
PRIVATE, PRIVATE_PASSWORD, PRIVATE_INVITATION, and PERSONAL.
* Add a ReadOnly constant for the ASYNC_MSG result code.
* Change to use the Readonly module for the Result Codes constants:
CIT_OK, LISTING_FOLLOWS, MORE_DATA, SEND_LISTING, BINARY_FOLLOWS,
SEND_BINARY, ERROR, and START_CHAT_MODE.
* Rename \'echo\' function in Citadel.pm to \'citadel_echo\'.
* Add an explicit \'return\' line to the citadel_echo function.
* Rename \'echo\' function call in t/01citadel.t to \'citadel_echo\'.
* Rewrite the citadel_echo function POD documentation. RT#71743
* Change AUTHOR parameter in Makefile.PL to be a string.
* Fix a tabs issue in the \'package MY\' section of the Makefile.PL file.
* Update the README file and add current version of lib/Net/Citadel/ToDo.pod
documentation file.
* Changes to Makefile.PL:
- Clean up of whitespace and tabs.
- Add the Readonly module to the PREREQ_PM section.
- Add a \'clean\' configuration item to the Makefile.PL file.
- Move AUTHOR and ABSTRACT_FROM to earlier in the Makefile.PL file.
- Move Config::YAML plus add TEST::MORE and TEST::Pod to BUILD_REQUIRES.
* Correct URLs for the Citadel Application API information in the JAM.pm file.
* Move the VERSION code line in and add a VERSION POD documentation section
to the JAM.pm file.
* Change to using Readonly for the constant CITADEL_PORT.
* Update usage of the constant CITADEL_PORT to \'$CITADEL_PORT\'.
* Add POD documentation for the constant $CITADEL_PORT.
* Rename the \'time\' function in Citadel.pm to \'citadel_time\'.
* Rename the \'time\' function call in t/01citadel.t to \'citadel_time\'.
* Rewrite the POD documentation for the citadel_time function.
* Use the Carp module in the lib/Net/Citadel.pm file.
* Use \'croak\' instead of \'die\' in the lib/Net/Citadel.pm file.
* As the new maintainer; add Robert James Clay to the COPYRIGHT AND LICENSE
section in the README file and to the AUTHORS and COPYRIGHT AND LICENSE
sections in Citadel.pm.
Thu Aug 4 14:00:00 2011 projectsAATTlocalside.net
- Initial release: Version 0.02