hippich / Bitcoin-Poker-Room

Sources for Bitcoin Poker Room.
http://betco.in
Other
132 stars 87 forks source link

inc/ mistakenly committed #55

Closed shadowcat-mst closed 13 years ago

shadowcat-mst commented 13 years ago

inc/ should never be in the repository, only the dist.

We just had a user in #catalyst who'd installed Catalyst::Devel but was getting random errors because your inc/ in the repo is incomplete.

It shouldn't be there at all.

If people want to develop your software, they should check out the repo, install Catalyst::Devel, and run Makefile.PL to populate inc/

If people want to install your software, they should do so from a 'make dist' tarball you've provided.

Hope that clears things up.

-- mst

hippich commented 13 years ago

Wow. Mst! Thanks for your input. Yeah, the whole thing is very amateurish. I will read more about it and correct it.