Make creating a Storage object with a short ID an error.

Add a test to check for that.
Beginning of documentation for VersionTag.
This commit is contained in:
Colin Kuskie 2006-05-24 03:03:47 +00:00
parent e6ef875b51
commit b02386064d
5 changed files with 83 additions and 6 deletions

View file

@ -0,0 +1,15 @@
package WebGUI::Help::VersionTag;
our $HELP = {
'versions manage' => {
title => 'manage version tags',
body => 'manage version tags body',
fields => [
],
related => [
],
},
};
1; ##All perl modules must return true