Skip to content

Commit

Permalink
rebuild, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jan 25, 2024
1 parent 11a0144 commit 24621b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Mi6-Helper

{{$NEXT}}
- Add warning about issue #11

0.11.1 2023-10-24T21:03:25-05:00
- Major improvements:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ SYNOPSIS
========

use Mi6::Helper

$ mi6-helper new=Foo::Bar # uses the 'provides' text in hidden file
# '.Foo-Bar' (recommended method)

**Easily** create the template for a new Raku module repository for management by `App::Mi6` with modifications including:
**WARNING** There is a serious bug in the current version: it is unable to to correctly handle a desired module name with mixed '::' and hyphens ('-'). An issue has been filed, but, unless a user needs it soon, a fix will be delayed. A work-around is to manually make the necessary changes after the failure message. Please comment in the issue entry (#11) if a fix is important for your current project.
====================================================================================================================================================================================================================================================================================================================================================================================================================

in the desired **Easily** create the template for a new Raku module repository for management by `App::Mi6` with modifications including:

* Published in the **Zef** Raku module ecosystem

Expand Down
10 changes: 9 additions & 1 deletion docs/README.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ B<Mi6::Helper> - An aid for converting Raku modules to use B<App::Mi6>

=begin code
use Mi6::Helper

$ mi6-helper new=Foo::Bar # uses the 'provides' text in hidden file
# '.Foo-Bar' (recommended method)
=end code

=head1 B<WARNING> There is a serious bug in the current version: it is
unable to to correctly handle a desired module name with
mixed '::' and hyphens ('-'). An issue has been filed, but, unless a
user needs it soon, a fix will be delayed. A work-around is to manually
make the necessary changes after the failure message. Please comment
in the issue entry (#11) if a fix is important for your current project.


in the desired
B<Easily> create the template for a new Raku module repository for
management by C<App::Mi6> with modifications including:

Expand Down

0 comments on commit 24621b4

Please sign in to comment.