Lines 42-51
sub _type {
Link Here
|
42 |
} |
42 |
} |
43 |
|
43 |
|
44 |
=head2 GetFrameworkSources |
44 |
=head2 GetFrameworkSources |
|
|
45 |
|
45 |
my $sources = GetFrameworkSources(); |
46 |
my $sources = GetFrameworkSources(); |
46 |
|
47 |
|
47 |
Returns reference to hash of references to |
48 |
Returns reference to hash of references to |
48 |
the framework sources, keyed on frameworkcode. |
49 |
the framework sources, keyed on frameworkcode. |
|
|
50 |
|
49 |
=cut |
51 |
=cut |
50 |
|
52 |
|
51 |
sub GetFrameworkSources { |
53 |
sub GetFrameworkSources { |
52 |
- |
|
|