[Bps-public-commit] rt-extension-assets branch, master, updated. 1.01rc2-1-g40dba7c

Alex Vandiver alexmv at bestpractical.com
Thu May 8 15:26:34 EDT 2014


The branch, master has been updated
       via  40dba7c6eaf1f796d2e52244fc2de5584d745875 (commit)
      from  cf4a1b3f1f69cf2c6331ad41c148ccdf33a65a0d (commit)

Summary of changes:
 etc/Assets_Config.pm | 6 ++++++
 lib/RT/Assets.pm     | 2 --
 lib/RT/Catalogs.pm   | 2 --
 xt/pod.t             | 6 ++++++
 4 files changed, 12 insertions(+), 4 deletions(-)
 create mode 100644 xt/pod.t

- Log -----------------------------------------------------------------
commit 40dba7c6eaf1f796d2e52244fc2de5584d745875
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu May 8 15:24:36 2014 -0400

    Correct POD errors, and add POD tests

diff --git a/etc/Assets_Config.pm b/etc/Assets_Config.pm
index 888c2b1..616d182 100644
--- a/etc/Assets_Config.pm
+++ b/etc/Assets_Config.pm
@@ -187,4 +187,10 @@ Set( $AssetBasicCustomFieldsOnCreate, [ 'foo', 'bar' ] );
 
 # Set($AssetBasicCustomFieldsOnCreate, undef );
 
+
+
+=back
+
+=cut
+
 1;
diff --git a/lib/RT/Assets.pm b/lib/RT/Assets.pm
index c91ab66..52f39fa 100644
--- a/lib/RT/Assets.pm
+++ b/lib/RT/Assets.pm
@@ -114,8 +114,6 @@ sub AddRecord {
     $self->SUPER::AddRecord($asset, @_);
 }
 
-=cut
-
 =head2 NewItem
 
 Returns a new empty RT::Asset item
diff --git a/lib/RT/Catalogs.pm b/lib/RT/Catalogs.pm
index 6b4c380..433b483 100644
--- a/lib/RT/Catalogs.pm
+++ b/lib/RT/Catalogs.pm
@@ -95,8 +95,6 @@ sub AddRecord {
     $self->SUPER::AddRecord($catalog, @_);
 }
 
-=cut
-
 =head2 NewItem
 
 Returns a new empty RT::Catalog item
diff --git a/xt/pod.t b/xt/pod.t
new file mode 100644
index 0000000..1d2686c
--- /dev/null
+++ b/xt/pod.t
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+
+use Test::More;
+use Test::Pod;
+all_pod_files_ok( all_pod_files("lib","doc","etc"));

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list