Revision 3dbac78c
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/RequirementSpec.pm | ||
---|---|---|
361 | 361 |
|
362 | 362 |
=item C<create_version %attributes> |
363 | 363 |
|
364 |
Prerequisites: C<$self> must be a working copy (see L</working_copy>),
|
|
364 |
Prerequisites: C<$self> must be a working copy (see the overview),
|
|
365 | 365 |
not a versioned copy. |
366 | 366 |
|
367 | 367 |
This function creates a new version for C<$self>. This involves |
... | ... | |
408 | 408 |
|
409 | 409 |
=item C<invalidate_version> |
410 | 410 |
|
411 |
Prerequisites: C<$self> must be a working copy (see L</working_copy>),
|
|
411 |
Prerequisites: C<$self> must be a working copy (see the overview),
|
|
412 | 412 |
not a versioned copy. |
413 | 413 |
|
414 | 414 |
Sets the C<version_id> field to C<undef> and saves C<$self>. |
Auch abrufbar als: Unified diff
POD-Fehler beheben