Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing packages for last commit
  • Loading branch information
dwarring committed Oct 3, 2014
1 parent 02c1d3c commit 0981bd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/Example/A.pm
@@ -0,0 +1,3 @@
use Example::C;

package Example::A {}
3 changes: 3 additions & 0 deletions packages/Example/B.pm
@@ -0,0 +1,3 @@
use Example::C;

package Example::B {}
1 change: 1 addition & 0 deletions packages/Example/C.pm
@@ -0,0 +1 @@
package Example::C {}

0 comments on commit 0981bd2

Please sign in to comment.