I have a Metacello configuration like ConfigurationOfAthens and I want to know which packages provides, the result would be :
- Athens-Cairo
- Athens-CairoPools
- Athens-Core
- etc.
I tried
(GoferConfigurationReference name: 'ConfigurationOfAthens') packages.
but it is not understood by the system.
It this supported in Pharo 4?