Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deps for App::Gitc stuff #33

Closed
SineSwiper opened this issue Jun 5, 2013 · 2 comments
Closed

Remove deps for App::Gitc stuff #33

SineSwiper opened this issue Jun 5, 2013 · 2 comments

Comments

@SineSwiper
Copy link
Contributor

There seems to be some requirements for App::Gitc modules that don't exist. Might want to add this to your dist.ini:

[RemovePrereqs]
remove = App::Gitc::Config
remove = App::Gitc::ListFormat::Base

Either that or the modules need to be put into the distro?

@SineSwiper
Copy link
Contributor Author

Oh, there's also a GSG::Eventum dep in there as well.

@SineSwiper
Copy link
Contributor Author

Okay, so here's the story on these three:

App::Gitc::ListFormat::Base - DZIL is just a little confused on the weird multi-package format of gitc-list. A RemovePrereqs and we're good.

GSG::Eventum - Looks like there is a TODO item in App::Gitc::Its::Eventum: # TODO GSG::Eventum has not been publicly released. So, that can be added into the [RP] section, but then people can't use Eventum for this.

App::Gitc::Config - This is tied to gitc-setup. However, the GSG::Gitc::Config module is a bunch of hard-coded stuff that shouldn't be released. Will this work simply by removing the use statement here?

We can just add all three of these to [RP], but then I would recommend creating an issue for the later two for tracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant