[freeside-commits] freeside/FS/FS cust_tax_exempt_pkg.pm, 1.2,
1.3 domain_record.pm, 1.21, 1.22 msgcat.pm, 1.4, 1.5 nas.pm,
1.8, 1.9 part_bill_event.pm, 1.21, 1.22 port.pm, 1.7,
1.8 prepay_credit.pm, 1.7, 1.8 queue_arg.pm, 1.3, 1.4 queue.pm,
1.20, 1.21 rate_detail.pm, 1.3, 1.4 reg_code_pkg.pm, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Fri Feb 17 18:11:46 PST 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv20872
Modified Files:
cust_tax_exempt_pkg.pm domain_record.pm msgcat.pm nas.pm
part_bill_event.pm port.pm prepay_credit.pm queue_arg.pm
queue.pm rate_detail.pm reg_code_pkg.pm
Log Message:
update POD documentation left behind from example template
Index: part_bill_event.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_bill_event.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- part_bill_event.pm 25 Dec 2005 00:52:27 -0000 1.21
+++ part_bill_event.pm 18 Feb 2006 02:11:44 -0000 1.22
@@ -61,8 +61,8 @@
=item new HASHREF
-Creates a new invoice event definition. To add the example to the database,
-see L<"insert">.
+Creates a new invoice event definition. To add the invoice event definition to
+the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
Index: nas.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/nas.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- nas.pm 26 Nov 2004 09:39:52 -0000 1.8
+++ nas.pm 18 Feb 2006 02:11:44 -0000 1.9
@@ -98,7 +98,7 @@
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid NAS. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
Index: reg_code_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/reg_code_pkg.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- reg_code_pkg.pm 2 Apr 2005 22:46:44 -0000 1.2
+++ reg_code_pkg.pm 18 Feb 2006 02:11:44 -0000 1.3
@@ -49,7 +49,8 @@
=item new HASHREF
-Creates a new example. To add the example to the database, see L<"insert">.
+Creates a new registration code. To add the registration code to the database,
+see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
Index: cust_tax_exempt_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_tax_exempt_pkg.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cust_tax_exempt_pkg.pm 26 Jan 2006 15:27:10 -0000 1.2
+++ cust_tax_exempt_pkg.pm 18 Feb 2006 02:11:44 -0000 1.3
@@ -56,8 +56,8 @@
=item new HASHREF
-Creates a new exemption record. To add the example to the database, see
-L<"insert">.
+Creates a new exemption record. To add the examption record to the database,
+see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -96,7 +96,7 @@
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid exemption record. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
Index: rate_detail.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/rate_detail.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rate_detail.pm 2 Apr 2005 22:46:44 -0000 1.3
+++ rate_detail.pm 18 Feb 2006 02:11:44 -0000 1.4
@@ -56,7 +56,8 @@
=item new HASHREF
-Creates a new example. To add the example to the database, see L<"insert">.
+Creates a new call plan rate. To add the call plan rate to the database, see
+L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -95,7 +96,7 @@
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid call plan rate. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
Index: queue.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/queue.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- queue.pm 27 Jan 2005 10:21:17 -0000 1.20
+++ queue.pm 18 Feb 2006 02:11:44 -0000 1.21
@@ -68,7 +68,7 @@
=item new HASHREF
-Creates a new job. To add the example to the database, see L<"insert">.
+Creates a new job. To add the job to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
Index: msgcat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/msgcat.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- msgcat.pm 5 Aug 2003 00:20:43 -0000 1.4
+++ msgcat.pm 18 Feb 2006 02:11:44 -0000 1.5
@@ -52,7 +52,8 @@
=item new HASHREF
-Creates a new example. To add the example to the database, see L<"insert">.
+Creates a new message catalog entry. To add the message catalog entry to the
+database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -91,8 +92,8 @@
=item check
-Checks all fields to make sure this is a valid example. If there is
-an error, returns the error, otherwise returns false. Called by the insert
+Checks all fields to make sure this is a valid message catalog entry. If there
+is an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
=cut
Index: queue_arg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/queue_arg.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- queue_arg.pm 26 Nov 2004 09:39:52 -0000 1.3
+++ queue_arg.pm 18 Feb 2006 02:11:44 -0000 1.4
@@ -46,7 +46,7 @@
=item new HASHREF
-Creates a new argument. To add the example to the database, see L<"insert">.
+Creates a new argument. To add the argument to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
Index: port.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/port.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- port.pm 26 Nov 2004 09:39:52 -0000 1.7
+++ port.pm 18 Feb 2006 02:11:44 -0000 1.8
@@ -52,7 +52,7 @@
=item new HASHREF
-Creates a new port. To add the example to the database, see L<"insert">.
+Creates a new port. To add the port to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -91,7 +91,7 @@
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid port. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
Index: prepay_credit.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/prepay_credit.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- prepay_credit.pm 22 May 2005 04:24:14 -0000 1.7
+++ prepay_credit.pm 18 Feb 2006 02:11:44 -0000 1.8
@@ -61,7 +61,7 @@
=item new HASHREF
-Creates a new pre-paid credit. To add the example to the database, see
+Creates a new pre-paid credit. To add the pre-paid credit to the database, see
L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
Index: domain_record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/domain_record.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- domain_record.pm 16 Oct 2005 14:04:00 -0000 1.21
+++ domain_record.pm 18 Feb 2006 02:11:44 -0000 1.22
@@ -59,7 +59,7 @@
=item new HASHREF
-Creates a new entry. To add the example to the database, see L<"insert">.
+Creates a new entry. To add the entry to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -229,7 +229,7 @@
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid entry. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
More information about the freeside-commits
mailing list