[Rt-commit] [svn] r923 - in RTx-Atom: . lib/RT
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Tue May 18 23:58:56 EDT 2004
Author: autrijus
Date: Tue May 18 23:58:56 2004
New Revision: 923
Modified:
RTx-Atom/ (props changed)
RTx-Atom/lib/RT/Atom.pm
RTx-Atom/lib/RT/Atom.pod
Log:
----------------------------------------------------------------------
r4971 at not: autrijus | 2004-05-19T03:40:06.941395Z
* assign copyright to BPS.
----------------------------------------------------------------------
r4972 at not: autrijus | 2004-05-19T03:58:16.178694Z
* This be 0.00_02.
----------------------------------------------------------------------
Modified: RTx-Atom/lib/RT/Atom.pm
==============================================================================
--- RTx-Atom/lib/RT/Atom.pm (original)
+++ RTx-Atom/lib/RT/Atom.pm Tue May 18 23:58:56 2004
@@ -1,5 +1,5 @@
package RT::Atom;
-$RT::Atom::VERSION = '0.00_01';
+$RT::Atom::VERSION = '0.00_02';
use strict;
Modified: RTx-Atom/lib/RT/Atom.pod
==============================================================================
--- RTx-Atom/lib/RT/Atom.pod (original)
+++ RTx-Atom/lib/RT/Atom.pod Tue May 18 23:58:56 2004
@@ -2,6 +2,10 @@
RT::Atom - The RT-Atom API
+=head1 VERSION
+
+This document describes version 0.00_02 of RT::Atom, released May 19, 2004.
+
=head1 DESCRIPTION
This RT extension implements a REST-style web service interface, based
@@ -274,7 +278,7 @@
(i.e. I<GET>/I<PUT> methods).
The MIME type for both operations is C<text/plain>, with a mandatory
-extra newline at the end of response. For example:
+extra newline at the end. For example:
% lwp-request -m GET /Atom/0.3/RT-Tickets/15.Subject
new
@@ -472,7 +476,7 @@
=head1 COPYRIGHT
-Copyright 2004 by Autrijus Tang.
+Copyright 2004 by Best Practical Solutions, LLC.
(Except where explicitly superseded by other copyright notices)
More information about the Rt-commit
mailing list