Renabled pod coverage test and added missing pod
[dbsrgits/DBIx-Class-UUIDColumns.git] / lib / DBIx / Class / UUIDColumns.pm
index 75efb8e..22cfc55 100644 (file)
@@ -118,6 +118,14 @@ If you would like to use a specific module, you can set L</uuid_class>:
 
 =head1 METHODS
 
+=head2 get_uuid
+
+Returns a uuid string from the current uuid_maker.
+
+=head2 insert
+
+Inserts a new uuid string into each column in L</uuid_columns>.
+
 =head2 uuid_columns
 
 Takes a list of columns to be filled with uuids during insert.