2003-03-15 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* Printer.pm:
- New function printerror in the event Net::Printer finds an error
- Cleaned up debugging
- Export functions properly
- queuestatus is now more consistent in returning array
2003-02-23 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* testprint.txt: - A little humor...
2003-02-20 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* Printer.pm: - Update version
* CREDITS: - Added Matt Selsky
2003-02-19 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* Printer.pm: - Net::Printer definitely needs perl 5.6.0 or greater
- Added rfc1179 compliance mode (thanks to selsky)
- Removed extraneous whitespace in POD documentation
- POD documentation clean-up
* test.pl: - Fix potential name-space collision
- Added rfc1179 default to "No"
2003-02-13 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* TODO: - Added line about PRINTER environment variable
* test.pl: - Added commented out test for printstring function
* Printer.pm: - Added printstring function
2003-02-12 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* TODO:
- Only thing left to do that I can think of is failover to lpr/lp
* MANIFEST: - Added README.v30
* README:
- Removed pointer to COPYRIGHT. People should read README.v30
* README.v30: - Initial entry
2003-02-10 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* COPYRIGHT: - Added e-mail addy
* README: - Updated with new version 0.30 information
* Printer.pm: - Clean up top comments
- Can use perl 5.005 although not yet tested
- Implement queuestatus
- printfile can now take filename as argument
- Added destroy method
- Added perl documentation for perldoc
* test.pl: - Now support queuestatus
* COPYRIGHT: - New copyright notice about dual-license
* MANIFEST: - Update with latest files
* Printer.pm: - New re-written version
* testprint.txt, Makefile.PL, COPYRIGHT.BSD, COPYRIGHT.GNU:
- Initial entry
* TODO: - Latest todo list
* test.pl: - Initial entry
2001-03-11 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* CREDITS: - Initial entry
* README: - Added Cygwin Port (Neil Lunn)
* Printer.pm:
- Checked the current OS for use of getpwdent(). This is a problem
on non *nix architectures. (Neil Lunn)
- Solve the sprintf problem. $result from sysread can be returned as
undef. When it is we set it to 0. (Neil Lunn)
2000-06-07 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* Printer.pm: - Added note about sprintf problem
* README: - Added Sun SPARC to list of tested machines.
- Added BUGS section
* MANIFEST: - Added TODO
* TODO: - Added sprintf comment
* Printer.pm:
- Fixed bug where perl -w complains a blank string is being used with
an ne (Not Equal To) operator. Please note that a couple of
sprintf's generate the same warning.
* TODO: - Initial Entry based
2000-06-06 Chris Fuhrman <cfuhrman@algonquin.beartribe.org>
* Makefile.PL, README: - Initial Entry
* MANIFEST, COPYRIGHT: - Initial entry into repository
* Printer.pm: - New revision replaces LinePrinter.pm module