| 21 | | # All quattor specific modules should move to a new Quattor:: namespace. |
| 22 | | # The "CCM" acronym can be renamed as "Profile". |
| 23 | | # The NCM and NCD namespaces could be merged. |
| 24 | | # The CAF namespace should be merged into the Quattor toplevel namespace. In other words, "perl-CAF" package should become "perl-Quattor", since it provides the base libraries for driving Quattor. |
| 25 | | # The LC package should be included within CAF/perl-Quattor. An explicit fork of the LC codebase. |
| | 21 | * All quattor specific modules should move to a new Quattor:: namespace. |
| | 22 | * The "CCM" acronym can be renamed as "Profile". |
| | 23 | * The NCM and NCD namespaces could be merged. |
| | 24 | * The CAF namespace should be merged into the Quattor toplevel namespace. In other words, "perl-CAF" package should become "perl-Quattor", since it provides the base libraries for driving Quattor. |
| | 25 | * The LC package should be included within CAF/perl-Quattor. An explicit fork of the LC codebase. |
| 29 | | {| |
| 30 | | !From |
| 31 | | !To |
| 32 | | !Examples |
| 33 | | |- |
| 34 | | |EDG::WP4::CCM:: |
| 35 | | |Quattor::Profile:: |
| 36 | | |Quattor::Profile::Element, Quattor::Profile::CacheManager |
| 37 | | |- |
| 38 | | |NCM:: |
| 39 | | |Quattor::Config:: |
| 40 | | |Quattor::Config::Component::filecopy, Quattor::Config::Check::File |
| 41 | | |- |
| 42 | | |NCD:: |
| 43 | | |Quattor::Config:: |
| 44 | | |Quattor::Config::ComponentProxy |
| 45 | | |- |
| 46 | | |SPM:: |
| 47 | | |Quattor::SPMA:: |
| 48 | | |Quattor::SPMA::Package |
| 49 | | |- |
| 50 | | |CAF:: |
| 51 | | |Quattor:: |
| 52 | | |Quattor::Lock, Quattor::Log, Quattor::Process, Quattor::Reporter, etc. |
| 53 | | |- |
| 54 | | |LC:: |
| 55 | | |Quattor:: |
| 56 | | |Quattor::Check, Quattor::File, Quattor::Stat |
| 57 | | |} |
| | 29 | || '''From''' || '''To''' || '''Examples''' |
| | 30 | ||EDG::WP4::CCM:: || Quattor::Profile:: ||Quattor::Profile::Element, Quattor::Profile::CacheManager |
| | 31 | ||NCM:: || Quattor::Config:: ||Quattor::Config::Component::filecopy, Quattor::Config::Check::File |
| | 32 | ||NCD:: ||Quattor::Config:: ||Quattor::Config::ComponentProxy |
| | 33 | ||SPM:: ||Quattor::SPMA:: ||Quattor::SPMA::Package |
| | 34 | ||CAF:: || Quattor:: ||Quattor::Lock, Quattor::Log, Quattor::Process, Quattor::Reporter, etc. |
| | 35 | ||LC:: ||Quattor:: || Quattor::Check, Quattor::File, Quattor::Stat |